Opened 9 years ago
Closed 9 years ago
#14412 closed defect (invalid)
The body position within scrollable View is not correct
Reported by: | remy314 | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when adding "fixed = top" parameter on a heading widget whithin scrollable view,it will set a wrong "margin top" value on "mblScrollableViewContainer" class and cause terrible display,this bug only happened on Webkit based browser(I tired Chrome and Safari).
Attachments (3)
Change History (7)
Changed 9 years ago by
Attachment: | headingBug.html added |
---|
comment:1 Changed 9 years ago by
Component: | General → DojoX Mobile |
---|---|
Owner: | set to ykami |
comment:2 Changed 9 years ago by
That's because you placed a link tag below the script blocks. Can you try putting <link href="../dojox/mobile/themes/iphone/iphone.css" rel="stylesheet" /> above a script tag that loads dojo.js just like dojox.mobile test files?
comment:3 Changed 9 years ago by
Milestone: | → tbd |
---|
comment:4 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Closing this as invalid since it can be fixed from the application side.
Note: See
TracTickets for help on using
tickets.
a simple testcase