Author | simple dialog feature |
Marc Laval AT core team member |
13 September 2013 12:29 |
In that case, we should rename the touch:Dialog widget to touch:Overlay.
In term of functionality, it is true that the new widget is indeed an overlay. If we do so, what do you think of the new properties I suggested ? |
jakub-g AT core team member ![]() |
![]() |
(12 September 2013 13:22)Marc Laval Wrote: - instead of creating 'fullScreenAxis', we could change 'maximized' to support 4 values: false, true, "x-axis", "y-axis" I agree (I guess those will apply only to @touch:Dialog, right?) (12 September 2013 13:22)Marc Laval Wrote: - for what I called 'position', I see 2 solutions: In https://github.com/ariatemplates/ariatem...fgBeans.js there's already something like this, but I'm not sure if it works well enough, as I haven't tested: "preferredPositions" : { Sadly there's almost no documentation for @touch and @html on AT.com., and for @touch:Dialog there are not so many tests, only those: https://github.com/ariatemplates/ariatem...ets/dialog It looks like lots of the options passed here https://github.com/ariatemplates/ariatem...og.js#L181 are not tested anywhere... I think it'll be good to put some more template tests in place regarding this widget. http://jakub-g.github.io/ |
Marc Laval AT core team member |
16 September 2013 14:17 |
As agreed:
- the touch:Dialog widget will be renamed to touch:Popup. Usual deprecation policy will apply. - the existing 'absolutePosition' in aria.popups.Popup will be enhanced to support left, right, top and bottom. |
|