Bug 138323

Summary: REGRESSION (Subpixel layout): Bubbles don't fit in Bugzilla review page
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix zalan: review+

Description Alexey Proskuryakov 2014-11-03 13:13:53 PST
There is one bubble missing in review page. This is because the bubbles are in an iframe that is dynamically resized to fit its content, and we get a rounded width, and so content doesn't fit and gets wrapped.
Comment 1 Alexey Proskuryakov 2014-11-03 13:15:33 PST
Created attachment 240871 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-11-03 13:19:40 PST
Committed <http://trac.webkit.org/r175488>.