Hi Rich,
sorry I am responding so late, but I didn't have time earlier.



Am 19.02.2015 um 20:59 schrieb RichShumaker:
I dragged from Firefox to Firefox the "Drag _this_" file and this error came up
I tested with Chrome too and the same issue
|
Undefinedwidget 'dropimagezone'
|

This suggests that after dragging, you didn't reload (which you should do, because TiddlyWiki only loads the widget after a reload). Changing the PageTemplate while the widget isn't loaded will result in this error, since the PageTemplate changes immediately.


I saved the Firefox version and reloaded the browser and this shows up at the bottom of the page
|

</$navigator>

</div>

</$set>

</$set>

</$set>

</$set>

</$set>

|

Hmm take a look, if the <$/dropimagezone> tag is correctly placed. I had this happen in my tests a few times, but in all cases it was caused by tags not being closed properly in the PageTemplate.


When it comes to the cross-browser dragging issues, then you are correct. I noticed that while testing too. Fro CHrome and Firefox, this happens:


* Chrome -> Firefox : The image URL is dragged as pure plaintext, which makes TiddlyWiki not recognize it as a URL. In this case you see the old behaviour of it being put in the tiddler text as normal link. This is theoretically fixable, since the same URL recognition just has to be applied to plain/text drags too. This case also applies to pretty much all other URL's dragged in from other application, such as an editor, your email client, word/excel and so on.

* Firefox -> Chrome: The image somehow gets transported as binary data ? .. Or Firefox encodes the actual image.. but then converts the MIME type to image/bmp, which causes TiddlyWiki to create a weird tiddler with a "*.bmp" name and unreadable binary data inside with lots of funny little black and white questionmarks in it. However, this really confused me in my tests and all I can say here is.. it just doesn't work and whatever Firefox transmits, TW can't handle it at the moment. (Looks like it triggers the e file import routing though)

/Andreas

--
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to