Opened 8 years ago
Closed 8 years ago
#16101 closed defect (worksforme)
dojox.mobile startup sequence display error
Reported by: | XorfacX | Owned by: | haysmark |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
I'm using dojox.mobile 1.8.0 and i encounter a bug with the startup sequence when using two ScrollableView? with both having a fixed Heading.
In the first view the content is displayed as expected, below the heading bar. But when transition occurred from the first to the second view, the content from the second view is masked by the heading.
Plz see the code here: http://jsfiddle.net/XorfacX/R47TA/
Thanks for your hard work by the way ;)
Change History (2)
comment:1 Changed 8 years ago by
Owner: | changed from Eric Durocher to haysmark |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Your code was out of order. You should add the fixed bar before you call startup, like so: