create3000 / cobweb

Cobweb is now X_ITE
https://github.com/create3000/x_ite
Other
10 stars 5 forks source link

make context menu xhtml compatible #18

Closed andreasplesch closed 7 years ago

andreasplesch commented 7 years ago

addresses #13 for context menu

Since cobweb does not rebuild jquery-contextMenu from source and uses directly the dist/ file, this PR only affects dist/jquery.contextMenu.js .

https://github.com/swisnl/jQuery-contextMenu/pull/451 is the upstream PR which may be slow to be merged.

andreasplesch commented 7 years ago

https://andreasplesch.github.io/cobweb_dom/tests/x3d_script.xhtml uses a patched cobweb.js with the PR merged. The context menu works.

andreasplesch commented 7 years ago

https://andreasplesch.github.io/cobweb_dom/tests/x3d_script.xhtml uses now the latest cobweb.uncompressed.js and it works fine. Thanks.

andreasplesch commented 7 years ago

swisnl/jQuery-contextMenu#451 is now merged upstream. So updating at some point to the latest jQuery-contextMenu in cobweb.js/lib/jquery-contextMenu/dist/ should be ok now.