gtalarico / revitapidocs

Online Revit API Documentation: 2015, 2016, 2017, 2017.1, 2018
http://www.revitapidocs.com
33 stars 20 forks source link

Collapsible namespaces navigation collapses too fast #38

Closed andydandy74 closed 7 years ago

andydandy74 commented 8 years ago

First of all: Great stuff! My issue is the following: When I click on one of the namespaces on the left hand side, it briefly expands to show all children but then collapses again after, say, two seconds. It's not a dealbreaker as the list of elements on the right hand side loads properly, but it's obviously not doing what it should. Browser: Firefox 48.0.2 on Win 7 Also, I just checked this on another browser - In Internet Explorer 11 (Version 11.0.9600.18426) namespace items don't even expand at all.

gtalarico commented 8 years ago

Hi Andreas

Yeah it shouldn't collapse. I haven't seen this behavior, but To be honest I haven't done a lot of cross browser testing, only the latest chrome and Firefox.

Are you clicking on the "text" , or on the background space around the text?

On Sep 9, 2016 2:57 AM, "Andreas Dieckmann" notifications@github.com wrote:

First of all: Great stuff! My issue is the following: When I click on one of the namespaces on the left hand side, it briefly expands to show all children but then collapses again after, say, two seconds. It's not a dealbreaker as the list of elements on the right hand side loads properly, but it's obviously not doing what it should. Browser: Firefox 48.0.2 on Win 7 Also, I just checked this on another browser - In Internet Explorer 11 (Version 11.0.9600.18426) namespace items don't even expand at all.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gtalarico/revitapidocs/issues/38, or mute the thread https://github.com/notifications/unsubscribe-auth/AJEr8MEjXuVm3U3qJK8Euj8bO2DQqFePks5qoQNpgaJpZM4J4wWC .

andydandy74 commented 8 years ago

Ah, interesting. I clicked on the text. When clicking on the background space it doesn't collapse (works in both browsers).

gtalarico commented 8 years ago

Yes, it's not very intuitive, but I haven't been able to come up with a better solution for navigating tree Vs opening tree links

gtalarico commented 8 years ago

Some of the behaviors are built in to the js tree library I am using, but feel free to suggest any ideas to improve it and I can try to l find a way around it

gtalarico commented 8 years ago

@andydandy74 I have been thinking about this today, and I think a cursor change might be a nice/subtle visual cue to make the navigation slightly more intuitive: http://beta.revitapidocs.com/2015/

andydandy74 commented 7 years ago

Nice!