[Webkit-unassigned] [Bug 50077] Fix rendering of speech button when setting the attribute dynamically.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 00:24:43 PST 2010


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





--- Comment #4 from Satish Sampath <satish at chromium.org>  2010-11-30 00:24:43 PST ---
(From update of attachment 74873)
View in context: https://bugs.webkit.org/attachment.cgi?id=74873&action=review

>> WebCore/rendering/RenderTextControlSingleLine.cpp:676
>> +    setChildrenInline(true);
> 
> Is this needed?

Yes it was needed because the m_childrenInline flag of this render element gets set to false in layouts without speech. In this method we are recreating the child elements and setting this flag to its default value (set to true in constructor of RenderBlock.cpp) gets us the accurate layout.

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