View Issue Details

IDProjectCategoryView StatusLast Update
0003057Composrcore_themeingpublic2017-02-06 19:12
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0003057: tooltips don't always hide on mouse out
DescriptionComposr tooltips (such as those spawned from hovering over mentions and tiny avatars and username links) do not always disappear on mouse out like they should. Here's what happens:

If you place your cursor over the item, it appears a timer activates, which delays the spawning of the tool tip for a fraction of a second. If you mouse out before that timer expires, the tool tip will still spawn and thus bypass the mouse out event. Mouse out needs to be able to cancel this timer if it has not yet fired. Otherwise, a tool tip will display that can only be hidden by refreshing the page or mousing on and out again.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2017-02-06 19:12

administrator   ~0004765

Wasn't quite that, was to do with onmouseover/onmouseleave bubbling behaviour, but fixed.

Issue History

Date Modified Username Field Change
2017-02-03 00:25 Patrick Schmalstig New Issue
2017-02-06 19:12 Chris Graham Note Added: 0004765
2017-02-06 19:12 Chris Graham Status non-assigned => resolved
2017-02-06 19:12 Chris Graham Resolution open => fixed
2017-02-06 19:12 Chris Graham Assigned To => Chris Graham