Closed
Bug 126262
Opened 24 years ago
Closed 23 years ago
DHTML positioning regression
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
INVALID
mozilla1.1alpha
People
(Reporter: mkaply, Assigned: attinasi)
References
()
Details
(Keywords: regression)
In 6.21, the menus in this testcase positioned correctly (under the appropriate
menu items)
With current builds, they are in the upper left.
Updated•24 years ago
|
Keywords: regression
at first look it seemed to me that the code is depending on a quirk in earlier
versions of moz, see bug 116511. After taking a good look at the code I'm not so
sure.
CC'ing jst who knows this much better than I do.
Updated•24 years ago
|
Target Milestone: --- → mozilla1.1
Updated•24 years ago
|
Priority: -- → P3
Comment 2•24 years ago
|
||
this looks just like the nvidia bug that has been around this long too that does
the same thing.. bug 110629
Comment 3•24 years ago
|
||
is this just on pc ?
Comment 4•23 years ago
|
||
We changed the behaviour of offsetLeft/offsetTop to work like IE after 0.9.4 -
you have to walk the offsetParents.
This is done in:
function GetMenuPos(anchor, isSubMenu)
| Reporter | ||
Comment 5•23 years ago
|
||
OK, we'll let the customer know. Thanks for the help.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•