[Webkit-unassigned] [Bug 55133] An inconsistency between HTMLTextAreaElement::m_value and RenderTextControl::text()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 17:49:41 PST 2011


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





--- Comment #3 from Kenichi Ishibashi <bashi at chromium.org>  2011-02-24 17:49:41 PST ---
(In reply to comment #2)
> Created an attachment (id=83754)
 --> (https://bugs.webkit.org/attachment.cgi?id=83754&action=review) [details]
> workaround patch for http://crbug.com/66848

This is workaround patch to fix http://crbug.com/66848 without removing PLATFORM(MAC) macro. spellcheckAttributeState() is called from typingAddedToOpenCommand() and hasAttribute() and getAttribute() eventually call updateStyleAttribute(), which causes calling updateStyleIfNeeded(). We can avoid this using fastHasAttribute()/fastGetAttribute() because they don't call updateStyleAttribute(). If removing PLATFORM(MAC) is not good for fixing the problem, I'd like to land this patch.

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