Tooltip doesn't refresh when scaling down (resizing) a time slot in day view.
See original GitHub issueDescribe the bug
When I create a new CalendarEvent (using mouse down, drag down/up, mouse up), the tooltip doesn’t refresh when I scale down the event.
Minimal reproduction of the problem with instructions Using CustomEventTitleFormatter, in dayTooltip function, return event.meta.durationInMinutes.
dayTooltip(event: CalendarEvent): string {
return event.meta.durationInMinutes;
}
Create an event, scale up => tooltip updated. Scaled down => tooltip doesn’t update.
Versions
@angular/core
: 7.2.2angular-calendar
: 0.27.9- Browser name and version: Chrome 74.0.3729.169
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Control the Appearance of Marks in the View - Tableau Help
Control color, size, shape, detail, text, and tooltips for marks in the view using the Marks card. Drag fields to buttons on the...
Read more >bootstrap popover not showing on top of all elements
Those settings solved all may issues. I had tooltips flickering, showing corectly only for half of the items on page, jumping from top...
Read more >fit_tasks Gantt Docs - DHTMLX Documentation
To 'force' the scale re-render each time a task doesn't fit into the existing scale interval, set the fit_tasks property to true.
Read more >Element: <oj-gantt> - Oracle
The ISO format does not support time zone names. ... Pan up / down. ... Please see the slots section of the JET...
Read more >Cookbook - PySimpleGUI
B rather than sg.Button saves 5 characters per button in your layout). The idea here to be able to see your entire window...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you very much for your responsiveness. Keep up the good work!
Ahh, I see the issue now, please give the latest version a try! 😄