att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 141 forks source link

tree folder open control not always showing #104

Closed gordonwoodhull closed 11 years ago

gordonwoodhull commented 11 years ago

folders appear but the contents are not available in the interests of other users

gordonwoodhull commented 11 years ago

it seems that the folder opener control (the triangle thingy) doesn't show when first displayed.

opening another notebook causes a level of controls to show, allowing access. (and then if there's another level of folder, it's not accessible and user must open another notebook to get control to show.)

gordonwoodhull commented 11 years ago

this was apparently a bug in jQuery animation: it was setting overflow: hidden and then failing to restore it.

upgraded jQuery and jqTree, works now.