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

BUG: DimensionSwitcher dropdown not visible at specific zoom levels #3639

Closed
c4ll-m3-j4ck opened this issue Oct 12, 2023 · 2 comments · Fixed by #3693
Closed

BUG: DimensionSwitcher dropdown not visible at specific zoom levels #3639

c4ll-m3-j4ck opened this issue Oct 12, 2023 · 2 comments · Fixed by #3693
Labels
8.3 Bug Label to mark the change as bugfix

Comments

@c4ll-m3-j4ck
Copy link
Contributor

Description

At certain browser zoom levels, the language selector dropdown disappears. This only affects the DimensionSelector component and none of the other dropdowns in the primary toolbar.

Steps to Reproduce

Set your browser zoom to something like 50% (we have seen this vary from computer to computer depending on the available screen-size).
Click to toggle the DimensionSwitcher

Expected behavior

The dimension-selection dropdown should appear

Actual behavior

The dimension-selection dropdown does not appear

Affected Versions

Neos: 8.3.5

UI: 8.3.4

@c4ll-m3-j4ck
Copy link
Contributor Author

I have investigated this issue some more:

It appears that the dropdown for the single-dimension-selector is appended at the wrong dom-node as it gets appended directly to the body-tag. Every other dropdown (including multi-dimension-selector) gets appended to the respective dropdown dom-node.

Starting at a certain zoom-factor (in my case it is 33% but again, this seems to vary from computer to computer), the misplaced

    dom-node for the dropdown gets its style-attribute updated to simply be style="display: none;" and is therefore not shown.

@crydotsnake crydotsnake added Bug Label to mark the change as bugfix 8.3 labels Oct 18, 2023
@crydotsnake crydotsnake changed the title DimensionSwitcher dropdown not visible at specific zoom levels BUG: DimensionSwitcher dropdown not visible at specific zoom levels Oct 18, 2023
@grebaldi grebaldi linked a pull request Jan 22, 2024 that will close this issue
@markusguenther
Copy link
Member

Will be resolved with the release of 8.3.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 Bug Label to mark the change as bugfix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants