Closed GoogleCodeExporter closed 9 years ago
It is quite natural for Java apps running on Mac to display the menu bar in the
Mac
screen menu bar.
Also, some legacy apps may use "com.apple.macos.useScreenMenuBar" system
property
(which is now deprecated).
Original comment by Andriy.T...@gmail.com
on 13 Jun 2008 at 4:09
We are currently using following workaround:
If OS is Mac and screen menu bar is used, we call
JMenuItemFixturemenu.target.doClick()
instead of
JMenuItemFixture.click()
Original comment by Andriy.T...@gmail.com
on 13 Jun 2008 at 4:13
Thank you so much for the detailed explanation...it makes it a lot easier to
fix! :)
We'll include the fix for this bug in our next release (1.0a3...we expect to
release
it next week)
Many thanks!
-Alex
Original comment by Alex.Rui...@gmail.com
on 13 Jun 2008 at 4:27
Working on a fix. It seems that getting the position of a JMenu when positioned
in
the screen menu bar doesn't work. We can fall back to Andriy workaround to call
'doClick' :)
I found a message from Simeon Fitch that reported this bug on May 22nd.
Original comment by wanghy1...@gmail.com
on 16 Jun 2008 at 5:42
Fixed. Used Andriy's workaround :)
Many thanks!
-Yvonne
Original comment by wanghy1...@gmail.com
on 16 Jun 2008 at 6:35
Set the module as a label, instead of being part of the title.
Original comment by Alex.Rui...@gmail.com
on 1 Dec 2008 at 2:03
Original issue reported on code.google.com by
Andriy.T...@gmail.com
on 13 Jun 2008 at 4:06Attachments: