User tests: Successful: Unsuccessful:
Pull Request for Issue #30744.
When using the suggest feature of Smart Search, it is impossible to select a suggested term by navigating to it with the keyboard. This is due to the issue that we are reacting to the onKeyUp event, which triggers a new search for suggestions whenever we press for example the arrow-down-key. The solution here is to switch to the "input" event, which fires only when the content of an input field has changed. This also has the benefit that it reacts to content which has been inserted from the clipboard via the mouse.
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-24 16:13:03 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
I have tested this item✅ successfully on c676d8f
I need to run
npm install
though to get the js file updated.May be useful to add that in the instructions.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32798.