Bug #1006

Mis à jour par Sebastien Jacquot il y a presque 11 ans

When creating or reopening an AFC chart editor from a tree result node, the focus is not automatically given to the chart component therefore the UI functionality are not available. (for example, the tool tips don't appear or the mouse/keyboard user entries do nothing). nothing)
The problem is probably linked with the isFocusOwner() method which returns true or false according to the OS system and also to the Java version (true on 1.7 and false on 1.6)

The tested version is a VM of Mac OS X 10.9.4.

Retour