Opened 15 years ago
Closed 15 years ago
#182 closed defect (invalid)
fisheye widget cuts off images in IE (during expansion)
Reported by: | Owned by: | cal | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See demos/widget/Application1.html for example. When you mouse over an icon an it expands past the edge of it's parent layout pane, the image gets cutoff.
I think that when the images are in an expanded state you need to make them children of document.body(). But when they are not being expanded it makes sense to revert them to their original parent, in case someone does a display="none" on that node.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from Cal to cal |
---|
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Nevermind, it works OK as long as you set overflow:visible on all the surrounding divs.