DanCraft99 / nvidia-widgets

Automatically exported from code.google.com/p/nvidia-widgets
0 stars 0 forks source link

LineEdit Bug #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter a capitalized letter in a LineEdit widget (pushing Shift key)  

What is the expected output? What do you see instead?
Crash. seems due to wrong m_focusCaretPos value

What version of the product are you using? On what operating system?
1.0.0

Please provide any additional information below.

Original issue reported on code.google.com by cheng.c...@gmail.com on 4 Aug 2009 at 4:08

GoogleCodeExporter commented 9 years ago
Never mind. I solved this issue by adding a checking to see if the returned 
code of 
function translateKey is not 0. If yes, then ignore. 

Original comment by cheng.c...@gmail.com on 4 Aug 2009 at 4:20