OdinaSpb / jstree

Automatically exported from code.google.com/p/jstree
0 stars 0 forks source link

Odd node expand/collapse behaviour #1008

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a standard ASP.NET MVC 4 Project in VS2012
2. Implement JsTree as a Partial View populated by mock data

What is the expected output? What do you see instead?

Everything works fine except expanding/collapsing nodes.
The problem is that one has to click ABOVE the Arrow sign to expand/collapse 
it. With the Main CSS disabled this problem disappears and this problem doesn't 
exist but there seems to be a conflict with Main CSS which has no logic 
solution since JsTree doesn't inherit anything that could affect this problem.

What version of the product are you using? On what browser?

- jsTree pre1.0
- IE10, FF19, Chrome25

Please provide any additional information below.

Original issue reported on code.google.com by P.Anders...@gmail.com on 12 Mar 2013 at 3:19