Bug 20111 - Login button obscured
Summary: Login button obscured
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P3 Normal
Assignee: Nobody
URL: http://www.bigpond.com/internet/mybig...
Keywords:
: 19238 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-19 18:46 PDT by Christopher Barham
Modified: 2020-10-23 13:45 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Barham 2008-07-19 18:46:41 PDT
Top centre of screen the username and password form has a Login button with a weird rendering of a button labelled "Go" underneath.  This is the main account login page for one of Australia's main ISP's (owned by Telstra) - a fairly important page to get the rendering correct on.
Comment 1 Robert Blaut 2008-12-30 05:52:25 PST
*** Bug 19238 has been marked as a duplicate of this bug. ***
Comment 2 Robert Blaut 2008-12-30 06:23:11 PST
Looks like evangelism bug. A page viewed in WebKit r39474 has contains:

<input tabindex="5" type="button" id="Submit" name="Submit" class="submit" value="Go" title="Go" onclick="javascript:submitToAccessManager(this,false)" />

The same page opened in Firefox 3.1 beta 2 contains different code:

<input tabindex="5" type="button" id="Submit" name="Submit" class="submit"  title="Go" onclick="javascript:submitToAccessManager(this,false)" />

Notice lack of 'value="Go"'.

However User Agent switching doesn't fix the problem in WebKit.