[Webkit-unassigned] [Bug 13358] REGRESSION: ReferenceError: Can't find variable in DHTML slideshow script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 03:37:33 PDT 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|JavaScriptCore              |Evangelism
           Keywords|NeedsReduction              |
           Priority|P1                          |P2




------- Comment #3 from ddkilzer at webkit.org  2007-04-16 03:37 PDT -------
Confirmed that changing this line:

crossobj.style.KhtmlOpacity=obj.degree/100

To this line "fixes" the slideshow:

crossobj.style.KhtmlOpacity=this.degree/100

However, only every *other* image is faded in when doing this on Safari/WebKit,
while Firefox 2.0.0.3 will fade in every picture.  This is probably a different
bug in Dynamic Drive, though.  (Note that Safari/WebKit don't honor
-khtml-opacity anymore, just "opacity".)

Lowering from P1 to P2 since this is a server-side evangelism issue, not a
client issue.

Charles, please feel free to close this bug when you have fixed the issue in
your code.  Thanks!


-- 
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