JDK-6573305 : Animated icon is not visible by click on menu
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-06-25
  • Updated: 2015-09-29
  • Resolved: 2015-01-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u60Fixed 9 b52Fixed
Description
Bug Info:
=========
There are two issues i have found and it follows.

1.A menu with animated icon is not visible while clicking on menu and observed this behavior on windows xp and vista with default themes.

Ref: MenuIconInvisible.gif


2.Menu title is cutting off when you use the menu with icon in GTK Look and feel.

Ref: MenuTitleCutOff.gif

GTK Version : 2.4 and
Theme : Blue print


Please see the attached image file for issue reference.

JDK Info:
=========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jcg-integrator_18_Jun_2007_16_52-b00)
Java HotSpot(TM) Client VM (build 1.7.0-ea-b13, mixed mode)

Steps to reproduce:
===================
1. Download attached java file and execute.

${JAVA_HOME}/bin/java MenuTest at.gif

Comments
I cannot reproduce cut off of the menu in GTK. But the problem with animated gif still exists. All components which extend AbstractButton are affected.(JMenu, JButton etc)
07-01-2015

EVALUATION An inimated icon in the toplevel menu is not something ordinary, but still we shouldn't cut it off in GTK I assigned this bug to the GTK team because it looks like there are more problems there and downgraded this bug since it is not as serious
25-10-2007