GNOME Bugzilla – Bug 786986
text_window_to_widget_coords broken when Container:border-width > 0
Last modified: 2017-08-29 18:09:10 UTC
* Run the test case at https://bugzilla.gnome.org/show_bug.cgi?id=759725 * Open the Inspector * On the Visual tab, turn on Simulate Touchscreen * Select some text The handles are drawn too high, and the magnifier shows an area above what you are actually selecting.
Created attachment 358714 [details] [review] TextView: :border-width broke window→widget coords Do the converse of commit bd7c87c762c75bbb8dfb5fed23964651188ef206 so that a TextView with Container:border-width > 0 does not get its handles and magnified region shifted up/left from where they should be.
Attachment 358714 [details] pushed as afd624b - TextView: :border-width broke window→widget coords