Open
Bug 709044
Opened 13 years ago
Updated 2 years ago
element.scrollIntoView() doesn't scroll the top of the element in to view, for radio buttons
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: dawagner, Unassigned)
Details
Attachments
(1 file)
Calling element.scrollIntoView(true) should result in the element being scrolled in to view, aligned to the top of the page. I expect the top of the element to be in view, after this call.
For radio buttons, this is not the case - the element is scrolled so that the top is a fraction of a pixel out of view.
Updated•13 years ago
|
Attachment #580399 -
Attachment mime type: text/plain → text/html
Comment 1•13 years ago
|
||
Native theming issue?
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•