Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9858 closed Bug Report - General (fixed)

Cannot type 'zero' digit in video search dialogue.

Reported by: yiannividalis@… Owned by: paulh
Priority: minor Milestone: 0.25
Component: MythTV - User Interface Library Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In the current head, all frontends are affected. OpenSuSE 11.4. If I press ctrl+s in mythvideo to search for a film, all other keyboard keys are ok, but typing 0 is impossible, both on the top keys and the numpad. I have to bring up the virtual keyboard to select 0. I've been having this problem for quite some time, I don't think it's serious but I thought I'd report it, just in case it's a proper bug.

Also, I'm reporting it under General, since MythVideo? is no longer a plugin?

MythTV Version : v0.25pre-2386-g53cf459
MythTV Branch : master
Network Protocol : 66
Library API : 0.25.20110616-1
QT Version : 4.7.2
Options compiled in:
 linux release use_hidesyms using_alsa using_oss using_backend using_bindings_perl using_bindings_python using_bindings_php using_dvb using_frontend using_hdpvr using_iptv using_ivtv using_libfftw3 using_libxml2 using_libudf using_lirc using_mheg using_opengl_video using_qtdbus using_qtwebkit using_v4l2 using_v4l1 using_x11 using_xrandr using_bindings_perl using_bindings_python using_bindings_php using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg using_libxml2 using_libudf

Change History (5)

comment:1 Changed 13 years ago by robertm

Component: MythTV - GeneralMythTV - User Interface Library
Owner: set to paulh
Status: newassigned

It's not mythvideo period-- MythVideo? used to have its own search dialog, but Paul added a universal search dialog to buttonlists that appears to be superceding it.

Paul, when you have a chance to look at this, is there any way we could restore the old one? The old search dialog presented a buttonlist of the "matched" items that you could navigate, rather than having to page through all of them. It's in mythdialogbox as MythUISearchDialog... perhaps that could be used as the generic search instead?

Thanks.

comment:2 Changed 13 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: assignedclosed

Disable the use of zero as an search inverter. Fixes #9858

Branch: master Changeset: 03cedf88465fe9c26bde01093723aeb54e1cb2f4

comment:3 Changed 13 years ago by paulh

robertm, the two search methods are independent so if you want the old search method in MythVideo? then just assign a different key to the INCSEARCH action in the Video context.

stuartm, can't you just change the order in the keypress event so the edit gets the keys before the dialog if the edit has focus?

comment:4 Changed 13 years ago by Github

Re-enable search inversion just have the keypresses handled by the focused widget first. Refs #9858

Branch: master Changeset: 63702bfd1d703b30c0a2e14a905459e977206895

comment:5 Changed 13 years ago by paulh

I think there may be some confusion as to what the toggle does. Just to be clear the toggle changes the type of search performed from a 'contains' to a 'starts with' search and was supposed to be a hidden feature known only to a select few who knew how to use it ;-)

Note: See TracTickets for help on using tickets.