Bug 58176 - REGRESSION(r81992): Two select boxes mistakenly sit on top of each other in strict mode.
Summary: REGRESSION(r81992): Two select boxes mistakenly sit on top of each other in s...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords: InRadar
Depends on: 56909
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-08 16:46 PDT by Dimitri Glazkov (Google)
Modified: 2011-04-12 13:31 PDT (History)
2 users (show)

See Also:


Attachments
Reduction. (310 bytes, text/html)
2011-04-08 16:47 PDT, Dimitri Glazkov (Google)
no flags Details
Patch (19.90 KB, patch)
2011-04-12 12:34 PDT, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2011-04-08 16:46:41 PDT
I bisected the problem to this range: http://trac.webkit.org/log/trunk/?rev=82003&stop_rev=81947, and it looks like 81992 is the most likely culprit, so I am calling it.

Reduction attached. Interesting combination:
1) strict mode
2) whitespace before label
3) select elements.

First reported in in http://code.google.com/p/chromium/issues/detail?id=78871.
Comment 1 Dimitri Glazkov (Google) 2011-04-08 16:47:00 PDT
Created attachment 88897 [details]
Reduction.
Comment 2 Alexey Proskuryakov 2011-04-11 11:24:19 PDT
Per chromium bug report, this affects verizonwireless.com - payment page does not display the credit card expiration year.

Please put all relevant information in bugzilla when moving chromium bugs - there is no reason why everyone should click through to other bug tracking systems and hunt it down for themselves.
Comment 3 Alexey Proskuryakov 2011-04-11 11:24:40 PDT
<rdar://problem/9265742>
Comment 4 Dave Hyatt 2011-04-12 12:34:17 PDT
Created attachment 89245 [details]
Patch
Comment 5 WebKit Review Bot 2011-04-12 12:39:30 PDT
Attachment 89245 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/fast..." exit_code: 1

LayoutTests/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 Dave Hyatt 2011-04-12 13:31:14 PDT
Fixed in r83629.