> Someone (Mr. Boris Roskar) just emailed me to get support and help to
> cutomize a mGSD meant for collaboration.
> I wanted to tell him about TiddlySpace and demonstrate mGSD on
> TiddlySpace, however something has changed so one or more of the
> plugins don't work anymore....
> Checkout http://mmgsd.tiddlyspace.com, http://testgsd.tiddlyspace.com
> and http://robgrace.tiddlyspace.com/
> They all show this error: "Error in macro <<mgtdList>>:
> Error while executing macro <<mgtdList>>:
> ReferenceError: forceReflow is not defined"
It appears that forceReflow was removed last year at some point,
related to this old trac ticket:
http://trac.tiddlywiki.org/ticket/1420
Apparently the change was based on forceReflow no longer being
relevant in the browsers.
Presumably there are two things that need to happen going forward:
* msgd code needs an update to remove calls to for forceReflow
* you can make your demos work correctly by doing something like:
function forceReflow() {}
in a systemConfig tiddler.
to make sure forceReflow is defined, but doesn't do anything.
Hope this helps.
--
Chris Dent http://burningchrome.com/
[...]