[Webkit-unassigned] [Bug 22096] REGRESSION: scrolldelay is counted in seconds instead of miliseconds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 27 12:02:11 PST 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz
             Status|UNCONFIRMED                 |NEW
          Component|WebKit Website              |Layout and Rendering
     Ever Confirmed|0                           |1
           Keywords|                            |HasReduction, Regression
            Summary|scrolling Banner does not   |REGRESSION: scrolldelay is
                   |scroll                      |counted in seconds instead
                   |                            |of miliseconds




------- Comment #1 from webkit at blaut.biz  2008-12-27 12:02 PDT -------
I can confirm this bug as reggresion bug. 

Scrolldelay sets the amount of delay in milliseconds (a millisecond is 1/1000th
of a second). Actually WebKit uses seconds instead of miliseconds.

Check attached test case. You can inspect the test case. Inspector shows:
 -webkit-marquee-speed: 10s; 
instead of 
-webkit-marquee-speed: 10ms;


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