You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
DimensionSwitcher dropdown not visible at specific zoom levels
BUG: DimensionSwitcher dropdown not visible at specific zoom levels
Oct 18, 2023
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
The text was updated successfully, but these errors were encountered: