GNOME Bugzilla – Bug 738536
layout: Reset the OSK to the primary monitor when monitors change
Last modified: 2014-10-16 14:43:16 UTC
Couldn't think of a good way to try and keep the OSK on the same monitor where it was in case the indices have changed. In any case I don't think it'd be worth the trouble.
Created attachment 288533 [details] [review] layout: Reset the OSK to the primary monitor when monitors change When monitors change, the previous index might not mean the same physical monitor anymore, in fact, it might become invalid. In the latter case, we'll actually get a JS error when accessing this.keyboardMonitor in _updateKeyboardBox() . To avoid this, let's just always reset the OSK to the primary monitor.
Review of attachment 288533 [details] [review]: Sure.
Attachment 288533 [details] pushed as 01eb79a - layout: Reset the OSK to the primary monitor when monitors change