[Webkit-unassigned] [Bug 20132] New: CSS animation doesn't work with onclick="this.className='newClassName'" anymore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 22 11:29:53 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20132

           Summary: CSS animation doesn't work with
                    onclick="this.className='newClassName'" anymore
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: http://girliemac.com/iphone/anim_bug.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tomomi.i at gmail.com


On the current WebKit nightly (r35249), css animation doesn't work when
swapping class names with oncick event handler attributes like, using
this.className='newClassName'.

The className swap was working perfectly on r35231. 

Changing the values of style object properties, instead, as
onclick="this.style.opacity='0'" works fine.

Please see the sample file on:
http://girliemac.com/iphone/anim_bug.html

thanks !


-- 
Configure bugmail: https://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