Giter Site home page Giter Site logo

Comments (11)

zorn-v avatar zorn-v commented on July 21, 2024 2

You can use jQuery delegate on some container (in which filelist) instead of "infinity" checks.

from files_rightclick.

NastuzziSamy avatar NastuzziSamy commented on July 21, 2024 1

I'll release an update on the end of the week ๐Ÿ˜‰

from files_rightclick.

NastuzziSamy avatar NastuzziSamy commented on July 21, 2024

Ok thanks for the feedback.

The application is no more NC 12 friendly (87b577a), until I find a solution.

from files_rightclick.

Xerionty avatar Xerionty commented on July 21, 2024

Unfortunate, but thanks for the reply. Makes sense now.

from files_rightclick.

zorn-v avatar zorn-v commented on July 21, 2024

What problem with NC12, maybe I can help ?

from files_rightclick.

NastuzziSamy avatar NastuzziSamy commented on July 21, 2024

It appears the js file is loaded but nothing happend #3

from files_rightclick.

zorn-v avatar zorn-v commented on July 21, 2024

If you put console.log(delimiter); here https://github.com/NastuzziSamy/files_rightclick/blob/master/js/script.js#L178 in NC12 length will be 0, but in NC13 it will be 3
Seems your script runs early than needed in NC12 (when no tbody[id=fileList] yet on page)
Maybe it helps.

from files_rightclick.

NastuzziSamy avatar NastuzziSamy commented on July 21, 2024

Ok thank you a lot @zorn

I will add a function which will check if the delimiter exists and check until it exists to apply the contextmenu

from files_rightclick.

webmobil24 avatar webmobil24 commented on July 21, 2024

Any news on this when an updated version will be released that brings back compatibility with NC12?

from files_rightclick.

alx-tuilmenau avatar alx-tuilmenau commented on July 21, 2024

Got the same problem on NC12 using 0.6.1. Changed the js/script.js at the end to execute the registration later. Seems to work.

$( document ).ready(function() { // added
        $('<style class="rightClickStyle"></style>').appendTo('head');
        $('table[id*=filestable]').contextmenu(openContextOnRightClick);
}); //added

from files_rightclick.

NastuzziSamy avatar NastuzziSamy commented on July 21, 2024

I dont even notice that but it is fixed since I updated how the app works

from files_rightclick.

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.