RESOLVED FIXED 14501
Regression: Clicking 'login' doesn't reveal the login form on digg.com
https://bugs.webkit.org/show_bug.cgi?id=14501
Summary Regression: Clicking 'login' doesn't reveal the login form on digg.com
Troy Brandt
Reported 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.
Attachments
mitz
Comment 1 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.
mitz
Comment 2 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.
David Kilzer (:ddkilzer)
Comment 3 2007-07-07 09:28:02 PDT
mitz
Comment 4 2007-07-08 00:30:16 PDT
The patch attached to bug 12384 fixes this bug as well.
mitz
Comment 5 2007-07-08 14:14:50 PDT
Fixed along with bug 12384.
mitz
Comment 6 2007-07-18 00:19:44 PDT
*** Bug 14652 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.