Opened 8 years ago
Closed 5 years ago
#16395 closed defect (patchwelcome)
Floating Pane - resize handle bleeds through multiple panes
Reported by: | miker | Owned by: | dante |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX Layout | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo v.1.8.1 FloatingPane? date stamped Sunday, June 24, 2012, 4:38:10 PM
bug repeatable on these browsers
Firefox 17.0 IE 8.0.6001.18702 Opera 12.02 Chrome 23.0.1271.64 m Safari 5.1.7(7534.57.2)
resize handle for all panes appear on the top layer and can be grabbed and used. The FIRST click on any pane appears to place them all on their correct layer.
screen shot and html5 attached
Attachments (2)
Change History (6)
Changed 8 years ago by
Attachment: | FloatingPaneBug.html added |
---|
Changed 8 years ago by
Attachment: | FloatingPaneBugScreenShot.jpg added |
---|
FloatingPane? bug screenshot
comment:1 Changed 8 years ago by
Checking the generated CSS, this is the result after a click on window
element.style {
position: absolute;
top: 100px;
left: 125px;
width: 208px;
height: 204px;
visibility: visible;
border: 2px solid #633;
z-index: 104;
}
BEFORE the FIRST click, the z-index: setting is not present and the z-index for the resize handles are all set to 20.
After the FIRST click, the z-index settings are present for all PANES. The z-index on the resize handles remains unchanged.
Solution: at each addition of a PANE, add z-index (next higher) to the style.
comment:2 Changed 8 years ago by
Owner: | changed from Adam Peller to dante |
---|---|
Status: | new → assigned |
comment:3 Changed 8 years ago by
Component: | Dojox → DojoX Layout |
---|
comment:4 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | assigned → closed |
Given that no one has shown interest in creating a patch in the past 2+ years, I'm closing this as patchwelcome.
FloatingPane? bug html5 example