minalll / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Momentum supersedes locking of plot range #581

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable user interaction and momentum on a plot space
2. Lock down the y-axis in <CPTPlotSpaceDelegate> function 
plotSpace:willChangePlotRangeTo:forCoordinate by returning the current range 
instead of the one in the parameter for the y-axis
3. Swipe on the plot area along the y-axis

What is the expected output? What do you see instead?
When the user attempts to pan up and down, the y-axis remains locked in place, 
as expected. But when momentum takes over after the pan ends, the y-axis range 
changes when I expect it to remain the same.

What version of the product are you using? On what operating system?
CorePlot_1.3, iOS 7.0

Please provide any additional information below.

Original issue reported on code.google.com by Jason.S...@gmail.com on 12 Sep 2013 at 7:31

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 12 Sep 2013 at 11:56

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 352f6efb6c9d.

Original comment by eskr...@mac.com on 13 Sep 2013 at 8:31