Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when use ext-grid in one tree, other tree not use ext-grid has error on click #973

Closed
yangjuncode opened this issue Nov 7, 2019 · 1 comment
Labels
bug ext-grid (Unsupported experimental plugin)

Comments

@yangjuncode
Copy link

yangjuncode commented Nov 7, 2019

Expected and Actual Behavior

should be no err

Steps to Reproduce the Problem

  1. modify the demo/sample-3rd-grid-scrollbar.html
  2. 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,
      },
  })
  1. 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
@yangjuncode
Copy link
Author

this is my modify file
sample-3rd-grid-scrollbar.html.zip

@mar10 mar10 added bug ext-grid (Unsupported experimental plugin) labels Nov 11, 2019
@mar10 mar10 closed this as completed in cea16eb Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ext-grid (Unsupported experimental plugin)
Projects
None yet
Development

No branches or pull requests

2 participants