Bug 58176

Summary: REGRESSION(r81992): Two select boxes mistakenly sit on top of each other in strict mode.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 56909    
Bug Blocks:    
Attachments:
Description Flags
Reduction.
none
Patch mitz: review+

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.