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

Fixed an off-by-one error in boundX #248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Flati
Copy link

@Flati Flati commented Nov 5, 2013

There was an "off-by-one" error in the boundX function, under the selection.js file.
This means that if you have a selection area of width 800, you could never select the 800th pixel to the right. When you select the whole thing (either by code or by mouse dragging) the whole select area would be highlighted, but the selection message would read: 0px to 799px selected.

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.

1 participant