JDK-8117082 : CTRL+A hierarchy issue
  • Type: Bug
  • Component: javafx
  • Sub-Component: tools-scenebuilder
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-06-19
  • Updated: 2015-06-17
  • Resolved: 2012-07-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 7
7u6Fixed
Related Reports
Blocks :  
Description
Add two buttons onto content panel. Select one by hierarchy and push CTRL-A. Second button will be unselected.
Comments
verified in b45
06-07-2012

Fixed in SB10-b45 Subject: HG: http://jfxsrc.us.oracle.com/javafx/tools/authoringtool Author: slions Date: Mon Jul 02 09:05:44 2012 +0200 changeset ec0708808d58 in http://jfxsrc.us.oracle.com/javafx/tools/authoringtool details: http://jfxsrc.us.oracle.com/javafx/tools/authoringtool/rev/ec0708808d58 Summary: Fix DTL-4774 : CTRL+A hierarchy issue RB at : http://sqe-rb.us.oracle.com/r/10687/ modified: AuthoringTool/src/com/oracle/javafx/authoring/FocusContext.java
02-07-2012

RM: Approved
29-06-2012

PM: Approved
28-06-2012

SQE: OK
28-06-2012

SQE: OK
28-06-2012

DEV: Approved.
28-06-2012

Review request at : http://sqe-rb.us.oracle.com/r/10687/ Reviewer : Daniel Fuchs Justification : "Select All" does not work in hierarchy panel. This is a workaround for RT-22873 that will not be fixed in SDK 2.2 release time frame. Ctrl+A is one of the most essential shortcuts the user is expecting to work smoothly. Risk : limited. When ListView or TreeView is focused AND we do not use the system menu bar, the received key event is dispatch to the appropriate menu item. SQE impact : no impact
28-06-2012

ARCH: approved
28-06-2012

I have workaround for this. Just push "Tab" before
28-06-2012

Yes, the issue is not on mac os. The RT issue is specific when the app does not use the system menu bar (windows for SB).
26-06-2012

I can't reproduce on Mac either. Is that a Windows specific issue?
25-06-2012

This issue occurs when either the Library panel (ListView) or the Hierarchy panel (TreeView) is focused. In this case, the events are not received.
22-06-2012

I don't seem to reproduce on Mac. Shanliang, can you investigate please ?
19-06-2012