JDK-7133573 : [macosx] closed/javax/swing/JToolTip/4846413/bug4846413.java fails on MacOS
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u4,7u6,8
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-01-26
  • Updated: 2014-07-24
  • Resolved: 2014-04-02
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
8Fixed
Related Reports
Relates :  
Description
Manual regression test closed/javax/swing/JToolTip/4846413/bug4846413.java fails on MacOS.
Not all ToolTip text is visible.

Comments
please reopen if this is Sust driven
02-04-2014

up to sust to fix or close
11-03-2014

regression test with 7u12b05 over mac10.8.2-x64 closed/javax/swing/JToolTip/5047379/bug5047379.java the case instruction doesn't change, the case 'test/javax/swing/JToolTip/5047379/bug5047379.java' isn't manual test.
07-01-2013

Not all ToolTip text is visible on mac10.8.2 (jdk8b65-64bit and 7u12b05-64bit). Please refer to attachment 5047379(B).jpg and 5047379(D).jpg
07-01-2013

EVALUATION webrev: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/98471aafa458
23-03-2012

EVALUATION [SQE] Risk: low To test the fix run the test/javax/swing/JToolTip/4846413/bug4846413.java test. Note that the test was moved into the open repository. [SQE]
23-03-2012

EVALUATION Code --------------------------------------- JButton t = new JButton("Press me"); t.setToolTipText("test"); t.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_INSERT, 0, true), "someCommand"); t.getActionMap().put("someCommand", null); --------------------------------------- "Insert" string is not shown after "test" on the tooltip. The same is on the JDK 6.
27-01-2012