Bug 42288
| Summary: | Inspecting css3 button crashes browser | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | will <will> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | apavlov, jwieczorek |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| URL: | http://merge.fm | ||
will
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jakub Wieczorek
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)
This seems to work fine in ToT (r74741).