Opened 16 years ago
Closed 16 years ago
#7363 closed defect (fixed)
mythbrowser: switch keyboard focus impossible
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.23 |
| Component: | Plugin - MythBrowser | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
it's impossible to switch the keyboard focus. I've changed the key to switch from F1 (see #7359) to "pause"-key. but nothing happens after changing focus, still the keys assigned to myth (r, z, BS, Space, ...) can't be used.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
TOGGLEINPUT is disabled with #if 0 in MythUIWebBrowser::keyPressEvent.
if you enable it (you must remove the VirtualKeyboard part or it wont compile) it works mostly. There are only some problems to get back to mythtv-context (for showing the menu with "m", ...) but after switching you can pass all keys to the browser input.
comment:3 by , 16 years ago
| Milestone: | unknown → 0.23 |
|---|
comment:4 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [23731]) Re-work the keypress handling in MythUIWebBrowser.
This fixes the TOGGLEINPUT key-binding not working properly so you can now enter text properly on web pages. Also fixes the NEXTLINK, PREVIOUSLINK and FOLLOWLINK key-bindings not working when using a remote with myths lirc support. Fixes #7363, #8139.

I can confirm this. I have latest svn version of mythbrowser (22668) and can't type for example my mail address (because it contains .).