#15555 closed defect (fixed)
dijit/place: clipping code confused by position:absolute ancestors
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.7.4 |
Component: | Dijit | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The clipping code from #11971, to figure out the coordinates of the visible part of the aroundNode, has problems with position:absolute nodes (either the aroundNode or an ancestor of the aroundNode being position:absolute).
See attached test case plus the place-clip.html test case I will check in along with a fix.
Attachments (3)
Change History (6)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.7.4 |
Status: | new → assigned |
Changed 9 years ago by
Attachment: | placeClip.patch added |
---|
Note: See
TracTickets for help on using
tickets.
patch file