ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:77305] [Ruby trunk Bug#12774] TkDND で text/plain を指定してmo
       [not found] <redmine.issue-12774.20160918132942@ruby-lang.org>
@ 2016-09-18 13:29 ` dogatana
  2016-09-18 13:38 ` [ruby-core:77306] [Ruby trunk Bug#12774] TkDND で text/plain, text/uri-list を指定時の動作不良 dogatana
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dogatana @ 2016-09-18 13:29 UTC (permalink / raw
  To: ruby-core

Issue #12774 has been reported by Toshihiko Ichida.

----------------------------------------
Bug #12774: TkDND で text/plain を指定してmo
https://bugs.ruby-lang.org/issues/12774

* Author: Toshihiko Ichida
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: 
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:77306] [Ruby trunk Bug#12774] TkDND で text/plain, text/uri-list を指定時の動作不良
       [not found] <redmine.issue-12774.20160918132942@ruby-lang.org>
  2016-09-18 13:29 ` [ruby-core:77305] [Ruby trunk Bug#12774] TkDND で text/plain を指定してmo dogatana
@ 2016-09-18 13:38 ` dogatana
  2016-09-21 22:21 ` [ruby-core:77342] [Ruby trunk Bug#12774] TkDND cannot handle text/plain, text/uri-list type well dogatana
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dogatana @ 2016-09-18 13:38 UTC (permalink / raw
  To: ruby-core

Issue #12774 has been updated by Toshihiko Ichida.

File 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]  

ext/tk/lib/tkextlib/tkdnd.rb の処理についての次の問題があります。

1. text/plain を指定したとき、プレーンテキストではなく、空白で区切られたStringの配列が返る
2. text/uri-list を指定したとき、不自然に encode された String が返る
3. text/uri-list を指定したとき、Windows環境ではファイル名を正しく扱えない

これに関して、 [ruby-list:50357] で内容と、修正方法について提案しています。
ruby 2.4 からは gem になるようですが、その時点で修正されていると嬉しいです。

diff -u の結果を添付します。


----------------------------------------
Bug #12774: TkDND で text/plain, text/uri-list を指定時の動作不良
https://bugs.ruby-lang.org/issues/12774#change-60542

* Author: Toshihiko Ichida
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32]  
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------


---Files--------------------------------
diff_u.txt (2.42 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:77342] [Ruby trunk Bug#12774] TkDND cannot handle text/plain, text/uri-list type well
       [not found] <redmine.issue-12774.20160918132942@ruby-lang.org>
  2016-09-18 13:29 ` [ruby-core:77305] [Ruby trunk Bug#12774] TkDND で text/plain を指定してmo dogatana
  2016-09-18 13:38 ` [ruby-core:77306] [Ruby trunk Bug#12774] TkDND で text/plain, text/uri-list を指定時の動作不良 dogatana
@ 2016-09-21 22:21 ` dogatana
  2016-09-24 13:32 ` [ruby-core:77385] [Ruby trunk Bug#12774][Rejected] " hsbt
  2017-03-01 11:39 ` [ruby-core:79842] [Ruby trunk Bug#12774] " lfilipe
  4 siblings, 0 replies; 5+ messages in thread
From: dogatana @ 2016-09-21 22:21 UTC (permalink / raw
  To: ruby-core

Issue #12774 has been updated by Toshihiko Ichida.

Subject changed from TkDND で text/plain, text/uri-list を指定時の動作不良 to TkDND cannot handle text/plain, text/uri-list type well

----------------------------------------
Bug #12774: TkDND cannot handle text/plain, text/uri-list type well
https://bugs.ruby-lang.org/issues/12774#change-60586

* Author: Toshihiko Ichida
* Status: Open
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32]  
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------


---Files--------------------------------
diff_u.txt (2.42 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:77385] [Ruby trunk Bug#12774][Rejected] TkDND cannot handle text/plain, text/uri-list type well
       [not found] <redmine.issue-12774.20160918132942@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2016-09-21 22:21 ` [ruby-core:77342] [Ruby trunk Bug#12774] TkDND cannot handle text/plain, text/uri-list type well dogatana
@ 2016-09-24 13:32 ` hsbt
  2017-03-01 11:39 ` [ruby-core:79842] [Ruby trunk Bug#12774] " lfilipe
  4 siblings, 0 replies; 5+ messages in thread
From: hsbt @ 2016-09-24 13:32 UTC (permalink / raw
  To: ruby-core

Issue #12774 has been updated by Hiroshi SHIBATA.

Status changed from Open to Rejected

Thank you for report. But tk has been extracted trunk branch.

Can you submit your patch to https://github.com/ruby/tk via pull request?

Thank you.

----------------------------------------
Bug #12774: TkDND cannot handle text/plain, text/uri-list type well
https://bugs.ruby-lang.org/issues/12774#change-60633

* Author: Toshihiko Ichida
* Status: Rejected
* Priority: Normal
* Assignee: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32]  
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------


---Files--------------------------------
diff_u.txt (2.42 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:79842] [Ruby trunk Bug#12774] TkDND cannot handle text/plain, text/uri-list type well
       [not found] <redmine.issue-12774.20160918132942@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2016-09-24 13:32 ` [ruby-core:77385] [Ruby trunk Bug#12774][Rejected] " hsbt
@ 2017-03-01 11:39 ` lfilipe
  4 siblings, 0 replies; 5+ messages in thread
From: lfilipe @ 2017-03-01 11:39 UTC (permalink / raw
  To: ruby-core

Issue #12774 has been updated by Filipe Goncalves.


There is no Issue tracker in https://github.com/ruby/tk
Where should we report bugs related with tk?

----------------------------------------
Bug #12774: TkDND cannot handle text/plain, text/uri-list type well
https://bugs.ruby-lang.org/issues/12774#change-63277

* Author: Toshihiko Ichida
* Status: Rejected
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32]  
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------


---Files--------------------------------
diff_u.txt (2.42 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-01 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-12774.20160918132942@ruby-lang.org>
2016-09-18 13:29 ` [ruby-core:77305] [Ruby trunk Bug#12774] TkDND で text/plain を指定してmo dogatana
2016-09-18 13:38 ` [ruby-core:77306] [Ruby trunk Bug#12774] TkDND で text/plain, text/uri-list を指定時の動作不良 dogatana
2016-09-21 22:21 ` [ruby-core:77342] [Ruby trunk Bug#12774] TkDND cannot handle text/plain, text/uri-list type well dogatana
2016-09-24 13:32 ` [ruby-core:77385] [Ruby trunk Bug#12774][Rejected] " hsbt
2017-03-01 11:39 ` [ruby-core:79842] [Ruby trunk Bug#12774] " lfilipe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).