Opened 15 years ago

Closed 15 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 by Silvan Scherrer, 15 years ago

Resolution: feedback pending
Status: newclosed

this is probably already fixed in r433

please test again with GA in about a week

comment:2 by Silvan Scherrer, 15 years ago

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 by Dmitry A. Kuminov, 15 years ago

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 by Silvan Scherrer, 15 years ago

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.