Our state of the art Gantt chart


Post by sagars92 »

Bryntum task menu, not showing when fullscreen mode is on
Bryntum task menu, not showing when fullscreen mode is on
Bryntum-menu-in-full-screen-v1.png (161.85 KiB) Viewed 811 times

How to show task menu when browser full-screen mode is on which is not visible.
when we trying to open the task menu while the browser's full-screen mode is on then it opening but besides the page(In short, it is not visible), please find attached the screenshots.

Can you please help with this?

Thanks in advance.

Attachments
version
version
bryntum-version.png (65.55 KiB) Viewed 811 times
Bryntum task menu should show like this
Bryntum task menu should show like this
bryntum-task-menu.png (69.34 KiB) Viewed 811 times

Post by alex.l »

Hi sagars92,

We are not able to reproduce the issue you described in our examples. Could you please try yourself or attach a runnable test case where we will be able to do that and maybe provide steps to reproduce if it's required? Also please specify a browser you used and your OS.

Thanks,
Alex

All the best,
Alex


Post by sagars92 »

Hi alex.l,
bryntum site as they have itself issue in full screen.

Normal View from bryntum examples:

image-20210803-042501.png
image-20210803-042501.png (50.38 KiB) Viewed 797 times

Same thing I am trying to open with there full-screen option and doing right-click, but the options not getting open:

image-20210803-042612.png
image-20210803-042612.png (159.62 KiB) Viewed 797 times

Ref URL: https://bryntum.com/docs/gantt/#Gantt/feature/TaskMenu

Also,
https://forum.bryntum.com/viewtopic.php?f=16&t=4080

Thanks.


Post by Maxim Gorkovsky »

Hello.
Reproduced, ticket opened here: https://github.com/bryntum/support/issues/3250 Thank you for report


Post by sagars92 »

Thank you,
Anything Openable on UI like Task-menu, Tooltip, Resources etc. not working on full-screen

image-20210712-111102.png
image-20210712-111102.png (34.28 KiB) Viewed 783 times
Attachments
image-20210712-111144.png
image-20210712-111144.png (40.5 KiB) Viewed 783 times
image-20210712-111242.png
image-20210712-111242.png (19.6 KiB) Viewed 783 times

Post by mats »

This is not a bug, you need to call https://bryntum.com/docs/gantt/#Core/widget/Widget#function-requestFullscreen on your Gantt instance. Does it work for you then?


Post by sagars92 »

Yes mats,

We are using requestFullscreen() method still facing same issue.

(Observation: There’s no limitation on the popup when in “normal” view, it’s all about z-order. The difference in fullscreen is that there’s a “special layer” that the browser creates for fullscreen that is above any possible z-order. so that when you put a control in fullscreen it goes to that special layer that is drawn on top of everything else. Only the subtree of the control that goes into fullscreen goes with it, so anything outside of that subtree will not get rendered as it will be in the “lower layers”. So if the popup subtree is outside of the hierarchy of the control that gets set to fullscreen, it won’t render - period!)

Thanks.


Post by mats »

Ok, there was one bug with menus yes (now fixed). So you already call requestFullscreen on the widget? Not the element (won’t work)?


Post by sagars92 »

Thank you mats,
what changes do we need to do, to resolve all these issues?


Post by mats »

You either wait for next release of 4.2.4 or grab latest nightly build.


Post Reply