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

fix(Breadcrumb): ensure focus state is not partially hidden #1949

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

tujoworker
Copy link
Member

@tujoworker tujoworker commented Jan 26, 2023

🙏 Tack Micaela 🇸🇪

With PR #1563 we got this issue when focusing the item:

Screenshot 2023-01-26 at 09 31 07

By adding a visual test, simulating the focus state, we should avoid this in the future.

We fix the issue by removing the overflow: hidden – its not used anyway, because our HeightAnimation will add&remove it during the animation anyway.

We also rename the visual test file (for v10 migration) and refactor the Example file.

With PR #1860 we got this issue:

By adding a visual test, simulating the focus state, we should avoid this in the future.

Its fixed by removing the `overflow: hidden` – its not used actually, because our animation `HeightAnimation` will add&remove it during the animation anyway.
@tujoworker tujoworker requested a review from langz January 26, 2023 08:32
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 29dc02c:

Sandbox Source
eufemia-starter Configuration

@gatsby-cloud
Copy link

gatsby-cloud bot commented Jan 26, 2023

✅ DNB Eufemia Portal deploy preview ready

Copy link
Contributor

@langz langz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@tujoworker tujoworker merged commit 954d570 into main Jan 26, 2023
@tujoworker tujoworker deleted the fix/breadcrumb-focus branch January 26, 2023 09:28
tujoworker pushed a commit that referenced this pull request Jan 29, 2023
## [9.46.2](v9.46.1...v9.46.2) (2023-01-29)

### Bug Fixes

* **Breadcrumb:** ensure focus state is not partially hidden ([#1949](#1949)) ([954d570](954d570)), closes [#1860](#1860)
* **Table:** fix fist border on rowSpan={2} is used in first column ([#1956](#1956)) ([48ff543](48ff543))
* **Table:** fix sticky table when in iFrame ([#1954](#1954)) ([ac4f254](ac4f254))
@tujoworker
Copy link
Member Author

🎉 This PR is included in version 9.46.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

joakbjerk pushed a commit that referenced this pull request Mar 27, 2023
With PR #1860 we got this issue:

By adding a visual test, simulating the focus state, we should avoid this in the future.

Its fixed by removing the `overflow: hidden` – its not used actually, because our animation `HeightAnimation` will add&remove it during the animation anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants