> I can't seem to get the pastup working in dropbox over https [1]. It does > work in TiddlySpace [2] though. > Is there something i am missing to get it working over dropbox, or is it the > https that's the problem? > > [1]https://dl.dropbox.com/u/1316865/AlexHough/BeyondTheFridge/fridgetest... > [2]http://alexhough.tiddlyspace.com/#PasteUpDemo
Are you sure of those results? When I tried the links you provided, [1] worked (paste up elements can be moved/sized), but [2] did not. The reason that [2] doesn't quite work as expected is that the 'readOnly' flag for this TiddlySpace is 'true'... and, PasteUpPlugin does not add the move/stretch/click-to-edit handlers to the paste up elements when 'readOnly' is set, since you can't save any changes. I was able to 'fake' the readOnly flag (using a javascript debugger) to confirm: if "readOnly" is FALSE, then embedded pasteup elements can be successfully moved/stretched with the mouse. enjoy, -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

