Open Bug 850806 Opened 12 years ago Updated 3 years ago
Implement webkitConvertPointFromNodeToPage
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: lmandel, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-needed)
As I understand it, webkitConvertPointFromNodeToPage is a requirement for implementing WebKitPoint (bug 850805) as the two are frequently used together. As such, if we are to fix bug 850805 we should do this as well. Reference: http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html Of interest link questioning the need for webkitConvertPointFromNodeToPage: https://.com/jquery/jquery/pull/796
Comment 1•12 years ago | ||
So is this just a conversion function from relative coordinates (e.g. within an element/node) to page coordinates? If so, I think much of the implementation that I did for caretPositionFromPoint might be able to be leveraged here.
Depends on: 918189
Updated•11 years ago |
Keywords: dev-doc-needed
Comment 2•10 years ago | ||
There is now a stub docs page for this: https://developer.mozilla.org/en-US/docs/Web/API/Window.convertPointFromNodeToPage
Comment 3•10 years ago | ||
Updated•3 years ago |
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.
Description
•