[Webkit-unassigned] [Bug 32248] New: [Chromium]: Issue with setting selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 14:42:12 PST 2009


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

           Summary: [Chromium]: Issue with setting selection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: finnur.webkit at gmail.com


Chromium has some issues where the Find in page is not always starting from the
right point after you close the Find session. 

This is described in this bug:
http://code.google.com/p/chromium/issues/detail?id=27910

Basically, a fix was put in for a nasty focus issue for Gmail where we set the
selection to 0,0. This is supposed to be done for content-editable fields only,
but was not restricted to content-editable fields. Now it is. We otherwise end
up setting the selection to 0,0 more often than needed, which can in certain
scenarios confuse the find algorithm into thinking the user messed with the
selection during runs.

On a related note, I also noticed that Find isn't setting the selection when we
end the Find session anymore (will follow this patch up with a browser test to
catch this in the future).

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