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

listen to 'keypress' event to capture 'ENTER' for Internet Explorer #1295

Closed
wants to merge 1 commit into from

Conversation

agubler
Copy link
Member

@agubler agubler commented Jul 19, 2016

Listen to the keypress event to ensure that when the user presses enter in the PagingTextBox that the grid updates the page.

requires tests.

resolves #1294

@agubler agubler force-pushed the bug-ie-paging-text-box branch 2 times, most recently from b561e62 to c5d2906 Compare July 19, 2016 14:27
@agubler agubler force-pushed the bug-ie-paging-text-box branch from c5d2906 to b19dc21 Compare July 19, 2016 15:05
@msssk
Copy link
Contributor

msssk commented Aug 16, 2016

I can reproduce this bug, and see that @agubler's PR fixes it.

I've added a unit test for it in my branch

@agubler
Copy link
Member Author

agubler commented Aug 16, 2016

Thanks @msssk, what is the best way to go here? I could pull the test from your branch?

@edhager edhager closed this in 1e4aeed Aug 18, 2016
@edhager
Copy link
Contributor

edhager commented Aug 18, 2016

Thanks @agubler for the fix and @msssk for the tests.

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 "enter" in the pagingTextBox doesn't change the grid page.
3 participants