[Webkit-unassigned] [Bug 107737] [Chromium] Editor::m_compositionNode not updated on HTMLInputElement::setValue()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 16:05:45 PST 2013


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





--- Comment #12 from Aurimas <aurimas at chromium.org>  2013-01-25 16:07:40 PST ---
(From update of attachment 184829)
View in context: https://bugs.webkit.org/attachment.cgi?id=184829&action=review

>> Source/WebCore/editing/Editor.cpp:2884
>> +
> 
> The Mac port has embedding code that seems to handle this case. Is there a reason your fix goes in Editor instead? If this is always desired, is the Mac platform code no longer needed?

I think this code will make the Mac port code unnecessary. The only thing that I would need to add is a new notification call didCancelComposition to Editor client to be able to completely replace Mac port code.

I also need to add a test for this.

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