https://issues.apache.org/ooo/show_bug.cgi?id=124905
Tal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Help Text isn't shown in |Help Text isn't |Right-to-Left mode, in |right-aligned, in |Hebrew/Arabic languages |Hebrew/Arabic languages --- Comment #5 from Tal <[email protected]> --- (In reply to Ariel Constenla-Haile from comment #4) > (In reply to Ariel Constenla-Haile from comment #3) > > It would be ideal to localize that CSS files, because CSS2 supports the > > direction property; but a simple test shows that OpenOffice Writer/Web > > cannot handle it. > As a simple test, add <style type="text/css"> > body, p, h1, h2, h3, h4, h5, h6 {direction:RTL; unicode-bidi:embed;} > </style> to https://www.openoffice.org/he/product/writer.html and open it with > Writer/Web: the text is still LTR. Ariel, I understand that the help dialog uses the Writer/Web interpreter. Opening the webpage within Writer, I see the text direction is RTL, but LEFT-ALIGNED (changed issue's title). Maybe we can just add to the CSS "body{ ... direction: rtl; text-align: right;}" and that would solve this issue. I think Writer/Web supports text alignment, and the "direction" instruction can be there for future's sake, if that's not supported yet. How can we test my suggestion? to create a test webpage and open it with Writer, as you instructed me? -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
