[Webkit-unassigned] [Bug 85271] New: [Chromium] Regression r113405 ContextMenuImpl does not set misspelled word

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 02:55:56 PDT 2012


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

           Summary: [Chromium] Regression r113405 ContextMenuImpl does not
                    set misspelled word
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hbono at chromium.org


Greetings,

Sorry for my stupid request.
My WebKit change r113405 (*1) has a bonehead mistake that it sets 'range->text()' to misspelledWord instead of calling selectMisspelledWord(). Unfortunately, this code causes a serious inconsistency that it sets empty text to misspelledWord when a user enables asynchronous spellchecking and right-clicks a misspelled word without manually selecting it. Is it possible to replace this 'range-text()' with 'selectMispelledWord()' for consistency with the behavior of synchronous spellchecking?

(*1) http://trac.webkit.org/changeset/113405

Regards,

Hironori Bono

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