Open
Bug 385115
Opened 18 years ago
Updated 3 years ago
Need a way to determine overflowing width/height for elements
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: csthomas, Unassigned)
References
Details
For bug 378676, I'd like to walk up the DOM tree from an event's target and find the first element that's overflowing, and whether it's overflowing horizontally/vertically/both.
<roc> sounds like you might want some new DOM properties
<CTho> roc: like, an overflowX and overflowY?
<roc> no, like an overflowClientWidth and an overflowHeight (which gives you the padding-rect width and height before 'overflow' is applied)
<roc> overflowWidth
<roc> something like that
Reporter | ||
Comment 1•18 years ago
|
||
Err, bug 295977.
Comment 2•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•