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)

defect

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.

Severity: -- → S3

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.