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

Unable to delete characters from Spinner's input field (Firefox only) #2012

Closed
khrise opened this issue Feb 7, 2017 · 0 comments
Closed
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@khrise
Copy link

khrise commented Feb 7, 2017

I'm submitting a ... (check one with "x")

[x ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Plunkr Case (Bug Reports)
No plunkr provided, as the issue can be reproduced on the demo page.

Current behavior
In Firefox, when a value has been entered into a spinner's input, it can't be deleted again. In fact, all keys get captured, it is not even possible to hit F12 and open the developer tools without clicking somewhere outside the input field.

Expected behavior

  • Only relevant keys's events get stopped from propagation
  • Characters can be deleted via backspace and delete button
  • Right and left arrow keys can be used to navigate the cursor in the input field

Minimal reproduction of the problem with instructions
Using Firefox, go to the demo page, enter a value into one of the spinners and try to delete any of the characters from the input or navigate with the left/right arrows.

What is the motivation / use case for changing the behavior?

Please tell us about your environment:
Windows 7 Professional, Firefox 45.7.0

  • Angular version: 2.0.X
  • PrimeNG version: ^2.0.0-rc.2
  • Browser: Firefox 45.7.0
  • Language: [all | TypeScript X.X | ES6/7 | ES5]

  • Node (for AoT issues): node --version =

@Mrtcndkn Mrtcndkn self-assigned this Feb 13, 2017
@Mrtcndkn Mrtcndkn added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Feb 13, 2017
@Mrtcndkn Mrtcndkn added this to the 2.0.1 milestone Feb 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants