]
Ilya Buziuk updated ERT-382:
----------------------------
Sprint: devex #119 August 2016
Adding a new value to the JSON file collapses the Outline view
[EBZ#497260]
---------------------------------------------------------------------------
Key: ERT-382
URL:
https://issues.jboss.org/browse/ERT-382
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Labels: bzira, wst.json
This is part of the improvements that the Outline view require for JSON Editor
Steps:
Create a JSON file with the following content:
{
"thirdaddition": true,
"name": "JSONEditorTest2",
"secondaddition": 2,
"description": "JSONEditorTest description2",
"version": "1.0.1",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"anothervalue": 123
}
Put the cursor before "anothervalue" (right after closing "scripts"),
and type "value": "test",
Notice that right after entering the comma, the "Outline" view collapses. There
is no reason for that to happen, the tree should be expanded and showing the recently
inserted node.