Develop

Ticket #1168 (closed defect: fixed)

Opened 2 years ago

Last modified 15 months ago

Picker with strange values

Reported by: hjr Owned by: RobD
Priority: lowest Milestone: XCSoar 6.3
Component: User Interface Version: 6.1
Keywords: fun Cc:

Description (last modified by hjr) (diff)

Have seen this running xc on WINE, but was not able to reproduce it.

Maybe this is suspicious to someone, otherwise it is at least fun.

Attachments

xcPickerFun.png (25.3 KB) - added by hjr 2 years ago.
doubled picker value
Wnd.png (18.8 KB) - added by RobD 2 years ago.

Change History

Changed 2 years ago by hjr

doubled picker value

comment:1 Changed 2 years ago by hjr

  • Description modified (diff)
  • Milestone changed from XCSoar Wishlist to XCSoar 6.1

comment:2 Changed 2 years ago by RobD

I suspect this is a rounding error. It's really displaying 9 and 9.1, but rounding them both to 9. If the original value was 9.1, this might happen

Last edited 2 years ago by RobD (previous) (diff)

comment:3 Changed 2 years ago by RobD

  • Owner set to RobD
  • Status changed from new to assigned

comment:4 Changed 2 years ago by RobD

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed for wind setup by adding 1 decimal place in display. There may be other picker lists where additional decimal places will reduce dupes.

Changed 2 years ago by RobD

comment:5 Changed 2 years ago by RobD

  • Status changed from closed to reopened
  • Resolution fixed deleted
  • Milestone changed from XCSoar 6.1 to XCSoar 6.2

The "quick fix" of displaying an extra decimal was not acceptable. Deferring correct fix to 6.2 which will include a rewrite of much of combo picker methods for DataFieldFloat?.

comment:6 Changed 22 months ago by Turbo

  • Status changed from reopened to assigned
  • Milestone changed from XCSoar 6.2 to XCSoar 6.3

comment:7 Changed 20 months ago by Turbo

  • Priority changed from normal to lowest

comment:8 Changed 15 months ago by apf

  • Status changed from assigned to closed
  • Resolution set to fixed

The rewrite was done and I could not reproduce in the new version. Closing.

Note: See TracTickets for help on using tickets.