[webkit-dev] Focus Crash Relating to MathML
Alexey Proskuryakov
ap at webkit.org
Mon Oct 18 12:48:54 PDT 2010
18.10.2010, в 12:33, Alex Milowski написал(а):
>> https://bugs.webkit.org/show_bug.cgi?id=47745
>
> Even more curious is that I just noticed the crash only happens with a
> debug build.
The crash is an assertion failure, so it's not surprising that it only occurs in debug builds. Assertions aren't compiled into release builds.
Sometimes, looking at svn blame to see when the assertion was added help one figure out what it is about. In general, asking a renderer-related question like isFocusable() needs finished layout indeed - e.g. display:none makes a node unfocusable, but before layout (recalcStyle?), the renderer doesn't know that.
- WBR, Alexey Proskuryakov
More information about the webkit-dev
mailing list