Thank you from Blockly!
Appearance
Fragment of a discussion from User talk:Inkbug
Our JavaScript/CSS hacker said you are absolutely right and pointed me to inject.js, which has this comment:
// Sadly browsers (Chrome vs Firefox) are currently inconsistent in laying // out content in RTL mode. Therefore Blockly forces the use of LTR, // then manually positions content in RTL as needed.
We have decided to restructure our site to get rid of "Apps".
Thanks again!
I see (I only tested in Firefox). According to this the direction:rtl;
handling is a bug in Firefox, and I hope it will be fixed soon. Until then, maybe add direction:rtl; text-anchor:end;
to .blocklyText
, and remove the text-anchor:end;
part in Firefox (based on some browser or feature detection script)?