#10848 closed defect (fixed)
incomplete/404 docs for dijit.Tree
Reported by: | waliays | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Documentation | Version: | 1.4.0 |
Keywords: | Cc: | bill, Adam Peller | |
Blocked By: | Blocking: |
Description
http://www.dojotoolkit.org/api/dijit/tree.html is not found
Tree.html exists (uppercase T), but there's no info about dijit.Tree.attr() for example; error, not yet written or just confusing?
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4.3 |
---|---|
Owner: | set to Tom Trenka |
If this is something easy, we should try to address it for the 1.4 branch...
comment:3 Changed 11 years ago by
Milestone: | 1.4.3 → tbd |
---|
It is getting confused; I'm not sure there's an easy fix for it either, because web servers tend to not be case-sensitive (and/or operating systems in terms of file names).
Only fix I can think of would be for someone to try to generate this on Linux or OS X and see if one doesn't overwrite the other? (looks like the tree namespace is overwriting the Tree widget). Either that or change the /tree namespace to be /Tree, but that's an extensive change.
comment:4 Changed 11 years ago by
Cc: | bill Adam Peller added |
---|
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed with the 1.5 rollout; basically the static API docs need to be generated on a Linux box in order to have case-sensitive file names. OS X doesn't work (unless on a UFS drive) because though it *appears* as it case-sensitivity is protected, it is actually not.
comment:6 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Seems like it's getting confused because there's a dijit.Tree widget but also a dijit.tree.* namespace?