question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tooltip doesn't refresh when scaling down (resizing) a time slot in day view.

See original GitHub issue

Describe 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.2
  • angular-calendar: 0.27.9
  • Browser name and version: Chrome 74.0.3729.169

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jeanftcommented, Jun 7, 2019

Thank you very much for your responsiveness. Keep up the good work!

0reactions
mattlewis92commented, Jun 7, 2019

Ahh, I see the issue now, please give the latest version a try! 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found