User story #3320
closedUser story #2950: Improve directive management display
change the help display style
Description
The solution to make lighter the directive screen is to have tooltips related to the fields with the help
Updated by Arthur ANGLADE almost 12 years ago
- 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.
Updated by Arthur ANGLADE almost 12 years ago
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.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from 10 to Pending technical review
Updated by François ARMAND over 11 years ago
- 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.
Updated by Arthur ANGLADE over 11 years ago
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
Updated by François ARMAND over 11 years ago
- Status changed from Discussion to 12
- Assignee deleted (
Jonathan CLARKE) - Priority changed from N/A to 3
Updated by Arthur ANGLADE over 11 years ago
- Status changed from 12 to Pending release
Applied in changeset a0816cc862bbb46915c0a7d4268464cee4e4c7b1.
Updated by Nicolas PERRON over 11 years ago
Applied in changeset f40e5dad40f5412619a5061c31a88c445c425140.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending release to Released
This ticket has been addressed in version 2.6.0~beta1 of Rudder, which has just been released. Please see the changelog here: https://www.rudder-project.org/foswiki/System/Documentation:ChangeLog26.
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story