[Webkit-unassigned] [Bug 117846] New: [BlackBerry] Send the correct offsets for misspelled words.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 20 13:23:07 PDT 2013


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

           Summary: [BlackBerry] Send the correct offsets for misspelled
                    words.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nghanavatian at blackberry.com


When the caret is placed after a word, the offsets were calculated around
the proceeding space. As such, words that end a sentence worked correctly, but
midsentence words did not. The 'startOfWord' was calculated for the space ahead
and not for the word before it. Now finding the start of the word correctly and
calculating the end from there.

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