User story #3320
closed
User story #2950: Improve directive management display
change the help display style
Added by Arthur ANGLADE almost 12 years ago.
Updated over 9 years ago.
Category:
Web - Config management
Description
The solution to make lighter the directive screen is to have tooltips related to the fields with the help
- Status changed from In progress to 10
- Assignee changed from Arthur ANGLADE to Jonathan CLARKE
- % Done changed from 0 to 100
pull request : https://github.com/Normation/rudder/pull/134
The help is now displayed in tooltips bound to the right of the form. I managed to keep them visible in case of low def/small screen by setting them to always find a spot to appear.
After reviewing with JON,this was doing the job perfectly, but an improvement has been evoked : instead of having a tooltip , a div should be used with a "nodisplay" class, and should be visible only on hover or focus of fields.
- Status changed from 10 to Pending technical review
- Status changed from Pending technical review to Discussion
The code is OK (and so the RT is OK), but I find the fact that there is no visual signal for parameter with a tooltips not easy to use: when a tooltip does not appears, I never know if it's because of a bug/bad mouse hover/etc, or because there is just no tooltip at all.
I added the blue (i) on the right hand of the form, so it should be more obvious for the user when an help is availiable.
Concerning the tooltip that disapears when navigating via clicking on the fields (but if navigating with tab, it stays open as expected) it's a known bug on JQueryUi, that comes from the event triggering the tooltip : when you select with mouse, the event is "hover", and when you navigate with tab, its "focus". Here is the ticket : http://bugs.jqueryui.com/ticket/8783
- Status changed from Discussion to 12
- Assignee deleted (
Jonathan CLARKE)
- Priority changed from N/A to 3
- Status changed from 12 to Pending release
- Status changed from Pending release to Released
- Tracker changed from Enhancement to User story
Also available in: Atom
PDF