[Webkit-unassigned] [Bug 34819] New: Extraneous repaint of caret rectangle when selection is not in content editable element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 17:17:42 PST 2010


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

           Summary: Extraneous repaint of caret rectangle when selection
                    is not in content editable element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org


Currently, we repaint the caret rectangle when the selection is not in a
content editable element. This is extraneous since the caret is only visible
when the selection is in a content editable element. Hence, we should only
repaint the caret rectangle when the associated selection is in a content
editable element.

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