Opened 15 years ago

Closed 15 years ago

#6056 closed patch (fixed)

Fix for entering digits in browse mode

Reported by: Shane Shrybman Owned by: danielk
Priority: minor Milestone: 0.22
Component: mythtv Version: head
Severity: medium Keywords: livetv browse mode
Cc: Ticket locked: no

Description

Entering channels by number while in browse mode seems to be broken.

The first digit entered clears the OSD and then is lost while subsequent digits are processed. This results in switching to channel 55 if you entered 255 while in browse mode.

This patch uses AddKeyToInputQueue?(...) to process the incoming digits in browse mode.

The second patch includes the first patch plus it uses QChar's isDigit() instead of open coding the 0 <= n <= 9 test.

Attachments (2)

mythtv_browsemode_enter_by_digit_fix.diff (535 bytes) - added by Shane Shrybman 15 years ago.
mythtv_browsemode_enter_by_digit_use_isDigit.diff (709 bytes) - added by Shane Shrybman 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Shane Shrybman

Changed 15 years ago by Shane Shrybman

comment:1 Changed 15 years ago by danielk

Owner: changed from Isaac Richards to danielk
Status: newaccepted

comment:2 Changed 15 years ago by danielk

Resolution: fixed
Status: acceptedclosed

(In [19555]) Fixes #6056. Don't lose first number in channel number in browse mode & remain also in browse mode while number is entered.

Note: See TracTickets for help on using tickets.