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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to