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

[RTL] No RTL support in Internet Explorer #8911

Closed
Tracked by #8760
aninde opened this issue Oct 28, 2021 · 4 comments
Closed
Tracked by #8760

[RTL] No RTL support in Internet Explorer #8911

aninde opened this issue Oct 28, 2021 · 4 comments
Labels
RTL Right-to-left Windows

Comments

@aninde
Copy link
Contributor

aninde commented Oct 28, 2021

Description

As in the title, dir ="rtl" is not supported by Internet Explorer.
Therefore, Handsontable placed in RTL div does not display at all on IE page.

Windows_10_0__IE_11_0_2021-10-28T13 48 36

Your environment

  • Handsontable version: n/a
  • Browser Name and version: Internet Explorer 9, 10, 11
  • Operating System: Windows 10 Pro
@aninde aninde added Windows RTL Right-to-left labels Oct 28, 2021
@warpech
Copy link
Member

warpech commented Nov 22, 2021

In this case, MDN must be wrong, because dir is a very old HTML attribute. For example, it exists in HTML4 spec: https://www.w3.org/TR/html401/struct/dirlang.html#h-8.2

I made a test and it works:

<!DOCTYPE html>
<html>
  <head>
    <title>Test</title>
  </head>
  <body>
    <div dir="rtl">Test RTL</div>
    <div dir="ltr">Test LTR</div>
  </body>
</html>

image

So if something does not work in IE11, it must be on our end.

@Siemienik Siemienik mentioned this issue Jan 14, 2022
68 tasks
@budnix
Copy link
Member

budnix commented Jan 14, 2022

I've checked that using the codebase from the latest rtl branch + codebase that fixes overlays and borders (#9104, #9098) and everything seems to work ok.

@aninde
Copy link
Contributor Author

aninde commented Mar 14, 2022

Since version 12 IE is no longer supported.

@warpech
Copy link
Member

warpech commented Apr 8, 2022

Closing as won't fix. Please reopen if this bothers you.

@warpech warpech closed this as completed Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RTL Right-to-left Windows
Projects
None yet
Development

No branches or pull requests

3 participants