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

Popup opened from within a Splitter has lower z-index than the resize handle #845

Closed
dtopalov opened this issue Aug 7, 2019 · 0 comments · Fixed by #2167
Closed

Popup opened from within a Splitter has lower z-index than the resize handle #845

dtopalov opened this issue Aug 7, 2019 · 0 comments · Fixed by #2167
Assignees
Labels
C:Splitter Enhancement New feature of an existing functionality or an improvement of an existing functionality.
Projects
Milestone

Comments

@dtopalov
Copy link
Contributor

dtopalov commented Aug 7, 2019

When a Popup is opened from within a Splitter pane, it is rendered below the Splitter resize handle instead of above it because the resize handle element has a z-index of 200, while the Popup by default assumes a z-index calculated from the z-index of its anchor element:

https://stackblitz.com/edit/angular-rbpdcs-cwmgqn?file=app/app.component.ts

(open the column menu of the right Grid column)

When the resize handle z-index is set to 1, the layout is as expected:

https://stackblitz.com/edit/angular-rbpdcs-nwtguy?file=app/app.component.ts

If there is no particular reason for setting the Splitter resize handle to 200, we may consider setting to 1 to avoid similar issues.

@dtopalov dtopalov added Enhancement New feature of an existing functionality or an improvement of an existing functionality. C:Splitter T:Default Kendo Theme Default T:Bootstrap Kendo Theme Bootstrap T:Material Kendo Theme Material labels Aug 7, 2019
@TeyaVes TeyaVes self-assigned this Oct 21, 2019
@joneff joneff added this to Needs triage in Bug hunt via automation Feb 14, 2020
@joneff joneff added this to the 2020.2 milestone Feb 14, 2020
@joneff joneff modified the milestones: 2020.2, 2020.3 May 8, 2020
@TeyaVes TeyaVes removed their assignment Jun 24, 2020
@joneff joneff modified the milestones: 2020.3, 2021.1 Sep 14, 2020
@joneff joneff moved this from Needs triage to Low priority in Bug hunt Oct 20, 2020
@joneff joneff self-assigned this Dec 17, 2020
Bug hunt automation moved this from Low priority to Closed Dec 18, 2020
@joneff joneff removed T:Default Kendo Theme Default T:Bootstrap Kendo Theme Bootstrap T:Material Kendo Theme Material labels Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Splitter Enhancement New feature of an existing functionality or an improvement of an existing functionality.
Projects
No open projects
Bug hunt
Closed
Development

Successfully merging a pull request may close this issue.

3 participants