View Issue Details

IDProjectCategoryView StatusLast Update
0017053MMW 5Main Panelpublic2020-12-27 14:18
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version5.0 
Target Version5.0 
Summary0017053: Breadcrumb 'tooltip' disappears too easily
DescriptionIf breadcrumbs don't have enough room to display, then they're truncated but the user can view the whole breadcrumb by hovering on it, causing a 'tooltip' of the full breadcrumb to display.

The bug is that it's very difficult to get it to display without flashing because _any_ movement of the cursor (even when the movement is on the same element of the breadcrumb) causes it to disappear.

Push to 5.0.1 if non-trivial.
TagsNo tags attached.
Fixed in build

Relationships

related to 0014089 closedLudek Breadcrumbs truncated suboptimally for small screens 
related to 0015879 resolvedmichal Player: rating tooltip persists 

Activities

michal

2020-11-07 14:52

developer   ~0060072

It is consequence of fixing 0015879, where you wanted the exact opposite for rating control. I looked at other apps and it seems, more common is hiding tooltip on every mouse move, instead of keeping it, when move is inside the same control (like in MM4). I think both could be annoying in some scenarios. Please choose one behavior and I will make a change, if needed. We could also make exception only for rating control...

rusty

2020-12-09 20:09

administrator   ~0060653

I would have preferred that most cases behave as in 0015879, but that cases such as this, or when metadata is truncated (i.e. when there's a lot to read) that hovering doesn't cause it to disappear.

But if we must choose a single behavior, then lets leave things as is.

peke

2020-12-27 14:18

developer   ~0061082

Verified 2291

This works satisfactory, I tested in normal browsing, location browsing, tag fields browsing.

Closing for now.