diff options
author | wolfsuit <wolfsuit> | 2003-02-19 22:20:54 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-02-19 22:20:54 (GMT) |
commit | e58c4121633f54dd00b872d11a8e40cc777c5ab5 (patch) | |
tree | 9dd562b3ccffb0436bf5b125695d5d8ac6c6291b /ChangeLog | |
parent | e891595e16225fe441b40805b6bc3f1e9ff7cc75 (diff) | |
download | tk-e58c4121633f54dd00b872d11a8e40cc777c5ab5.zip tk-e58c4121633f54dd00b872d11a8e40cc777c5ab5.tar.gz tk-e58c4121633f54dd00b872d11a8e40cc777c5ab5.tar.bz2 |
2003-02-19 Jim Ingham <jingham@apple.com>
* tkMacOSXMouseEvents.c (GeneratePollingEvents): In the case
where there was a capture window, we were sending the events to
the capture window. But the capture window (return value or
TkMacOSXGetCapture) is always a toplevel. So this is wrong in
the case that the Event's toplevel IS the capture window - in
which case the event should go to the subwindow most closely
containing the event.
Fixes bug #688188
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-02-19 Jim Ingham <jingham@apple.com> + + * tkMacOSXMouseEvents.c (GeneratePollingEvents): In the case + where there was a capture window, we were sending the events to + the capture window. But the capture window (return value or + TkMacOSXGetCapture) is always a toplevel. So this is wrong in + the case that the Event's toplevel IS the capture window - in + which case the event should go to the subwindow most closely + containing the event. + 2003-02-19 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> & Jim Ingham <jingham@apple.com> |