Bug 253860

Summary: Marble's routing mode does not check for changed routing options on dragging of a destination
Product: [Applications] marble Reporter: Bastian Senst <bastianholst>
Component: generalAssignee: marble-bugs
Status: RESOLVED FIXED    
Severity: normal CC: nienhueser, wocserve
Priority: NOR    
Version: unspecified   
Target Milestone: 1.0 (KDE 4.6)   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bastian Senst 2010-10-11 18:07:19 UTC
Version:           unspecified (using Devel) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:
* Change to the Routing Tab
* Choose a start
* Choose a destination
* Choose “bicycle”
* Click on “Get Directions”
* Choose “Car (fastest)”
* Drag the destination

Actual Results:  
A new route for the bicycle will be calculated.

Expected Results:  
A new route for “Car (fastest)” will be calculated.
Comment 1 Dennis Nienhüser 2010-10-11 18:46:41 UTC
That's right; I'd wait for Niko's commit (configurable routing profiles) to fix this as it changes many things with regard to routing options.

Maybe we should fix it in the stable branch, though.
Comment 2 Dennis Nienhüser 2010-11-13 23:25:59 UTC
SVN commit 1196685 by nienhueser:

Once the selected routing profile is changed by the user, immediately set it on the route request. Fixes profile changes not applied when modifying a route via drag and drop.
CCBUG: 253860

 M  +9 -0      RoutingWidget.cpp  
 M  +3 -0      RoutingWidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1196685
Comment 3 Simeon 2011-12-19 13:58:43 UTC
This bug can no longer be reproduced.Report should be closed.
Comment 4 Dennis Nienhüser 2011-12-19 20:36:03 UTC
Yes, indeed.