Balloon icon indicating copy to clipboard operation
Balloon copied to clipboard

Slider UI override

Open nichojo89 opened this issue 1 year ago • 0 comments

Please complete the following information:

  • Library Version1.6.11
  • Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0]

Describe the Bug:

If I have a slider on same screen as tooltip, the slider UI gets all distorted. This happens for any simple slider within same composable as Tooltip. Bumping down to version 1.6.0 fixed it for me

Slider( value = position.value, onValueChange = { updatePosition(it) }, valueRange = min..max, modifier = Modifier.fillMaxWidth(), colors = SliderDefaults.colors( activeTrackColor = Color( 0xFF7303c0), thumbColor = Color(0xFFAD3689) ) )

Expected Behavior:

Slider is unaffected by tooltip

nichojo89 avatar Jan 08 '25 04:01 nichojo89