Bug 17831

Summary: valign=baseline of <td> causes misalignment of input box and adjacent text
Product: WebKit Reporter: jasneet <jasneet>
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: jasneet
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://adwords.google.com
Attachments:
Description Flags
screenshot
none
reduction none

Description jasneet 2008-03-13 11:29:40 PDT
I Steps:
Go to 
http://adwords.google.com
* Click on link "Sign up now" under "Learn about AdWords"
* Check radio button "Standard Edition" and click continue
* It will take you to tab Target customers. Click continue
* It will take you to tab Create ad. Enter text and click continue
* It will take you to tab Choose keywords. Enter text and click continue
* It will take you to tab Set pricing.

II Issue:
Incorrect alignment of "Enter your daily budget: ", Default CPC bid: ", "CPC Content bid:" with the input text box.  

III Conclusion:
There are 2 columns in the table, each has a property of valign=baseline; which causes the issue. First column is containing the text and the 2nd column is containing the <input> field. The baseline attribute of 1st column causes the text to appear higher than the 2nd line.

IV Other browsers:
IE7: ok
FF2: ok
Opera: ok

V Nightly tested: 30236
Comment 1 jasneet 2008-03-13 11:30:36 PDT
Created attachment 19738 [details]
screenshot
Comment 2 jasneet 2008-03-13 11:31:15 PDT
Created attachment 19739 [details]
reduction
Comment 3 mitz 2009-05-16 19:20:11 PDT
Fixed, perhaps in r35899.