James Landmax
unread,Oct 18, 2011, 9:34:50 PM10/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hi, I have noticed a serious usability flaw with the otherwise awesome
"range slider" control.
If you drag the left thumb all the way to the right, so you can filter
on just the last value, you CANNOT drag it back! You are stuck at the
maximum value.
If you drag the right thumb over-top the left thumb, to filter on the
minimum value, you CAN drag it back.
This is probably a CSS zindex issue with the left thumb under the
right thumb. Here is a solution for the team:
1) Add a click event to the slider track which brings the thumb back
to that point.
2) Add a click event to the min & max labels to jump the thumb back to
the min or max places.
Not sure if this is the place for a post about BUGs
Cheers James