bitplatform icon indicating copy to clipboard operation
bitplatform copied to clipboard

`BitSlider` component UI issues

Open MeysamBahadori opened this issue 3 years ago • 0 comments

Test on the new Blazor project Chrom, firefox, edge

  • Vertical Range Slider screenshot

<BitSlider Label="Vertical Range Slider" Min="1" Max="10" Step="1" DefaultUpperValue="8" DefaultLowerValue="2" IsRanged="true" IsVertical="true" />

  • Middle indicator on wrong place image <BitSlider Label="Origin From Zero" Min="-5" Max="15" Step="1" DefaultValue="5" IsVertical="true" IsOriginFromZero="true" />

  • Also it has some problems with firefox

MeysamBahadori avatar Jul 14 '22 04:07 MeysamBahadori