Menu

#1059 Zero TickUnit hangs LogAxis

closed-fixed
General (896)
5
2011-10-28
2011-10-28
No

The LogAxis supports to set a TickUnit. If one sets a NumerTickUnit with a size of 0, drawing the axis hangs in an endless loop.

The problem is found in LogAxis.refreshTicksHorizontal() at line 535 resp. refreshTicksVertical() at line 587:
while (current <= end) {
// ...
current = current + this.tickUnit.getSize();
}

Discussion

  • Martin Höller

    Martin Höller - 2011-10-28

    Bug is fixed and included for 1.0.14 release.

     
  • Martin Höller

    Martin Höller - 2011-10-28
    • assigned_to: nobody --> matinh
    • status: open --> closed-fixed
     

Log in to post a comment.