Opened 14 years ago

Closed 14 years ago

#121 closed defect (fixed)

Not all numbers on Numberpad work

Reported by: Batchheizer Owned by:
Priority: major Milestone: Qt GA
Component: QtCore Version: 4.5.1 Beta 5
Severity: low Keywords:
Cc:

Description

Some but not all numbers work on the numberpad.
23589 all work. The others behave as if the numlock were not on.

(for example in Qoobar, Lyx, ASTranlator...)

Change History (4)

comment:1 Changed 14 years ago by Silvan Scherrer

Resolution: feedback pending
Status: newclosed

this is probably already fixed in r433

please test again with GA in about a week

comment:2 Changed 14 years ago by Silvan Scherrer

Component: GeneralQtCore
Milestone: Qt EnhancedQt GA
Resolution: feedback pending
Status: closedreopened

i tested it with 2 different apps and can confrim it still doesn't work. we are working on it

comment:3 Changed 14 years ago by Dmitry A. Kuminov

Attempted to fix this in r492. Please test.

The problem was that when Numlock is ON, pressing 0-9 on the numeric keypad would still produce key codes corresponding to arrows, PgUp/PgDn?, etc. while Qt applications expect them to be character values instead.

comment:4 Changed 14 years ago by Silvan Scherrer

Resolution: fixed
Status: reopenedclosed

ok tested both previous not working apps and both seem to work now.

Note: See TracTickets for help on using tickets.