-
ytsurk β
committed 98f3bbe6 on 2.1.x
Issue #3279259 by ytsurk: Disable/Capture the enter key on the Filter...
-
ytsurk β
committed 98f3bbe6 on 2.1.x
-
ytsurk β
committed a4c9574c on 2.0.x
Issue #3279259 by ytsurk: Disable/Capture the enter key on the Filter...
-
ytsurk β
committed a4c9574c on 2.0.x
- Status changed to Fixed
almost 2 years ago 10:29pm 3 February 2023 - Status changed to Needs work
almost 2 years ago 7:34pm 12 February 2023 - π¨πSwitzerland ytsurk Switzerland
Ups - I introduced a regression here.
The patch was not well tested, Sorry.
Undoing my changes here for now.
-
ytsurk β
committed 738ba5d3 on 2.1.x
Issue #3279259 by ytsurk: Reverts due a regression bug - Disable/Capture...
-
ytsurk β
committed 738ba5d3 on 2.1.x
-
ytsurk β
committed a461ccf8 on 2.0.x
Issue #3279259 by ytsurk: Reverts due a regression bug - Disable/Capture...
-
ytsurk β
committed a461ccf8 on 2.0.x
-
rang501 β
committed 1d1453c5 on 2.1.x
Issue #3279259 by ytsurk: Disable/Capture the enter key on the Filter...
-
rang501 β
committed 1d1453c5 on 2.1.x
- Status changed to Needs review
almost 2 years ago 9:22pm 26 February 2023 - πͺπͺEstonia rang501 Viljandi
So I took a look at it and the problem was with keyup event, it triggered in all keyup events.
I commited a fix that checks event itself inside keyup handler. Seems to solve the issue and adding media also works.
- Status changed to Needs work
about 1 year ago 10:49pm 26 November 2023 - π¨πSwitzerland ytsurk Switzerland
For me in firefox the reload does still happen when I press enter in the search field ("filter").
- πͺπͺEstonia rang501 Viljandi
I could take a look at it over the weekend if I have time.
-
rang501 β
committed 6ebbd660 on 2.1.x
Issue #3279259 Add keydown event to prevent form submit
-
rang501 β
committed 6ebbd660 on 2.1.x
- πͺπͺEstonia rang501 Viljandi
I found the issue - it seems that the keydown was triggering the form submission, so I added separate keydown event that will prevent enter key from submitting the form.
Works both in Chrome and Firefox. - Status changed to Needs review
about 1 year ago 7:51am 5 December 2023 - π¨πSwitzerland ytsurk Switzerland
I can confirm this now works. Thanks rang501.
- Status changed to Fixed
about 1 year ago 7:52am 5 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.