Opened 15 years ago
Closed 13 years ago
#8304 closed Developer Task (fixed)
Dead keys not working in themed text inputs
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - User Interface Library | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Themed text inputs in MythTV don't handle dead keys correctly since I upgraded to 0.22. 0.23 rc2 shows this behaviour too. Non-themed (QT?) inputs work correctly.
I.e. if I type [’],[o] it should produce "ó" but it produces "'o". X-Window composition ([Compose], [o], [']) doesn't work either. The virtual keyboard behaves the same and the only way to input such text is to use virtual keyboard's composition (which by the way works in reverse key-press order to dead-keys, making it even harder).
This makes any meta-data editing frustrating.
A quick search showed the same report outside trac: http://www.mail-archive.com/atrpms-users@atrpms.net/msg07573.html
Change History (8)
comment:1 Changed 15 years ago by
Milestone: | → unknown |
---|---|
Type: | defect → enhancement |
Version: | unknown → Trunk Head |
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by
Milestone: | unknown → 0.24 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:4 Changed 15 years ago by
Milestone: | 0.24 → 0.25 |
---|---|
Resolution: | fixed |
Severity: | medium → low |
Status: | closed → new |
Type: | enhancement → task |
I might take a stab at fixing this even though we have the virtual keyboard as an alternative.
comment:5 Changed 15 years ago by
Status: | new → accepted |
---|
comment:7 Changed 14 years ago by
Type: | task → Developer Task |
---|
comment:8 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Add basic dead key support to mythuitextedit. Implemented from scratch because I couldn't see a way of getting QT to handle it. To start with the following characters are supported, but if patches are provided I will add more - áâàãäå éêèë ç íîìï ñ óôòõö úûùü ýÿ . Fixes #8304
Branch: master Changeset: d84d5c98d414ce889d47b5114240c28061f85c62
The virtual/on-screen keyboard's Compose approach works fine for me in trunk.