Closed
Bug 1519950
Opened 6 years ago
Closed 6 years ago
Change test_bug199692.xul to use getBoundingClientRect instead of box object properties
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(1 file)
1.98 KB,
patch
|
Paolo
:
review+
|
Details | Diff | Splinter Review |
This test is one where the box object coordinates do not return the same values as getBoundingClientRect, due to a 'position: relative' parent. I think the test might just work by coincidence. Fortunately, the correct coordinates returned by getBoundingClientRect work as well.
Attachment #9036401 -
Flags: review?(paolo.mozmail)
Assignee | ||
Updated•6 years ago
|
Summary: Fix → Change test_bug199692.xul to use getBoundingClientRect instead of box object properties
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → enndeakin
Assignee | ||
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Comment on attachment 9036401 [details] [diff] [review]
boxobject-test199692
Thanks! Worth including part of comment 0 in the detailed description of the commit.
Attachment #9036401 -
Flags: review?(paolo.mozmail) → review+
Pushed by neil@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d576a84575c4
change test_bug199692.xul to use getBoundingClientRect instead of box object properties. This test is one where the box object coordinates do not return the same values as getBoundingClientRect, due to a 'position: relative' parent. The test likely worked coincidentally, but the correct coordinates returned by getBoundingClientRect work as well, r=paolo
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•