[Webkit-unassigned] [Bug 131044] REGRESSION(r166395): It made all media tests crash on EFL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 9 10:28:16 PDT 2014


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





--- Comment #13 from Brent Fulgham <bfulgham at webkit.org>  2014-10-09 10:28:08 PST ---
I think it would be helpful if someone would state what the fix is meant to do.

It looks like the issue is that the 'setPseudo' call in the constructor causes an error when the m_innerText of a TextFieldInputType class is accessed. Apparently this does not yet exist during construction time.

It seems strange to have to set these attributes of the class after construction, but I guess it's no worse than the existing need to call 'setType' or 'ensureUserAgentShadowRoot' after the object is constructed.

This seems like clunky design, but I'm not sure how to address it at this point.

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