ciudadanointeligente / write-it

App to create and send messages to public persons. It's a component of POPLUS project.
poplus.org
GNU General Public License v3.0
38 stars 23 forks source link

Admin interface does not display in chrome with RTL languages #1185

Open struan opened 7 years ago

struan commented 7 years ago

There seems to be some sort of issue with chrome which means that the admin interface does not display when dir="RTL" is set on the html element. If you resize the window then the interface does display. I think this is a bug in Chrome as it's happened to other people (http://stackoverflow.com/questions/34184377/chrome-shows-blank-page-on-rtl-language-site-until-window-is-resized) but it should be mitigated.

One possibly solution is to set style="direction: rtl" on the div#wrap element and remove the direction attribute on html.