cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

Compatibility with Weatherwax #8

Closed chrisjung-dev closed 10 years ago

chrisjung-dev commented 11 years ago

This should be made compatible with weatherwax using jQuery API.

Chris--S commented 11 years ago

see issue #9

gentakojima commented 11 years ago

I've been working on this. Everything seems to be working, except for the rows and cols drag-and-drop. i've commented out the line that does the magic because both a possible bug on jQuery and and possible bug on Dokuwiki.

More details:

If using Dokuwiki's attach(), javascript complains because DEPRECATED() is called (but it has been removed from Weatherwax!). It seems that they forgot to remove the reference to scripts/drag.js and it's still being loaded, but DEPRECATED() does not exist.

If trying to use jQueryUI's Draggable instead, a possible bug on Firefox prevents it from working. I still have to check this issue.

https://github.com/gentakojima/edittable

Klap-in commented 10 years ago

Another fork which hasn't progressed farther than @gentakojima can be found at: https://github.com/Klap-in/edittable

However, it includes a php fix for Binky.

splitbrain commented 10 years ago

fixed with new release