[Webkit-unassigned] [Bug 27046] New: Implement CSSOM DocumentView.caretRangeFromPoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 15:49:01 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27046

           Summary: Implement CSSOM DocumentView.caretRangeFromPoint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


Implement CSSOM DocumentView.caretRangeFromPoint

Right now it's not possible to find out what word is under the mouse.  Adding
this new feature from CSSOM would solve this (and other related) issue(s).

interface DocumentView {
  readonly attribute AbstractView defaultView;
  Element elementFromPoint(in float x, in float y);
  Range caretRangeFromPoint(in float x, in float y);
};

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list