#14635 closed enhancement (fixed)
Reconsider the algorithm of hiding address bar
Reported by: | Atsushi Ono | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | Cc: | Eric Durocher | |
Blocked By: | Blocking: |
Description
The current algorithm of hiding address bar works fine, but it resets the height of body too wide and it is tried many times even if the address bar is already hidden for fail-safe. We should reconsider the algorithm to make it better.
Attachments (1)
Change History (5)
Changed 9 years ago by
Attachment: | 14635-1.patch added |
---|
comment:1 Changed 9 years ago by
The patch will do the followings although it needs more review and testing:
- Reset the min height of body to an appropriate height which is long enough to hide address bar but not too long
- Add the function to determine whether the address bar is already hidden or not, so that we can reduce the number of trials to hide address bar
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Status: | new → assigned |
comment:4 Changed 9 years ago by
Cc: | Eric Durocher added |
---|
Note: See
TracTickets for help on using
tickets.
[patch][ccla] 1st patch as a result of reconsideration