Opened 12 years ago
Closed 12 years ago
#8462 closed defect (wontfix)
dojo.coords() x/y incorrect on FF2 if <html>/<body> have border
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | HTML | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo/tests/_base/abs.html is failing on FF2 due to the borders on <html> and <body>.
I don't think this is a regression but rather something that we didn't catch before because it wasn't tested. The test file had border: 5px;
but forgot to specify "solid" and a color, so that rule had no effect.
Feel free to close as "wontfix". Given that FF2 is being EOL'd that's probably the right move.
Note: See
TracTickets for help on using
tickets.
Since it is not a regression, then closing it since FF2 is on its way out.