Open
Bug 406885
Opened 18 years ago
Updated 3 years ago
scrollLeft, scrollTop, scrollHeight and scrollWidth properties of marquee are not correct
Categories
(Core :: Layout, defect)
Tracking
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
2.07 KB,
text/html
|
Details |
See testcase, in IE, you get useful numbers, but in Mozilla not really.
Result in IE7:
a.scrollLeft: 100px
a.scrollTop: 0px
a.scrollWidth: 496px
a.scrollHeight: 21px
b.scrollLeft: 198px
b.scrollTop: 0px
b.scrollWidth: 496px
b.scrollHeight: 21px
c.scrollLeft: 0px
c.scrollTop: 21px
c.scrollWidth: 198px
c.scrollHeight: 417px
d.scrollLeft: 0px
d.scrollTop: 198px
d.scrollWidth: 198px
d.scrollHeight: 417px
Result in current trunk:
a.scrollLeft: 0px
a.scrollTop: 0px
a.scrollWidth: 202px
a.scrollHeight: 24px
b.scrollLeft: 0px
b.scrollTop: 0px
b.scrollWidth: 202px
b.scrollHeight: 24px
c.scrollLeft: 0px
c.scrollTop: 0px
c.scrollWidth: 202px
c.scrollHeight: 202px
d.scrollLeft: 0px
d.scrollTop: 0px
d.scrollWidth: 202px
d.scrollHeight: 202px
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•