Use Microsoft Edge.
Install Persian language.
Edit account.
Switch to Persian language for the backend language.
Click Save & Close.
Edit account.
See missing toolbar.
This is happening with toolbars in other areas.
Microsoft EdgeHTML 18.18363
Labels |
Added:
?
|
How do I find out? This comes preinstalled with Windows 10 Home.
I cant tell you as I already upgraded to the chromium release https://www.microsoft.com/en-us/edge
Upgraded and now it is fine. Should non-chromium Edge be supported?
This is a decision for production to make as a whole - my personal opinion would be not to support it
// cc @HLeithner
Our current support cycle is planned Major version - 2, MS forces all users to upgrade to blink rendering version but I didn't found the timeline for the eol of EdgeHTML. So I would suggest to fix this problem instead hoping that EdgeHTML is not longer supported by MS.
Status | New | ⇒ | Confirmed |
Build | staging | ⇒ | 4.0-dev |
Title |
|
This appears to be the case... https://stackoverflow.com/questions/56835658/in-microsoft-edge-sticky-positioning-doesnt-work-when-combined-with-dir-rtl
Until RTL/sticky is fixed in Edge, maybe something like...
@supports (-ms-ime-align:auto) {
[dir=rtl] .subhead {
position: relative;
}
}
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-11 18:44:38 |
Closed_By | ⇒ | Quy |
So this is the non-chromium edge?