-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Step Input / Object Page Section]: Step Icon visible over Header when scrolling #7697
Comments
Hi @gitgdako please add a reproducible example, preferably by using this codeSandbox template. |
Hi @gitgdako I checked again and was now able to reproduce this issue. The reason why the icons of the Hi colleagues, the icons of the Potential solutions:
|
I am impressed! We were already planning to work on a reproducer project, but since we are working with several frameworks it was a task that wasn't easy for us. Thank you for managing without it :) Concerning the issue: Obviously this isn't a blocker and we can live with it not being as pretty |
Hello @gitgdako , The construction of the ui5-step-input requires left icon to be with z-index: 1 (as technically the [ - ] button stays over the input, the same for focus rectangle, so if the overlying container have z-index less than 2, they both will appear over it. There was an example (that is not working at this moment) where the hovering container was with z-index: 2, and the [ - ] and focus were under it, can you provide real working example of your use case? Best Regards, |
I have copied part of the DOM tree of our project, sorry I can not at this point provide a full reproducer. I think the missing piece here is that we are using the Objectpage in "mode: @UI5\webcomponents-react\dist\enums\ObjectPageMode.d.ts.IconTabBar,", which you can see on the screenshots but is not clearly stated. In the code below you can see that the DynamicPageHeader has a z-index of 1. The same applies to the ObjectPage-tabContainer-*, which has a generated Styleclass ".ObjectPage-tabContainer-0-2-14" with z-index of 1. Since the + icon has a z-index of 0, it does not overlay. Setting the z-index to 2 fixes the problem for both elements. I hope this is enough information to reproduce the issue. Note: Localization is de_at
|
Hi @Lukas742 @NHristov-sap, as the issue isnt fixed, should I open another issue or can you reopen this one? |
I don't think that reducing the |
Describe the bug
We have an Object Page
with an Object Page Section,
which contains an Analytical Table,
which has a Step Input in a Toolbar inside its Header
When scrolling downwards so the step input "moves behind" the Header, the plus/minus i.e. +/- Signs are still visible over the header. The attached screenshot probably shows best what i mean
The behaviour is the same when the header is collapsed
Isolated Example
No response
Reproduction steps
Expected Behaviour
The signs are hidden behind the header, therefore disappear
Screenshots or Videos
UI5 Web Components for React Version
1.20.0
UI5 Web Components Version
1.18.0
Browser
Chrome
Operating System
Windows
Additional Context
No response
Relevant log output
No response
Declaration
The text was updated successfully, but these errors were encountered: