GNOME Bugzilla – Bug 791579
Place bubble moves with screen when moving map with arrow keys
Last modified: 2017-12-20 21:22:09 UTC
Created attachment 365491 [details] Place bubble position after moving maps with arrow keys Hi, When a place bubble is displayed, if you move the map with the arrow keys the place bubble remains visible and moves with the screen rather than staying fixed to the pin location. See the attached screen shot. If you move the map with the mouse the place bubble disappears. I'm assuming the arrow keys behaviour needs to be updated to match that of the mouse click? Cheers, David
Created attachment 365562 [details] [review] mapMarker: Move map bubble when map view moves When a map marker is visible and the view moves (i.e. when using arrow keys) move the bubble as well. Hide it when when marker goes out of view.
(In reply to David Jones from comment #0) > Created attachment 365491 [details] > Place bubble position after moving maps with arrow keys > > Hi, > > When a place bubble is displayed, if you move the map with the arrow keys > the place bubble remains visible and moves with the screen rather than > staying fixed to the pin location. See the attached screen shot. > > If you move the map with the mouse the place bubble disappears. I'm assuming > the arrow keys behaviour needs to be updated to match that of the mouse > click? > > Cheers, > > David Hi! Thanks for reporting this bug! I cooked up a small patch that makes the bubbles follow the marker, and it is dismissed when the marker goes out-of-view.
Thanks and happy to get involved!
Attachment 365562 [details] pushed as 17c0d79 - mapMarker: Move map bubble when map view moves