Bug 20345 - Error bubbles are clobbered when syntax highlighting JavaScript resources
Summary: Error bubbles are clobbered when syntax highlighting JavaScript resources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Major
Assignee: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 08:16 PDT by Timothy Hatcher
Modified: 2008-08-11 18:39 PDT (History)
0 users

See Also:


Attachments
Proposed patch (5.22 KB, patch)
2008-08-11 08:21 PDT, Timothy Hatcher
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-08-11 08:16:11 PDT
If a JavaScript resource has an error bubble the bubble text will be syntax highlighted too, and the bubble will be clobbered.
Comment 1 Timothy Hatcher 2008-08-11 08:21:30 PDT
Created attachment 22728 [details]
Proposed patch
Comment 2 Adam Roben (:aroben) 2008-08-11 08:47:20 PDT
Comment on attachment 22728 [details]
Proposed patch

r=me

Yay for tests!
Comment 3 Timothy Hatcher 2008-08-11 09:54:51 PDT
Landed in r35664.
Comment 4 Mark Rowe (bdash) 2008-08-11 17:05:56 PDT
Should this be closed now?