#609 closed defect (fixed)
Tree is not shown at all in konqueror when controller is set
Reported by: | wooyay | Owned by: | ilia |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I use konqueror 3.5.2. Tree test 7 works perfectly. But when I add 'controller="treeController"' to the attributes of the tree widget div, the tree is not shown and I get DEBUG: fragment creation error: [TypeError: Undefined value]
Change History (8)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Milestone: | 0.3release → 0.4 |
---|
comment:3 Changed 15 years ago by
Owner: | changed from anonymous to ilia |
---|
comment:4 Changed 15 years ago by
Component: | General → Widgets |
---|
comment:6 Changed 14 years ago by
It is a issue for TreeV3 for konqueror users pre 3.5.4, It isnt caused by TreeV3 at all. Its the dojo.widget.Parse assumtion that a iteration on a object will be ordered the same way they came in. The standard doesnt state that, but most browsers do it anyway. Konqueror 3.5.4 has native sorted objects iterations.
testing with konqueror, there are only a few tests that is broke: demo.html largedndmenu.html
TypeError?: Attempted to access 'listenTree' property on undefined object
(result of expression t.listenTree) menu1.html
rpc1.html
So you can probably close this bug, it isnt tree related in the first place.
/ Fredrik
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is actually caused by KJS not ordering properties in object in a for in iteration.
See #520 for more info
/ Fredrik