Opened 11 years ago
Closed 11 years ago
#13422 closed defect (invalid)
Incorrect Height of ScrollableView in FixedSplitter on iPad When Debugging Console is Enabled
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 try the attached HTML file on iPad(1 or 2). Also please ensure the debugging console of Safari is enabled.
You'll find the height of the ScrollableView? on the left side is not correct. It's truncated.
If you disable the debugging console, then the height is correct.
It seems have some thing to do with FixedSplitter?. You can try the tests/test_transition-animations2.html which also has a very long list. But you will find the ScrollableView? in that test page is not truncated.
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | testListFixSplit.html added |
---|
comment:1 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The attached test file is missing position:relative for html,body. See test_iPad-Settings.html for details.
Note: See
TracTickets for help on using
tickets.
Test page