dmachi / dojox_application

Dojox Application Framework for mobile, tablets, and desktops
Other
27 stars 24 forks source link

Fix Issue 200 and fixes ticket #17507. Fixes problem with VoiceOver #213

Closed edchat closed 10 years ago

edchat commented 10 years ago

Fix Issue 200 and fixes ticket #17507. Fixes problem with VoiceOver which happens because the domNodes were not being ordered based upon the view constraints. With this fix the domNodes will be placed in order of the constraints (top,left,center,right,bottom or for RTL top,right,center,left,bottom) compared to the sibling nodes. Includes a config option to avoid the overhead of ordering the domNodes by setting noAddViewByConstriant: true

edchat commented 10 years ago

I made the updates mentioned above, but had trouble with the sqaushing of the commits, so I will close this one merge the update from a new branch.