DouglasHeriot / ember-plus-googlecode

Automatically exported from code.google.com/p/ember-plus
0 stars 0 forks source link

EmberPlusView 1.2.0 : "Use Qualified Glow Types" can lead to wrong tree view. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
STEPS
1. Enable the "Use Qualified Glow Types" option
2. issue a GetDirectory on a given node (ex: "node A")
3. the provider answers with a GlowQualifiedNode with contents (identifier, 
description ...) and children (which are GlowNode type, not GlowQualifiedNode).

You should see the children nodes in the "node A" folder.
Instead, you get them at the correct place + the same nodes duplicated at the 
root level.

EmberPlusView 1.2.0 running on Windows 7 64bit.

See GetDirectory answer XML output from the debug console in the log.txt 
attached

Original issue reported on code.google.com by benoit.q...@lawo.de on 17 May 2013 at 8:49

Attachments:

GoogleCodeExporter commented 9 years ago
The bug is triggered by the inclusion of both the "contents" set and the 
"children" sequence in a QualifiedNode.
Fixed in upcoming version 1.2.1.

Original comment by p...@l-s-b.de on 17 May 2013 at 9:03

GoogleCodeExporter commented 9 years ago
Issue 16 has been merged into this issue.

Original comment by nullable...@gmail.com on 20 Nov 2013 at 8:42