bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Allow `showOn : 'click'` event tooltips to show on a delay after the click #9971

Open bmblb opened 1 week ago

bmblb commented 1 week ago

/calendar/examples/travel-time/

When you click on an event element a popup appears. If you double click event element, first the popup appears, then immediately disaapears as event editor shows up. It looks like a blink

ExtAnimal commented 1 week ago

Noting to do with styling.

The only way round this is to show the event tooltip on an annoying timer which gets canceled if another click comes round while the user is twiddling their thumbs thinking "Show me now dammit!". This is just what happens when you do stuff on both click and dblclick. Google on two clicks of an event:

click-dblclick