-
-
Notifications
You must be signed in to change notification settings - Fork 610
Closed
Labels
Description
Expected and Actual Behavior
should be no err
Steps to Reproduce the Problem
- modify the demo/sample-3rd-grid-scrollbar.html
- add a div and init a common tree without use ext
<div id="old-tree" style="width: 100%;height: 400px;"></div>
$("#old-tree").fancytree({
checkbox: true,
source: {
url: "https://cdn.jsdelivr.net/gh/mar10/assets@master/fancytree/ajax_101k.json",
cache: true,
},
})
- now click the old-tree, it will has error and tree click event can't got processing
TypeError: vp is null jquery.fancytree.grid.js:620:15
Environment
- Browser type and version: firefox 70
- jQuery and jQuery UI versions:jQuery UI 1.12.1, jQuery 3.4.1
- Fancytree version: 2.33.0
enabled/affected extensions:ext-grid