(In reply to Hiroyuki Ikezoe (:hiro) from comment #8) > just wondering whether this also happens on mobile (I guess it does). Hm, but at least from a very quick test, I think this doesn't affect web content - at least, I don't see the issue using: ``` data:text/html,<html dir="rtl"><body>Some text<div style="height: 1500px"></div>Some more text</body> ``` And the code referenced in comment #3 mentions XUL a bunch. Plus, I would have thought that if we broke this on all RTL content on mac we would have had more reports before now. I don't think we use XUL in-content on mobile (though we do use it to get `<browser>` elements I think).
Bug 1594059 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Hiroyuki Ikezoe (:hiro) from comment #8) > just wondering whether this also happens on mobile (I guess it does). Hm, but at least from a very quick test, I think this doesn't affect web content - at least, I don't see the issue (in fact, the scrollbar stays on the right...) using: ``` data:text/html,<html dir="rtl"><body>Some text<div style="height: 1500px"></div>Some more text</body> ``` And the code referenced in comment #3 mentions XUL a bunch. Plus, I would have thought that if we broke this on all RTL content on mac we would have had more reports before now. I don't think we use XUL in-content on mobile (though we do use it to get `<browser>` elements I think).