Re: [Interest] Curious behaviour of slider/spin when controlled by keyboard

2012-11-16 Thread Shriramana Sharma
On Fri, Nov 16, 2012 at 12:45 PM, Joseph W Joshua jos...@panthertechno.com wrote: I am using Qt 4.8.1, both on windows and linux. I repeat that I observe the bug on my system. I'm using Qt 4.8.1 on Kubuntu Precise 64 bit and compiling using GCC 4.6.3. I do not have a Qt development environment

[Interest] Curious behaviour of slider/spin when controlled by keyboard

2012-11-15 Thread Shriramana Sharma
Hello. I ran into a curious behaviour when writing a PyQt program but later found out that it is not particular to PyQt but exists in C++/Qt as well. I've attached minimal test cases. I note that in both the C++/PyQt minimal examples the bug is reproducible only when there is only a slider + a

Re: [Interest] Curious behaviour of slider/spin when controlled by keyboard

2012-11-15 Thread Joseph Crowell
I would suggest filing a bug report on this. On 16/11/2012 3:58 AM, Shriramana Sharma wrote: Hello. I ran into a curious behaviour when writing a PyQt program but later found out that it is not particular to PyQt but exists in C++/Qt as well. I've attached minimal test cases. I note that in

Re: [Interest] Curious behaviour of slider/spin when controlled by keyboard

2012-11-15 Thread Joseph W Joshua
I am unable to reproduce this, I am using Qt 4.8.1, both on windows and linux. Hello. I ran into a curious behaviour when writing a PyQt program but later found out that it is not particular to PyQt but exists in C++/Qt as well. I've attached minimal test cases. I note that in both the