Opened 9 years ago
Closed 8 years ago
#14028 closed defect (invalid)
Loading a bookmarkable view hides Panes in FixedSplitters
Reported by: | ebengtso | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | Atsushi Ono | |
Blocked By: | Blocking: |
Description
When you load a bookmarkable page like
http..../dojox/mobile/tests/test_bookmarkable.html#home
fixed splitter panes not parenting the bookmarked view disappears.
relevant snippet:
<div dojoType="dojox.mobile.FixedSplitter" style="width:100%;height:100%;" orientation="V"> <div dojoType="dojox.mobile.FixedSplitterPane" style="height:28px"> hello </div> <div dojoType="dojox.mobile.FixedSplitterPane"> <div dojoType="dojox.mobile.View" id="home" selected="true">
This issue only happens when loading the page using the bookmark
if you navigate to http..../dojox/mobile/tests/test_bookmarkable.html
then use a button with a moveTo #home, the problem does not happen
Change History (3)
comment:1 Changed 9 years ago by
Cc: | Atsushi Ono added |
---|
comment:2 Changed 9 years ago by
It seems that since I raised this, the issue has been fixed.
Add the below to test_bookmarkable.html, and launch test_bookmarkable.html#home
dojo.require("dojox.mobile.FixedSplitter"); dojo.require("dojox.mobile.FixedSplitterPane"); </script> </head> <body style="visibility:hidden;"> <div dojoType="dojox.mobile.FixedSplitter" style="width:100%;height:100%;" orientation="V"> <div dojoType="dojox.mobile.FixedSplitterPane" style="height:28px"> hello </div> <div dojoType="dojox.mobile.FixedSplitterPane"> <div id="home" dojoType="dojox.mobile.View" selected="true"> ... </div> </div> </body>
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
already fixed.
Note: See
TracTickets for help on using
tickets.
We do not support use of the bookmarkable feature for split panes. But we'll be reconsidering this feature in the next release.