Bug 273256 - Pan actions on the map zoom in
Summary: Pan actions on the map zoom in
Status: RESOLVED NOT A BUG
Alias: None
Product: marble
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: 1.1.0
Assignee: marble-bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-14 11:38 UTC by Dennis Nienhüser
Modified: 2013-10-20 08:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Nienhüser 2011-05-14 11:38:18 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Possibly a regression by recent changes: When using the pan actions on the map (cursor changes in the border of the map, clicking moves in that direction), besides moving the map, a zoom is performed.


Reproducible: Always
Comment 1 Ilia Kats 2011-05-15 17:00:37 UTC
Git commit 9243bb94e9735fdd51dccfe9598ce521d5f5c259 by Ilia Kats.
Committed on 15/05/2011 at 16:54.
Pushed by iliakats into branch 'master'.

Fix crash on editing connections from KCM module.

Thanks Rajeesh K. Nambiar for this patch.
REVIEW: 101366
CCBUG: 273256

M  +2    -2    settings/config/manageconnectionwidget.cpp     

http://commits.kde.org/networkmanagement/9243bb94e9735fdd51dccfe9598ce521d5f5c259
Comment 2 Dennis Nienhüser 2011-05-15 17:32:51 UTC
I think you CCed the wrong bug.
Comment 3 Ilia Kats 2011-05-15 17:37:00 UTC
Thanks, I already noticed. Simple typo, 273265 vs. 273256.
Comment 4 Dennis Nienhüser 2011-07-10 19:34:37 UTC
On second thought I guess the behavior is caused by me clicking too fast, causing it to be recognized as both a pan action and a double click. I think the double click should be filtered in the map border regions.