Opened 9 years ago

Closed 5 years ago

Last modified 4 years ago

#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 waddlesplash, 5 years ago

Resolution: fixed
Status: newclosed

Pressing "Enter" behaves as expected now.

comment:2 by nielx, 4 years ago

Milestone: R1R1/beta2

Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone

Note: See TracTickets for help on using tickets.