sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
231 stars 63 forks source link

Feature: #95034 - List views: Select a row by clicking on it #4432

Closed simonschaufi closed 3 weeks ago

simonschaufi commented 3 weeks ago

Feature: #95034 - List views: Select a row by clicking on it

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.4/Feature-95034-SelectRowByMouseClick.html

Feature: #95034 - List views: Select a row by clicking on it

See 95034

Description

The multi record selection, introduced in 94906, has been improved for a convenience method, making the selection of rows more pleasant. It's now possible to select a row by simply clicking anywhere on it. Certainly, this does not influence any other action on this row, e.g. a link or a button. Only if the click event is on the row itself, e.g. any empty space, the automatic selection is performed.

Besides selecting a single row, also the keyboard actions, introduced in 94944, can be used while clicking on the row, allowing to further optimize workflows.

Impact

It's now possible to select a row by clicking anywhere on it.

Backend, ext:backend