]
Victor Rubezhny resolved ERT-143.
---------------------------------
Resolution: Done
Outline view is not refreshed properly when adding objects or
array's children [EBZ#491928]
-------------------------------------------------------------------------------------------
Key: ERT-143
URL:
https://issues.jboss.org/browse/ERT-143
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Assignee: Victor Rubezhny
Labels: bzira, wst.json
When adding children to the JSON parent object the outline view is refreshed correctly,
but when you add an array or an object to the parent Object and after that start adding
children to that array or object the outline view is not properly refreshed all the
times.
Issue: The node of the array or object with children in the outline view is collapsed, if
you keep adding more children with that node collapsed and then expand the node you can
see the children displayed correctly, but if you expand the node before adding the new
children, the new node doesn't appear in the outline view until you refresh the
outline view manually or adding a new children and the parent is collapsed again.