Bug 80933
Summary: | [regression (r109285)]: textarea sized incorrectly in Gmail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike Lawther <mikelawther> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adamk, andersca, kling |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://mail.google.com/mail/#contacts |
Mike Lawther
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andreas Kling
I have a pretty good hunch that this was fixed with <http://trac.webkit.org/changeset/110449>.
Mike Lawther
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.
Mike Lawther
Alrighty - Chrome 19.0.1068.0 canary (MacOS) (cut from WebKit r110499) looks good. Thanks!