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
The tooltip text for the heading "קיום נסיעות" displays the text aligned to the left, instead of to the right
This makes text that contains both Hebrew and English hard to understand.
I think the text should be aligned to the right since the app is in Hebrew.
I fixed this issue in my fork: https://github.com/Hatzilu/open-bus-map-search
by changing the dir and lang attributes whenever the user changes the locale
I also added a default dir attribute to the html tag.
This seems to fix the issue:
This change will affect the entire app and may cause regressions in the UI, so alternatively, we can also treat this case specifically by applying css to the tooltip text itself.
The text was updated successfully, but these errors were encountered:
Hatzilu
changed the title
Tooltip text is not aligned correctly
Tooltip text is not aligned correctly in hebrew locale
Feb 16, 2025
The tooltip text for the heading "קיום נסיעות" displays the text aligned to the left, instead of to the right
This makes text that contains both Hebrew and English hard to understand.
I think the text should be aligned to the right since the app is in Hebrew.
I fixed this issue in my fork: https://github.com/Hatzilu/open-bus-map-search
by changing the
dir
andlang
attributes whenever the user changes the localeI also added a default
dir
attribute to thehtml
tag.This seems to fix the issue:
This change will affect the entire app and may cause regressions in the UI, so alternatively, we can also treat this case specifically by applying css to the tooltip text itself.
The text was updated successfully, but these errors were encountered: