Bug 8154
Summary: | Implement Mozilla's getBoxObjectFor | ||
---|---|---|---|
Product: | WebKit | Reporter: | mitz |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | gavin.sharp, jwalden+bwo, roc |
Priority: | P3 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://emersonnetworkpower.com/webapp/wcs/stores/servlet/ENPAV?storeId=10010&catalogId=10010&langId=-1 |
mitz
The page in the URL uses document.getBoxObjectFor (or falls back on the IE extension getBoundingClientRect which isn't implemented in WebKit either) for submenu positioning. I couldn't find any official information on getBoxObjectFor.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
mitz
Firefox has exposed getBoxObjectFor by accident:
https://bugzilla.mozilla.org/show_bug.cgi?id=340571
Robert O'Callahan
Given that this already leaked, I'm not 100% sure that it's a good idea to remove it :-(
mitz
(In reply to comment #2)
> Given that this already leaked, I'm not 100% sure that it's a good idea to
> remove it :-(
Reopened. My own opinion is that WebKit should not implement getBoxObjectFor.
Ian 'Hixie' Hickson
We should implement getBoundingClientRect() (on HTMLElement), IMHO.
IMHO getBoxObjectFor() should not be implemented.
Dave Hyatt
It absolutely should not be implemented.
Dave Hyatt
getBoundingClientRect would be reasonable I suppose.