From 526fc86da85d81806985e994cbe2f771f70e5aea Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 18 May 2014 03:25:39 +0000 Subject: [PATCH] Update TODO git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- .gitignore | 1 + TODO.txt | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d89f28e..61c9abbb 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /wx/libwx_* /wx/locale /unittests/lib_pubsub_provider_actual.py +wingdbstub.py diff --git a/TODO.txt b/TODO.txt index 3fc289e0..d5a0642d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -155,7 +155,13 @@ other dev stuff * Find and fix issue with wx.TheClipboard. Pasting text from the clipboard is failing, as if the data in the clipboard is not text. It may be an issue - with the wx.TextDataObject class. + with the wx.TextDataObject class. + + It's a problem with OSX dataobject code. + See https://groups.google.com/d/topic/wx-dev/wFxevpvbhvQ/discussion + + There are also reports of issues on Windows too... + http://trac.wxwidgets.org/ticket/15488 * Potential reference count issue with wxGridCellCoordsArray? Code like this::