Björn Brala

Results 148 comments of Björn Brala

Tried it on linux and Windows, both seem fine. Still haven't had a free mac to do so some testing.

Hmm, i dont really have much handon experience with polymer, so i can't really help you right now. I might be able to help you if you have a page...

The menu elements can be polyfilled automaticly, (see http://swisnl.github.io/jQuery-contextMenu/docs/html5-polyfill.html). But this might indeed nog be the case for the ShadowDom elements. Again tho, would you be able to put of...

I've been looking into this, and adding support for shadow DOM is kind of hard at the moment. The plugin is made to be as fast as possible because it...

Yeah i tried the same, there is also a few places where `$(document)` is called. These would need to change also. Another thing i read is that the positioning of...

Not sure, but i would guess it would be the click handler is on the parent document, and not somewhere in the shadowroot.

Could you try and initialize this menu with the following call? ``` $.contextMenu({ selector: '#channel div', items: { "item1": { name: "Delete", callback: function () { } }, "sep1": "---------",...

Perhaps you should include the TypeScript definition. https://www.npmjs.com/package/@types/jquery.contextmenu

Hmm, that is pretty weird since the definition does add contextMenu to JQueryStatic as you can see here (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jquery.contextmenu/index.d.ts) Unfortunately i don't use typescript :(

Seems sensible, i'll have a look.