[Webkit-unassigned] [Bug 13103] New: "Sign in" JavaScript DOM scripting broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 17 16:31:24 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13103

           Summary: "Sign in" JavaScript DOM scripting broken
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh PowerPC
               URL: http://technorati.com/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: stef.pause at gmail.com


Go to Technorati.com and click the "Sign In" link at the top-right.  This
onclick JavaScript should cause the div id="signin" to change its style (via a
slide effect) to "display: block;" which it does correctly in Safari v2.0.4,
Firefox, Camino, etc.  However, in the latest Webkit nightly it slides down
then immediately changes back to "display: none;".  This obviously makes it
somewhat difficult to sign in ;)

The relevant JavaScript is:
onclick="if(document.all)
$('select').hide();if($e('signin').style.display=='block')
{$('#signin').slideUp('fast'); } else {
$('#signin').slideDown('fast');$e('username').focus()};return false"

I'm not entirely sure if it's a Javascript bug or a DOM bug, I suspect the
former, so I've filed it under "New Bugs".


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list