[jbosstools-issues] [JBoss JIRA] (ERT-381) Can not select an array element in Outline view (it always re-select the parent) [EBZ#497253]

Friendly Jira Robot (JIRA) issues at jboss.org
Fri Aug 12 16:26:00 EDT 2016


Friendly Jira Robot created ERT-381:
---------------------------------------

             Summary: Can not select an array element in Outline view (it always re-select the parent) [EBZ#497253]
                 Key: ERT-381
                 URL: https://issues.jboss.org/browse/ERT-381
             Project: Eclipse Release Train
          Issue Type: Task
          Components: WTP Source Editing
            Reporter: Friendly Jira Robot


Steps:

Create a JSON file with the following contents:

{
  "thirdaddition": true,
  "name": "JSONEditorTest2",
  "secondaddition": 2,
  "description": "JSONEditorTest description2",
  "version": "1.0.1",
  "main": "app.js",
  "scripts": {
"start": "node app.js"
  },
  "array_of_objects": [1, 2, 3],
  "value": "test",
  "anothervalue": "1234"
}


Navigate in Outline view and try to select there any of the elements in "array_of_objects".

Notice that Outline view does not allow you select any of those elements, selection is reset to the parent "array_of_objects"

Found on MacOS, but I can reproduce it on Windows too.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list