Closed
Bug 1774141
Opened 3 years ago
Closed 3 years ago
Change the type of Element.scrollTop/scrollLeft to unrestricted double
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
DUPLICATE
of bug 1674687
People
(Reporter: hiro, Unassigned)
References
()
Details
From the spec definition;
attribute unrestricted double scrollTop;
attribute unrestricted double scrollLeft;
But we define them as long;
attribute long scrollTop; // scroll on setting
attribute long scrollLeft; // scroll on setting
This may be a duplicated bug.
Reporter | ||
Updated•3 years ago
|
Severity: -- → S3
Reporter | ||
Comment 1•3 years ago
|
||
Yeah, this is indeed a dup of bug 1674687.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•