GNOME Bugzilla – Bug 724665
Problems placing thumbnails with RTL on the HTML overview
Last modified: 2014-02-19 08:41:06 UTC
The HTML overview is not taking properly into consideration RTL/LTR direction for the placement of the thumbnails, which should be arranged from right to left, when the dir="rtl" according to gtk_widget_get_default_direction (). Something similar applies to the position of the close-button, that on RTL should be placed on the top left corner of the thumbnail.
Created attachment 269577 [details] [review] overview: Place thumbnails and the close-butons according to ltr/rtl Add CSS rules to avoid the wrong manual floating of the thumbnails and the close button when dir="rtl".
Thanks, works fine for me!
Review of attachment 269577 [details] [review]: thanks