Closed
Bug 845010
Opened 12 years ago
Closed 12 years ago
Provide an API to retrieve the current document's scrollbar size (not only width)
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
7.96 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Turns out, we need a way to retrieve the current document's scrollbar width AND height for bug 727765 and the like.
Assignee | ||
Comment 1•12 years ago
|
||
I didn't know if modifying the existing API was the right way to go but having to getScrollbarWidth() and getScrollbarHeight() didn't sound too great as well. On the upside, there are no clients for this API, yet and we could probably still uplift this to Aurora.
Attachment #718037 -
Flags: review?(roc)
Attachment #718037 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Assignee | ||
Updated•11 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•