[Webkit-unassigned] [Bug 119711] New: Make CSS property user-select:none not to affect Document.caretRangeFromPoint()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 18:04:13 PDT 2013


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

           Summary: Make CSS property user-select:none not to affect
                    Document.caretRangeFromPoint()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: enrica at apple.com, eoconnor at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/50bbb9f6ab3394327e8fa63312316e6ae217a7a2

This patch introduces PositionWithAffinity as return value of RenderObject::positionForPoint() for making CSS property user-select:none doesn't affect Document.caretRangeFromPoint() and changes caretRangeFromPoint() to use Position instead of VisiblePosition, which excludes user-select:none.

-- 
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