- File diff_u.txt diff_u.txt added
- Subject changed from TkDND で text/plain を指定してmo to TkDND で text/plain, text/uri-list を指定時の動作不良
- ruby -v set to ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32]
I'm sorry that I posted this to ruby-core unintentionally.¶
It seems that I cannot change the property of this ticket¶
by myself, so I try to explain this in English¶
ext/tk/lib/tkextlib/tkdnd.rb cannot handle text and filelist well.
- text/plain:
it does not give a plain text to caller but a array of Srting splitted by white space.
- text/uri-list: it gives unnecessarily encoded String .
- text/uri-list: it does not cover Windows filename that uses space and backspace in it.
There was a discussion about this in [http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/50357] and I suggested a patch to fix above issues.
Ruby 2.4 seems to have already dropped Tk, but I'm happy that this issues will bef fixed in the next release even if it's a gem.
I attach the result of "diff-u"
I'm sorry again for bothering you all¶