RESOLVED WORKSFORME42288
Inspecting css3 button crashes browser
https://bugs.webkit.org/show_bug.cgi?id=42288
Summary Inspecting css3 button crashes browser
will
Reported 2010-07-14 13:57:40 PDT
If you right click on "browse artists" or "sign up" on the landing page will crash safari 5.0 (6533.16) and google chrome 5.0.375.99. The buttons are generated using http://brandonmathis.com/projects/fancy-buttons if that matters at all. The ones on the demo page inspect fine http://brandonmathis.com/projects/fancy-buttons/demo/ but on ours they break. I'm sure we're generating a lot of redundant css that can (and should) be cleaned up, but it shouldn't crash the inspector either.
Attachments
Jakub Wieczorek
Comment 1 2010-07-30 14:46:36 PDT
It's hitting an assertion in the debug mode. SHOULD NEVER BE REACHED (generated/InspectorBackendDispatcher.cpp:1137 void WebCore::InspectorBackendDispatcher::dispatch(const WebCore::String&))
Alexander Pavlov (apavlov)
Comment 2 2010-12-29 07:31:50 PST
This seems to work fine in ToT (r74741).
Note You need to log in before you can comment on or make changes to this bug.