Richard Heck wrote:
Abdelrazak Younes wrote:
Martin Vermeer wrote:
I seem to recall that there was some code in the Qt X event handling
code, precisely to handle this problem. Lars wrote this. But then it
was decided that it could be removed... anyone remember? Something
with coalescing of multiple keystroke events.
Yes there is a patch in bugzilla for _key_ events but this is
independent issue: Helge's problem is about the scrollbar.
About Lars patch I hoped that someone on Linux (Richard?) would
continue with this patch...
Point me in the right direction. I have a vague memory of this....
http://bugzilla.lyx.org/show_bug.cgi?id=3320
There's a patch mostly ready for the key release problem. The only
problem with the patch is that it uses specific X11 event; it would be
better to do something similar with Qt only API. But this is not a big
problem because the bug is only visible on certain version of X11
apparently, not for Windows or Mac.
Abdel.