GNU bug report logs -
#32672
27.0.50; image resize on window resizing
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 9 Sep 2018 16:11:02 UTC
Severity: wishlist
Tags: fixed
Fixed in version 27.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> This is because of debounce: the selection-change hook is called twice,
> so only the last call is processed. But the problem is that the
> selection-change hook is called not in the logical order, as would be
> expected, i.e. first in unselected window, then in the selected window.
> But actually it's called in the order of windows in the window list,
> e.g. first the 'selected' event is called if the window was created
> earlier, then the 'deselected' event if the window was created later.
> IOW, the calling order depends on the window order.
This is consistent with running the remaining hooks. In either case
you can always use 'old-selected-window' to find out what changed.
martin
This bug report was last modified 5 years and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.