Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating windows will always hide back of the maximized window. #213

Open
vardhan03 opened this issue Jul 20, 2023 · 1 comment
Open

Floating windows will always hide back of the maximized window. #213

vardhan03 opened this issue Jul 20, 2023 · 1 comment

Comments

@vardhan03
Copy link

@rinick, I have a requirement where the newly added floating tabs should always be visible even if the max box is turned on.

In detail,
We have a layout and a button on top of the layout which will add new tabs to the layout, if the layout is in maximized mode and if I click to add a new tab to the layout, the newly added tab is always hidden in the back. This will be visible on minimizing the max window.
I went through the code and understood that this is happening primarily because of the z-indices of the float box and max box where the max box has a higher z-index.

Even if I swap these z-indices, this will hit a lot of issues in displaying the maximized placeholder dock window (from the float box), and if I made a lot of float boxes, a lot of those will be visible in the maximized mode too.

So, my requirement is to only show the floating windows on top of the maximized window. Is there any way to achieve this?

@t-pyrope
Copy link

I had this problem, it helped to me to reset the component, that draws the layout, when an another layout is loaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants