I have a dijit tree, and I want to be able to select or select text in the nodes of the tree so that they can be copied / pasted. Dojo contains some examples of trees here. All this demonstrates my problem.
Also here is a JSFiddle with dijit/tree to demonstrate the problem.
If you load any of the examples, you will notice that you cannot drag the mouse to select the text of the tree.
I tried changing the HTML that I pass to Dojo, but it looks like everything that fits in the node cannot be selected, I'm not sure what to do. Dojo seems to have its own CSS that calls this. The style seems confusing, so I'm not sure where to look for changes.
Is there a special CSS file that I have to override? Or can I do something to edit the tree nodes myself?
source share