[Bug 26909] New: Scrolling in one direction aborts smooth scroll in the other direction

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26909

            Bug ID: 26909
           Summary: Scrolling in one direction aborts smooth scroll in the
                    other direction
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM View
          Assignee: simonp@opera.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

http://dev.w3.org/csswg/cssom-view/

Consider an ongoing smooth scroll:

scroll({top:100, behavior:"smooth"});

and then before the scroll is finished, another scroll in the other direction:

scroll({left:100, behavior:"smooth"});

Should it abort the first scroll or not?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 26 September 2014 09:47:54 UTC