fix: recalculate FContextMenu position on scroll (refs SFKUI-7591)#1015
Open
NicklasWei wants to merge 2 commits intomainfrom
Open
fix: recalculate FContextMenu position on scroll (refs SFKUI-7591)#1015NicklasWei wants to merge 2 commits intomainfrom
FContextMenu position on scroll (refs SFKUI-7591)#1015NicklasWei wants to merge 2 commits intomainfrom
Conversation
CHANGELOGBased on commits in this Pull Request this will create a patch release and the following entries will be added to the changelog: Bug Fixes
If this is not correct you can amend the commit message(s). Read more about the release process (swedish). |
Förhandsgranskning 🐛 🔍Dokumentation och exampel applikationer finns att förhandsgranska på: Senast uppdaterad 2026-03-11 19:32 UTC i gh-pages. |
Artifact sizesArtifact sizes in this build (unchanged artifacts collapsed below).
6 unchanged artifacts
|
5475876 to
4d89673
Compare
atfkassan
approved these changes
Mar 11, 2026
Contributor
atfkassan
left a comment
There was a problem hiding this comment.
Testat och det var lite edgecase som inte såg bra ut men tycker det är ok.
8a82223 to
524ec45
Compare
…591) Affects `FContextMenu`, `FDatepickerField` and `FTable` menu cell.
524ec45 to
2f9f27b
Compare
FContextMenu position on scroll (refs SFKUI-7591)FContextMenu position on scroll (refs SFKUI-7591)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Samma problem som med combobox och tabellens dropplista. Infört liknande lösning som var godkänd för dem, men fungerar inte lika bra här då den har lite annorlunda logik kring placering. Då den prioriterar att vara i viewport över att placeras vid sitt ankare leder det till att den kan släpa med om man skrollar horisontellt, även om ankaret inte finns i viewport.
Sandbox: https://forsakringskassan.github.io/designsystem/pr-preview/pr-1015/vue-sandbox/#/
Todo: