#11840 closed bug (fixed)
Web+; Issue with "keypress" Event in Text Fields
Reported by: | apl-haiku | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | keypress event return | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
In an "input" form element, a "keypress" event is not being fired for the "return" key being pressed. The expected outcome is that pressing the "return" key in such a field will cause this event to be fired and that the "keyCode" attribute of the event object will be 0x0d.
This can be seen on the home page of the Haiku Depot Server system at http://depot.haiku.org. On Firefox or Chrome, you can enter a search term in the search field (yellow bar) and press return to initiate a search. With Web+, the pressing of return has no effect.
Change History (2)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Milestone: | R1 → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Pressing "Enter" behaves as expected now.