yatsek / microemu

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

device selection buttons don't work via mouse #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open microemulator with any midlet.
2. click any command button, even the 'start' command in microemulator's
own application selection display (before the midlet is actually started).

What is the expected output? What do you see instead?
The selection buttons are displayed at the bottom of the display (in
non-fullscreen mode), they respond to being clicked by becoming highlighted
in black, but do not actually perform the corresponding command action.
Instead, a regular pointer event is generated in the midlet, and the
commands don't run.

What version of the product are you using? On what operating system?
2.0.3 on Linux (Sun JVM 1.6.0_16)

Please provide any additional information below.

Original issue reported on code.google.com by amichair on 2 Jan 2010 at 7:20

GoogleCodeExporter commented 9 years ago
This seems to be fixed in trunk. Here's hoping for more frequent releases...

Original comment by amichair on 3 Jan 2010 at 2:10

GoogleCodeExporter commented 9 years ago

Original comment by bar...@gmail.com on 18 Jan 2010 at 8:34