GNOME Bugzilla – Bug 659445
Accessible event.any_data is incorrect for text-removed/text-changed:delete
Last modified: 2011-12-19 15:52:02 UTC
Created attachment 196910 [details] test script Steps to reproduce: 1. Launch gtk3-demo and the attached test script. 2. Get into one of the 'entry' demos. 3. Type some text and then press BackSpace Expected results: The event.any_data would contain the character which was just removed. Actual results: The event.any_data contains the character at the caret. FWIW: Performing this same test in the 'Application main window' seems to produce the expected results. This is with Gtk+ 3.1.91 built from master this morning.
Should be fixed in master.