Skip to content

Remove pauseEvent#398

Closed
LandonSchropp wants to merge 1 commit intoreact-component:masterfrom
LandonSchropp:master
Closed

Remove pauseEvent#398
LandonSchropp wants to merge 1 commit intoreact-component:masterfrom
LandonSchropp:master

Conversation

@LandonSchropp
Copy link

Pausing events can break the normal browser behavior for other inputs in the DOM. For example, focused inputs will fail to blur when interacting with a slider. This can cause unexpected user behavior in the browser.

I'm opening this PR to facilitate discussion, but if you'd like to merge that's totally okay.

Fixes #349

Pausing events can break the normal browser behavior for other inputs in
the DOM. For example, focused inputs will fail to blur when interacting
with a slider. This can cause unexpected user behavior in the browser.

Fixes #349
@yesmeck
Copy link
Member

yesmeck commented Feb 25, 2018

pauseEvent can not be removed simply. For example in onKeyboard callback, we do need prevent default behavior when user press Page Down, I'll look into this issue. Thanks anyway.

@yesmeck yesmeck closed this Feb 25, 2018
@LandonSchropp
Copy link
Author

LandonSchropp commented Feb 25, 2018 via email

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.

2 participants