Open
Bug 488007
Opened 17 years ago
Updated 2 years ago
ElementFromPoint does not go through frames/iframes
Categories
(Core :: Layout, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | affected |
People
(Reporter: romaxa, Unassigned)
References
Details
Attachments
(1 obsolete file)
I'm not sure is it feature or bug, but currently it is very tricky to get right element from point if that element inside frame/iframe...
Would it be possible to get implementation which looks into frames and iframes and check element there?
Comment 1•17 years ago
|
||
Isn't this requesting kind of the opposite thing to bug 479058? That's about a different function but they're kind of related...
Is an iframe, object or outer SVG frame something that you look inside and return one of the contents of (or measure the content bounds of) or is it something you don't look inside and return either it or its bounds.
| Reporter | ||
Comment 2•16 years ago
|
||
I'm not sure, would it be better to merge ElementFromPoint function into this Area function...
Attachment #394161 -
Flags: review?(roc)
| Reporter | ||
Comment 3•16 years ago
|
||
Comment on attachment 394161 [details] [diff] [review]
WIP proposal for internal API
Ups wrong bug.
Attachment #394161 -
Attachment is obsolete: true
Attachment #394161 -
Flags: review?(roc)
Updated•6 years ago
|
See Also: → https://webcompat.com/issues/51521
Updated•6 years ago
|
status-firefox77:
--- → affected
Webcompat Priority: --- → ?
Comment 4•6 years ago
|
||
I wonder if there is a couple of duplicates in
https://bugzilla.mozilla.org/buglist.cgi?quicksearch=elementfrompoint&list_id=15214729
Updated•5 years ago
|
Webcompat Priority: ? → revisit
Updated•3 years ago
|
Webcompat Priority: revisit → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
https://webcompat.com/issues/51521 has changed the site design and the issue is no longer present. Resetting webcompat priority for now.
Webcompat Priority: P3 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•