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

ENH: Allow Slider dragging outside of "valid" area #1945

Merged
merged 1 commit into from
Aug 15, 2018
Merged

ENH: Allow Slider dragging outside of "valid" area #1945

merged 1 commit into from
Aug 15, 2018

Conversation

hoechenberger
Copy link
Contributor

With a slider I commonly expect that, once I have started dragging, I can move the mouse cursor away from the slider while dragging continues (and the slider updates accordingly). This commit adds this feature.

With a slider I commonly expect that, once I have started dragging, I
can move the mouse cursor away from the slider while dragging continues
(and the slider updates accordingly). This commit adds this feature.
@codecov-io
Copy link

Codecov Report

Merging #1945 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1945      +/-   ##
==========================================
- Coverage   43.88%   43.88%   -0.01%     
==========================================
  Files         207      207              
  Lines       36360    36360              
  Branches     6214     6214              
==========================================
- Hits        15958    15955       -3     
- Misses      18853    18858       +5     
+ Partials     1549     1547       -2
Impacted Files Coverage Δ
psychopy/visual/slider.py 16.15% <0%> (ø) ⬆️
psychopy/visual/textbox/fontmanager.py 70.03% <0%> (-1.05%) ⬇️
psychopy/visual/textbox/__init__.py 43.5% <0%> (ø) ⬆️
psychopy/app/builder/builder.py 51.72% <0%> (ø) ⬆️
psychopy/app/builder/dialogs/dlgsConditions.py 7.51% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 029a800...a5f2e2c. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.003%) to 48.158% when pulling a5f2e2c on hoechenberger:dragging into 029a800 on psychopy:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.003%) to 48.158% when pulling a5f2e2c on hoechenberger:dragging into 029a800 on psychopy:master.

@peircej
Copy link
Member

peircej commented Aug 15, 2018

That's good point. And what an easy fix! :-)

@peircej peircej merged commit 3b684fa into psychopy:master Aug 15, 2018
@hoechenberger hoechenberger deleted the dragging branch August 18, 2018 14:00
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.

4 participants