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

Page should not refresh when enter is pressed in an input box #2

Open
chadmazilly opened this issue Sep 25, 2017 · 2 comments
Open
Assignees

Comments

@chadmazilly
Copy link
Contributor

Currently, when a user inputs a grade within a grade text input element and presses "enter", the form submits which causes a new page load with an error: "id" parameter is missing. Need to make sure on the enter key press event, an ajax request is made, not a full page refresh.

@chadmazilly chadmazilly self-assigned this Sep 25, 2017
@chadmazilly
Copy link
Contributor Author

This issue only seems to arise when JS is disabled.

@chadmazilly
Copy link
Contributor Author

Turns out if there is only one remaining grade item that is ungraded when the page loads then when pressing "enter" on that open field will trigger this error.

@chadmazilly chadmazilly reopened this Sep 26, 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

No branches or pull requests

1 participant