Bug 49305 - Web Inspector: Red error bubbles don't fit content
Summary: Web Inspector: Red error bubbles don't fit content
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-10 00:34 PST by Matt Lilek
Modified: 2010-11-10 14:33 PST (History)
11 users (show)

See Also:


Attachments
Screenshot (29.14 KB, image/png)
2010-11-10 00:34 PST, Matt Lilek
no flags Details
[PATCH] Proposed change. (913 bytes, patch)
2010-11-10 01:45 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2010-11-10 00:34:56 PST
Created attachment 73465 [details]
Screenshot

The red error bubbles in HTML source don't come close to fitting their content.  See the attached screenshot.
Comment 1 Pavel Feldman 2010-11-10 01:10:25 PST
I can't repro it on ToT.
Comment 2 Matt Lilek 2010-11-10 01:21:41 PST
I see this consistently on http://search.yahoo.com/mobile using r71484 (latest nightly)?  Is that just too old?
Comment 3 Pavel Feldman 2010-11-10 01:35:32 PST
Ok, I can repro. The problem is that message is max-width: 80% and your line is infinitely long. I'll attach patch shortly.
Comment 4 Pavel Feldman 2010-11-10 01:45:12 PST
Created attachment 73473 [details]
[PATCH] Proposed change.

Removing the max-width since we anyways do not wrap message text these days.
Comment 5 WebKit Commit Bot 2010-11-10 14:33:00 PST
Comment on attachment 73473 [details]
[PATCH] Proposed change.

Clearing flags on attachment: 73473

Committed r71771: <http://trac.webkit.org/changeset/71771>
Comment 6 WebKit Commit Bot 2010-11-10 14:33:06 PST
All reviewed patches have been landed.  Closing bug.