I have come across an odd issue in one of my projects.
When I input any text in the form input fields, the letter ‘p’ doesn’t work. All the other letters can be typed in the input fields, but letter ‘p’ doesn’t register any character at all.
I have restarted the laptop, checked with the external keyboard, reset the keyboard, no luck.
This had been working correctly. I have looked through the list of last 4-5 GIT records and nothing stands out that would have caused this issue.
Any help in resolving the issue is greatly appreciated.
All of these input fields are type text fields and there's no pattern.
Some fields have dynamic value. The letter p is not typing in all the fields.
I have tested without referencing the custom javascripts, custom styles, different browsers and it still didn't work. So, there must be something else stopping it from adding a character.
sorry to tell you but then you have to start eliminating the declarations and see when this stops...
Then you will know which declaration (component or something other) cause this behavior
If this was working yesterday or the day before yesterday I would recomment to try to remember what was your last additions in the layout so start eliminating them first..
That was the issue. I had been testing a JS code to prevent the shortcut to print a page (CTRL + P). I had removed the JS Code, but I didn’t remember to remove its reference in the html, and that interfered with the key press of letter ‘p’ only.
I have removed the reference in html now and it is working correctly.
Thank you for your assistance in resolving this issue. Your continued support is greatly appreciated. You're a legend