Our pure JavaScript Scheduler component


Post by sachidanand »

Hello Team,

Task tooltip and editor pop up are not showing up when Bryntum selector is having position:fixed


Post by tasnim »

Please provide more context, on how to reproduce.
Here is a guide on how to ask for help : viewtopic.php?t=772

Best regards,
Tasnim


Post by sachidanand »

Hello Team,

Attached is the screenshot of the code using which we are able to reproduce this issue.

In our project we have to show the gantt in full screen , so we are using this styling position: fixed as shown in the attachment. But in this case we are not able to see the tooltip of event as well as the editor window. This way we are able to reproduce the issue.

However for tooltip we found this :
https://bryntum.com/docs/scheduler/api/Core/widget/Tooltip#config-trackMouse

Do we have something similar to this for editor window also . Please help us ASAP in resolving this issue. since it's on high priority.

Attachments
EditorWIndowNotShowing.png
EditorWIndowNotShowing.png (45.04 KiB) Viewed 266 times

Post by sachidanand »

Hello Team,

Please help us on this as soon as possible.


Post by alex.l »

Do we have something similar to this for editor window also

No, we don't have it for windows.

I tried to wrap gantt into div as on your screenshot

<div style="height: 600px; position: fixed;">
<bryntum-gantt

And all works well.
Try to reproduce this in our examples or zip and attach your runnable app here, we have to reproduce the bug to help you with that.

All the best,
Alex


Post Reply