GNOME Bugzilla – Bug 735020
Wrong cell marked as selected in RTL
Last modified: 2014-08-29 20:57:42 UTC
Created attachment 283835 [details] Screenshot Clicking on the third cell from left cause the third cell from right to appear as the seleceted cell. However, the popover appear above the right cell (the third cell from left), and typing number of choosing number from the popover write the number in the right cell (in the third cell from left). Of course, vice a versa - clicking on the third cell from right...
Did we break this recently (like today?) It might be intended as a brainteaser :)
I think so.
Created attachment 284029 [details] [review] Handle RTL correctly. This is indeed a big bug and of course my fault. It was introduced in “Use Gtk.DrawingArea for the board”[1] (yay!), and looks like the simple way to correct it is just to invert the background drawing when we’re in a RTL context. [1] https://git.gnome.org/browse/gnome-sudoku/commit/?id=1263d5ea90031aa8fc2dd9c72dbb8a326f320e79
Review of attachment 284029 [details] [review]: Works fine for me, thanks!
Comment on attachment 284029 [details] [review] Handle RTL correctly. Pushed as cd1132c