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
This is basically the same issue as #2905 except affecting the ic-top-navigation component.
The offending element is #navigation-landmark-button-text.
🪜 How to reproduce
Tell us the steps to reproduce the problem:
Set dir="rtl" on <html>
Add an ic-top-navigation
Reduce the window size until the "Menu" button appears
Observe a blank space appear when you scroll to the left
🖥 📱 Device
Type: desktop
Device: mac os
Browser version: Firefox 133
🧐 Expected behaviour
The blank space should not appear.
📝 Acceptance Criteria
If relevant, describe in full detail the different interactions and edge cases that the component or patterns needs to fulfil.
Given Set dir="rtl" on <html>, window size is below breakpoint for Menu button to appear When ic-top-navigation is used Then no blank space appears to the left
Additional info
As with #2905, this can be fixed with the :dir selector, swapping the left: for right:.
The text was updated successfully, but these errors were encountered:
…L languages
This change also standardises on using -9999px from the start of the page as the
offscreen position to make it easier to locate occurrences of this pattern with
search.
Closes: mi6#2906
Summary of the bug
This is basically the same issue as #2905 except affecting the ic-top-navigation component.
The offending element is
#navigation-landmark-button-text
.🪜 How to reproduce
Tell us the steps to reproduce the problem:
dir="rtl"
on<html>
🖥 📱 Device
🧐 Expected behaviour
The blank space should not appear.
📝 Acceptance Criteria
If relevant, describe in full detail the different interactions and edge cases that the component or patterns needs to fulfil.
Given Set
dir="rtl"
on<html>
, window size is below breakpoint for Menu button to appearWhen ic-top-navigation is used
Then no blank space appears to the left
Additional info
As with #2905, this can be fixed with the :dir selector, swapping the
left:
forright:
.The text was updated successfully, but these errors were encountered: