google / google-visualization-issues

288 stars 35 forks source link

Bug: Category filter has no scroll if too many categories #1167

Open orwant opened 9 years ago

orwant commented 9 years ago
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Implement a category filter...
2. for a chart that has a lot of data. For example, if it's a column chart there should
be at least 50 columns.
3. allowMultiple and allowTyping should be set to true.
4. Run it. Now type in the category filter or hit the drop-down.
5. Notice there is no way to scroll to the values that are off the bottom of the page.
On Chrome a workaround is to use the Page Down button, but that doesn't work on IE
or Firefox

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)? Category filter control

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO) NO

What operating system and browser are you using?
This can be recreated on latest versions of Firefox and Chrome as well as IE7. OS is
Windows XP.

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by sougato_das@hotmail.com on 2013-03-09 05:39:10

orwant commented 9 years ago
Hi

You can add the scroll yourself if needed:

<style type="text/css">
  .goog-menu-vertical {overflow:scroll; max-height:300px}
</style>

Original issue reported on code.google.com by romain.vialard on 2013-03-25 17:26:01

orwant commented 9 years ago
wow, perfect - thanks! if you get a chance, i would be grateful if you could point me
to the documentation that describes this stuff

Original issue reported on code.google.com by sougato_das@hotmail.com on 2013-03-25 22:01:49

orwant commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by michaelac@google.com on 2014-03-04 15:02:10

orwant commented 9 years ago
This fix seems to working for me.
I am kind of surprised that such a nice tool but has this obvious flaw without fix
for Google.

Original issue reported on code.google.com by onefishgame on 2015-04-24 19:45:24

orwant commented 9 years ago
sorry , it seems not work for me.

Original issue reported on code.google.com by onefishgame on 2015-04-24 19:45:42