Bug 36298 - Tooltip doesn't go away
Tooltip doesn't go away
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0
Assigned To: Alexander Kläser
Alexander Kramer
: interim-3
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-27 07:54 CET by Stefan Gohmann
Modified: 2014-11-26 06:53 CET (History)
4 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments
umc-tooltip.png (55.24 KB, image/png)
2014-10-27 10:20 CET, Stefan Gohmann
Details
Screenshot 'Manage samba privileges' (57.03 KB, image/png)
2014-11-05 17:06 CET, Michael Grandjean
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2014-10-27 07:54:40 CET
See attached screenshot. If I open a user and start the group selection wizard, I I always get a tooltip at the first drop down. That is independent from the mouse position. If I press the ESC key fast enough, the dialog will be closed but the tooltip is still shown.
Comment 1 Florian Best univentionstaff 2014-10-27 10:09:29 CET
Screenshot missing.
Comment 2 Stefan Gohmann univentionstaff 2014-10-27 10:20:01 CET
Created attachment 6241 [details]
umc-tooltip.png
Comment 3 Alexander Kläser univentionstaff 2014-10-27 11:52:45 CET
A generic way to close the currently active tooltip is:

require(["dijit/Tooltip"], function(Tooltip) {
    Tooltip._masterTT && Tooltip._masterTT.fadeOut.play();
});

On a tablet, I also experienced that a Tooltip was shown when opening a module.
Comment 4 Alexander Kläser univentionstaff 2014-10-31 22:28:00 CET
I removed this quite annoying tooltip, as well as the tooltips of the search form fields.

univention-management-console-module-udm (5.1.21-1):
* Bug #36298: removed annyoing tooltips
Comment 5 Alexander Kramer univentionstaff 2014-11-03 12:36:34 CET
OK - no tooltip in the group selection wizard (Firefox, Chromium, IE 9/11)
OK - no tooltips in the search form fields (Firefox, Chromium, IE 9/11)
Comment 6 Michael Grandjean univentionstaff 2014-11-05 17:06:14 CET
I think the tooltip saying 'Manage samba privileges' in Users -> Account -> Windows should also be removed (or repositioned) since it overlaps the dropdown (see attached screenshot).
Comment 7 Michael Grandjean univentionstaff 2014-11-05 17:06:44 CET
Created attachment 6308 [details]
Screenshot 'Manage samba privileges'
Comment 8 Alexander Kläser univentionstaff 2014-11-05 18:44:20 CET
(In reply to Michael Grandjean from comment #6)
> I think the tooltip saying 'Manage samba privileges' in Users -> Account ->
> Windows should also be removed (or repositioned) since it overlaps the
> dropdown (see attached screenshot).

(In reply to Michael Grandjean from comment #7)
> Created attachment 6308 [details]
> Screenshot 'Manage samba privileges'

Thanks for the feedback. I opened a new bug for it as this does not seem a blocker for me now → Bug 36461. See also my comment there.
Comment 9 Stefan Gohmann univentionstaff 2014-11-26 06:53:48 CET
UCS 4.0-0 has been released:
 http://docs.univention.de/release-notes-4.0-0-en.html
 http://docs.univention.de/release-notes-4.0-0-de.html

If this error occurs again, please use "Clone This Bug".