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 addition of "unicode-bidi" = "plaintext" in 4de31bb to fix placement of symbols has an undesirable side-affect where in some browsers it breaks the direction of text causing RTL alignment to change to LTR.
Above is a screenshot of output on different web browsers with versions with manual hack removing the unicode-bidi attribute from the table.
The text was updated successfully, but these errors were encountered:
jrwishart
changed the title
unicode-bidi side affect of coloured bar numbers becoming misaligned in Chrome/Firefox
unicode-bidi side-effect of coloured bar numbers becoming misaligned in Chrome/Firefox
Sep 10, 2019
As an update on this, you can avoid these alignment problems by not using "unicode-bidi" = "plaintext" but instead prepending the cell contents with the left-to-right mark. (Use the unicode \u200e instead of the html entity).
The addition of
"unicode-bidi" = "plaintext"
in 4de31bb to fix placement of symbols has an undesirable side-affect where in some browsers it breaks the direction of text causing RTL alignment to change to LTR.Above is a screenshot of output on different web browsers with versions with manual hack removing the unicode-bidi attribute from the table.
Source of output also available here at JSfiddle
Minimal reproduceable example is given with
The text was updated successfully, but these errors were encountered: