Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSSOM View smooth scroll API unimplemented. #18231

Closed
leafpetersen opened this issue Apr 15, 2014 · 1 comment
Closed

CSSOM View smooth scroll API unimplemented. #18231

leafpetersen opened this issue Apr 15, 2014 · 1 comment
Labels
P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@leafpetersen
Copy link
Member

As described here:

https://codereview.chromium.org/146003002/

the scrollLeft and scrollTop setters defined by Element.idl may now be passed dictionaries. This CL restored support for the old behavior on integers:

https://codereview.chromium.org/237513004/

Support for the dictionary method has not been implemented yet.

@kevmoo
Copy link
Member

kevmoo commented Apr 15, 2014

Added Triaged label.

@leafpetersen leafpetersen added Type-Defect P3 A lower priority bug or feature request labels Apr 15, 2014
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants