[Webkit-unassigned] [Bug 47745] Focus on MathML in page causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 16 14:28:09 PDT 2010


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





--- Comment #3 from Alex Milowski <alex at milowski.com>  2010-10-16 14:28:09 PST ---
After a bit of testing and debugging, the crash is coming from the anchor element (a) being marked for layout.  When the focus event happens, the crash asserts that the element shouldn't need layout.  I'm not sure why the anchor element needs layout but it is probably due to something from the child MathML element.

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