Opened 6 years ago

Last modified 6 years ago

#14575 new bug

BSlider label value set issues at min. — at Version 1

Reported by: kallisti5 Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Interface Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by kallisti5)

I noticed this through the DriveSetup app.

  • Create a new partition.
  • Slide the size to the right (max)
  • Take note of the size in the text box and label. (correct)
  • Slide the size down to 0.
  • The TextControl is the correct size (0) while the label at the top is a random size.
  • Sliding over and over to the minimum results in a wide range of numbers as the "minimum" size.

During the slide, Size() in Support.cpp SizeSlider is equal to the random number. SetSize however is equal to the correct "0" value at min.

What's odd is the max value seems to work consistently.

You can also reproduce this by:

  • Drag slider to minimum position and release
  • Note the Partition Size of != 0 bytes
  • Click on the slider half way through the bar.. the Partition Size jumps to 0 bytes while the size text box jumps to the correct size.

Change History (1)

comment:1 by kallisti5, 6 years ago

Description: modified (diff)
Summary: BSlider order of operations issue when value 0BSlider label value set issues at min.
Note: See TracTickets for help on using tickets.