Skip to content

Slider UI override #768

Open
Open
@nichojo89

Description

@nichojo89

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions