i want that the vertical scroll bar that show in textarea in fire fox will show in the left side,
i have site with ‘rtl’ direction,
and in IE its o.k , in the left side – (oposide the text).
i want that the vertical scroll bar that show in textarea in fire fox
Share
Firefox considers it a usability feature that a scrollbar appears on the same side all the time for a given user no matter what direction the text in the page uses.
https://bugzilla.mozilla.org/show_bug.cgi?id=330863
So if your browser is using some RTL language such as Hebrew, then the scrollbars are always on the left, and if your browser is using English then it’s always on the right. There is a preference you can set in about:config (layout.scrollbar.side) that overrides this but a web author has no control over it.