JDK-8029357 : Write regression test for JDK-7078460
  • Type: Task
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Won't Fix
  • OS: solaris_10
  • Submitted: 2013-11-29
  • Updated: 2013-11-29
  • Resolved: 2013-11-29
Related Reports
Relates :  
Comments
Writing a test for this issue is hard because we should read taskbar buttons and check JDialog's button presence here. There is no Java way to do this except JNI interface with the native implementation of such reading. Moreover this will require to support several window managers. Checking the existence of _NET_WM_STATE_SKIP_TASKBAR Atom for JDialog native window is not enough because it doesn't actually check that the taskbar button doesn't appear. So, changing the state to Won't fix.
29-11-2013