Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

IDE: popup lists from menu don't scroll up/down under Linux #501

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you open a popup list from the Arduino IDE, i.e. the sketchbook list (from 
"File/Sketchbook") or the libraries list (from "Sketch/Import library") or 
whetever you have a lot of items that can not be showed inside the screen 
(meaning that you would expect to see up/down arrows at the top/bottom  of the 
list itself), the popup list simply truncates the items that can not fill.

This is tested under Ubuntu/Kubuntu 10.10 with OpenJRE or Sun-JavaJRE at least 
since version 0018 of the IDE.

Original issue reported on code.google.com by leomi...@gmail.com on 9 Mar 2011 at 9:38

GoogleCodeExporter commented 9 years ago
Apparently this is a Java bug that we can't really do anything about:
http://code.google.com/p/processing/issues/detail?id=492
http://wiki.processing.org/w/Troubleshooting#Things_that_we_probably_can.27t_fix

Original comment by dmel...@gmail.com on 14 May 2011 at 4:45