Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-beta
-
Fix Version/s: 2.0.1
-
Component/s: app.filebrowser
-
Labels:None
-
Target Version:
-
Release Note:Wrote a new jQuery plugin (jHueRowSelector) that takes the closest TR elem of a A element with data-row-selector="true" attribute and replicates its functionality (either location.href or .click())
Description
In Hue 1, when going on the filebrowser, a user could just double-click anywhere on the line representing a file for opening it.
In Hue 2, the user need to click precisely on the name of the file for opening it.
Why don't we make it simpler by making each row in the table fully clickable?
- Filebrowser
- row click same as clicking on the name of the file
- Beeswax
- MyQuery
- 'Recent saved queries' tab, row click same as clicking on the name of the query
- 'Recent run queries' tab, row click same as clicking on the name of the query
- Saved Queries
- row click same as clicking on the name of the query
- History
- row click same as clicking on the Result of the query
- Tables
- row click same as clicking on the name of the table
- MyQuery
- Job browser
- row click same as clicking on 'view' link
- Job designer
- Designs: row click same as clicking on 'edit' button
- History: if applicable, row click same as opening Job browser (todo Romain)
- User Admin
- Users: row click same as clicking on 'edit' button
- Groups: row click same as clicking on 'edit' button
- Permissions: row click same as clicking on 'edit' button