[Webkit-unassigned] [Bug 48078] Editing a word with misspell or autocorrection underline should remove the underline when the editing changes the word.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 21:10:19 PDT 2010


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


jpu at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71510|0                           |1
        is obsolete|                            |
  Attachment #72135|                            |review?, commit-queue?
               Flag|                            |




--- Comment #6 from jpu at apple.com  2010-10-27 21:10:19 PST ---
Created an attachment (id=72135)
 --> (https://bugs.webkit.org/attachment.cgi?id=72135&action=review)
Proposed patch (v2)

In addition to changes based on comment #3, there're following major differences compared with previous patch:
1. Refactored DocumentMarkerController::removeMarkers() and added DocumentMarkerController::hasMarker() to make marker manipulation more convenient.
2. Moved some calls to Editor::removeSpellAndCorrectionMarkersFromWordsToBeEdited() from Editor to TypingCommand, so that it gets called by both testing script and actual typing.
3. Added tests.

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