Login  Register

Menu Tool - No scroll button using Linux OS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Menu Tool - No scroll button using Linux OS

Danny Misiak
6 posts
Hi everybody,

I created a macro for a menu tool. There are many entries in the arra list of the menu array.
Under Windows OS it is possible to scroll down the list if there are more entries than the list can display on the screen.
Under Linux OS (especial Ubuntu lucid) I don't see the scroll arrow on the bottom of the list.

Can anybody help me fixing this problem ?


Best regards,
Danny
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Menu Tool - No scroll button using Linux OS

Gabriel Landini
1783 posts
On Wednesday 24 Aug 2011, you wrote:
> I created a macro for a menu tool. There are many entries in the arra list
> of the menu array. Under Windows OS it is possible to scroll down the list
> if there are more entries than the list can display on the screen. Under
> Linux OS (especial Ubuntu lucid) I don't see the scroll arrow on the
> bottom of the list.

I think this is a Java problem, not an IJ one (I do not know if there are any
workarounds).
You probably could submit a bug report to either Oracle or the OpenJDK
community.
One way to get round is to use Crtl-L to run a command that is not visible in
a too-long menu, but of course one would expect to be able to scroll the menu
anyway.
The bug has been present for a long time and unfortunately is still in
Oracle's Java 7.

G.