I have a dijit tree and I want to be able to select or highlight the text in the tree nodes so that they can be copied/pasted. Dojo has some examples of trees here. all of which demonstrate my problem.
Additionally, here is a JSFiddle with a dijit/tree
to demonstrate the issue.
If you load any of the examples, you'll notice you can't drag the mouse to highlight the tree text.
I've tried changing the HTML that I pass to Dojo but it looks like whatever it puts in the node cannot be selected, I'm not sure what to do. It seems like Dojo has it's own CSS that is causing this. The styling seems obfuscated so I'm not sure where to look to make changes.
Is there a specific CSS file that I have to override? Or is there anything else I can do to edit tree nodes myself?