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

Fix #15513: Stop spacebar scrolling directly from the glutin window. #15568

Merged
merged 1 commit into from Feb 27, 2017

Conversation

samgiles
Copy link
Contributor

@samgiles samgiles commented Feb 15, 2017

This completely removes spacebar scrolling using the current method, fixing #15513.

See #15513 for a discussion, as the right thing to do is perhaps a UX problem - and perhaps worth a follow up.


No tests for these changes yet, as I'm just kicking off a discussion about how this should work.


This change is Reviewable

@highfive
Copy link

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @asajeffrey (or someone else) soon.

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Feb 15, 2017
@jdm
Copy link
Member

jdm commented Feb 27, 2017

@asajeffrey Review ping!

@asajeffrey
Copy link
Member

Oops, on it!

@asajeffrey
Copy link
Member

Looks good to me! @bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit d8afa93 has been approved by asajeffrey

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Feb 27, 2017
@bors-servo
Copy link
Contributor

⌛ Testing commit d8afa93 with merge eb8d0c3...

bors-servo pushed a commit that referenced this pull request Feb 27, 2017
Fix #15513: Stop spacebar scrolling directly from the glutin window.

This completely removes spacebar scrolling using the current method, fixing #15513.

See #15513 for a discussion, as the _right thing to do_ is perhaps a UX problem - and perhaps worth a follow up.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #15513.

No tests for these changes yet, as I'm just kicking off a discussion about how this should work.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15568)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css, mac-rel-wpt1, mac-rel-wpt2, windows-gnu-dev, windows-msvc-dev
Approved by: asajeffrey
Pushing eb8d0c3 to master...

@bors-servo bors-servo merged commit d8afa93 into servo:master Feb 27, 2017
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressing space in a text input causes to scroll down the scrollable page
5 participants