Opened 13 years ago
Closed 13 years ago
#6799 closed defect (wontfix)
dojo.coords(): wrong x/y when ancestor has border and style.overflow != visible (FF2)
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | HTML | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See attached test case. On FF2, dojo.coords(node) returns the wrong result if the node's parent (or probably any ancestor) has a border, and visibility=="hidden", "auto", or "scroll". The border's width is not taken into account.
This causes drop downs to position incorrectly, see #6787.
Since the bug is only with FF2 (it's a FF bug, not a bug in our code), I think we can mark this as won't fix, but leaving here for a record (and in case some one wants to fix it).
Attachments (2)
Change History (3)
Changed 13 years ago by
Attachment: | coords.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
test case for dojo.coords() bug (put in dijit/tests/layout)