Bug 14501 - Regression: Clicking 'login' doesn't reveal the login form on digg.com
Summary: Regression: Clicking 'login' doesn't reveal the login form on digg.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://digg.com
Keywords: InRadar, NeedsReduction, Regression
: 14652 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-02 16:51 PDT by Troy Brandt
Modified: 2007-07-18 00:19 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Troy Brandt 2007-07-02 16:51:32 PDT
Unable to login to digg.com via the front page.

With Safari 2.0.4 (419.3): When visiting digg.com and clicking on "login" space at the top of the page is created and a login page fades in. 

Using the TOT the space is created but the login form fails to appear. The space remains blank. Hovering with the mouse over the area where there should be fields changes the cursor to an I-beam but you can't fill anything in.
Comment 1 mitz 2007-07-03 01:35:51 PDT
The entire login form has zero opacity. Once I use JS to change its opacity to 1, I get a fade-in/fade-out effect when I show/hide it by clicking "login" again. There are no errors in the JS console.
Comment 2 mitz 2007-07-03 01:45:48 PDT
Hmm, the login form has display:none initially, which in TOT means that its computed style declaration has 'display:none' and null values for all other properties. That behavior was introduced in <http://trac.webkit.org/projects/webkit/changeset/20570> to fix a similar issue. See also bug 12384.
Comment 3 David Kilzer (:ddkilzer) 2007-07-07 09:28:02 PDT
<rdar://problem/5319305>
Comment 4 mitz 2007-07-08 00:30:16 PDT
The patch attached to bug 12384 fixes this bug as well.
Comment 5 mitz 2007-07-08 14:14:50 PDT
Fixed along with bug 12384.
Comment 6 mitz 2007-07-18 00:19:44 PDT
*** Bug 14652 has been marked as a duplicate of this bug. ***