Skip to content

[Panel]: sticky header issues: rounding gets lost and focus cutts off #8369

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

Closed
1 task done
ilhan007 opened this issue Feb 29, 2024 · 2 comments · Fixed by #8400
Closed
1 task done

[Panel]: sticky header issues: rounding gets lost and focus cutts off #8369

ilhan007 opened this issue Feb 29, 2024 · 2 comments · Fixed by #8400
Assignees
Labels
bug This issue is a bug in the code Medium Prio TOPIC RL

Comments

@ilhan007
Copy link
Member

ilhan007 commented Feb 29, 2024

Bug Description

When sticky header is enabled and the user starts scrolling the border-radius of the header gets overlapped by the content underneath s the content does not have border-radius.

Steps to Reproduce

  1. Open https://sap.github.io/ui5-webcomponents/playground/?path=/story/main-panel--sticky-header
  2. Scroll a bit
  3. The border-radius is hidden as the content does not have border-radius
    ...

Initially (rounding)
Screenshot 2024-02-29 at 12 37 42

After scrolling (no rounding)
Screenshot 2024-02-29 at 12 37 45

Priority

None

UI5 Web Components Version

main

Browser

Chrome

Operating System

MacOS

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@ilhan007 ilhan007 added bug This issue is a bug in the code Low Prio TOPIC RL labels Feb 29, 2024
@ilhan007
Copy link
Member Author

Hi @SAP/ui5-webcomponents-topic-rl, I saw this small issue with the Panel.

Thank you

@ilhan007
Copy link
Member Author

Also the focus gets cut from the top, I thing "top" absolute position of the after element should be changed from -1 to 0:

Screenshot 2024-02-29 at 12 36 10

@ilhan007 ilhan007 changed the title [Panel]: rounding of the sticky header gets lost when scrolling [Panel]: sticky header issues: rounding gets lost and focus cutts off Feb 29, 2024
@MapTo0 MapTo0 self-assigned this Mar 6, 2024
MapTo0 added a commit that referenced this issue Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code Medium Prio TOPIC RL
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

2 participants