Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 2.0 Advanced Components
Description
When the sliderEntry is used in a vertical orientation, the clickableRail=true setting is not working. Works fine in horizontal orientation.
It came across that clickableRail=true works fine with both vertical and horizontal orientation but only when submitOn is set to "slideInterval", and if submitOn is set to "slideEnd" with clickableRail=true then submit never happens, Seems like slideEnd doesn't fire on click.
So we can say that to use clickableRail the submitOn must set to sliderInterval. Does it make sense?