Bug 80933 - [regression (r109285)]: textarea sized incorrectly in Gmail
Summary: [regression (r109285)]: textarea sized incorrectly in Gmail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://mail.google.com/mail/#contacts
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 20:17 PDT by Mike Lawther
Modified: 2012-03-13 19:31 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lawther 2012-03-12 20:17:25 PDT
As reported in http://code.google.com/p/chromium/issues/detail?id=117359.

Repro steps:

 - Open https://mail.google.com/mail/#contacts
 - Choose any contact from the list.
 - Observe the 'notes' box is very small
 - Open the Web Inspector - observe the notes box expands to the expected size.

I did a bisect, and the change that introduced the regression is http://trac.webkit.org/changeset/109285.

Browsers tested (on MacOS 10.6): 
 - WebKit Nightly (r109280): GOOD
 - Locally build debug WebKit (r109285): BAD
 - Latest WebKit nightly (r110430): BAD
 - Chrome 19.0.1067.0 canary: BAD
Comment 1 Andreas Kling 2012-03-13 00:48:18 PDT
I have a pretty good hunch that this was fixed with <http://trac.webkit.org/changeset/110449>.
Comment 2 Mike Lawther 2012-03-13 03:40:46 PDT
Looking good - I tried a ToT build at r110533, and I can't repro the problem anymore.

Let's wait for r110449 to hit WebKit nightlies and Chrome Canary, and close this if the problem goes away.
Comment 3 Mike Lawther 2012-03-13 19:31:00 PDT
Alrighty - Chrome 19.0.1068.0 canary (MacOS) (cut from WebKit r110499) looks good. Thanks!