Opened 11 years ago
Closed 11 years ago
#12335 closed defect (fixed)
"url" Feature of IconItem will Screw Complex Layout
Reported by: | ykami | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Mobile | Version: | 1.6.0rc1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
If we put an IconItem inside a FixedSplitter and specify the "url" value, clicking that icon will screw the application layout.
Attachments (1)
Change History (5)
comment:1 Changed 11 years ago by
comment:4 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Keywords: | 1.7-mobile added |
Milestone: | tbd → 1.6.1 |
Resolution: | → fixed |
Status: | new → closed |
Applied the patch to the trunk and the 1.6 branch.
Note: See
TracTickets for help on using
tickets.
This is because a new view is always appended to dojo.body() even when the screen is divided into multiple panes using FixedSplitter. The attached patch searches for appropriate node to append the new view, and also adds capability to explicitly specify a target node with the urlTarget property.