Coder Social home page Coder Social logo

Comments (12)

mar10 avatar mar10 commented on July 20, 2024

try

$.ui.fancytree.debugLevel = 1; // 0:quiet, 1:info, 2:debug

from fancytree.

pebezo avatar pebezo commented on July 20, 2024

Will "debugLevel: 0;" be supported as an init option? (right now it doesn't seem to do anything...)

from fancytree.

mar10 avatar mar10 commented on July 20, 2024

yes, this would be a good thing

from fancytree.

pnacelli avatar pnacelli commented on July 20, 2024

Just pulled latest today and "debugLevel: 0" on init option is still outputting, please advise.

Note: seems that it's coming from this: jquery.fancytree.js: line 66

from fancytree.

mar10 avatar mar10 commented on July 20, 2024

what output do you see? And when (on start up)? Did you clear the browser cache?

from fancytree.

pnacelli avatar pnacelli commented on July 20, 2024

Hi Martin,

Seeing the output on page load, even after clearing the browser cache, here's a screenshot of the console.
image

Let me know if you need more info.

from fancytree.

mar10 avatar mar10 commented on July 20, 2024

Ok, this is from a global debug call ($.ui.fancytree.debug(...)), I will removed this line later.

In general, those global calls cannot be controlled using a tree option. You have to use

$.ui.fancytree.debugLevel = 1; // 0:quiet, 1:info, 2:debug

instead.

from fancytree.

pnacelli avatar pnacelli commented on July 20, 2024

That worked. Thanks Martin.

from fancytree.

mafar avatar mafar commented on July 20, 2024

@mar10
I have tried

$.ui.fancytree.debugLevel = 1; //
$.ui.fancytree.debugLevel = 0;

and tree option debugLevel: 0 and debugLevel: 1
But i still get ,
<FancytreeNode(#6, 'NAME')> scrollIntoView(): node is invisible.
My tree is hidden in beginning in dropdown

from fancytree.

mar10 avatar mar10 commented on July 20, 2024

@djangosdk This is a warning and cannot be silenced.
If you feel that there are valid scenarios causing it, please open a seperate issue.

from fancytree.

TimNZ avatar TimNZ commented on July 20, 2024

@mar10

I added a check in consoleApply() to not output anything if $.ui.fancytree.debugLevel == 0, the warnings were polluting my debug output from my drag* event handlers.

It's not the warnings are invalid, it's being able to control their output when necessary.

from fancytree.

mar10 avatar mar10 commented on July 20, 2024

@TimNZ This is probably not compatible with the debugLevel property of distinct fancytree instances? (We can discuss this, but please make sure not to mix such modifications with unrelated PRs)

from fancytree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.