Opened 9 years ago
Closed 9 years ago
#14885 closed task (fixed)
Reconsider resize event handling on Android
Reported by: | Atsushi Ono | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojo Mobile handles resize event and do "resizeAll" for Android to be resized correctly when orientation changes. However, Android webkit fires resize event too many times (when keyboard is shown, just scrolling, etc) so we should reconsider the frequency of resizing to reduce overhead.
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | 14885.patch added |
---|
comment:1 Changed 9 years ago by
Attached a patch for the new resize event handling on Android:
- handle the resize event just once only after the orientation change event is fired
- reset the min height of body when resizing (for the case not using "mblAlwaysHideAddressBar")
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → high |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
[patch][ccla] patch for the new resize event handling