Opened 10 years ago
Closed 10 years ago
#13462 closed defect (wontfix)
"position:fixed" can screw layout of TabBar
Reported by: | Ming Zhe Huang | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Please see the attached 2 HTML pages. When "position:fixed" is applied to TabBar?, then:
- The length of the TabBar? is not correct. It's longer.
- The position of the Tabs are not correct. They are not centered.
"position:fixed" is quiet important, since currently the only way to dock some thing to the bottom of a parent is using ScrollableView? + "fixed='bottom'". However, in many cases, ScrollableView? is not the appropriate choice and we have to do the layout by ourselves.
Attachments (2)
Change History (5)
Changed 10 years ago by
Attachment: | test_TabBarFix.html added |
---|
comment:2 Changed 10 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to ykami |
comment:3 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
We do not support "position:fixed" until webkit supports it. When that happens, hopefully we can discard ScrollableView.
Note: See
TracTickets for help on using
tickets.
test case 1