Summary: | Accented greek characters not entered correctly when file is open via dolphin | ||
---|---|---|---|
Product: | [Applications] kile | Reporter: | Nikos Platis <nplatis> |
Component: | editor | Assignee: | Michel Ludwig <michel.ludwig> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version: | 2.1b5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nikos Platis
2011-03-28 08:11:18 UTC
Let me also note that I do not remember seeing this problem in earlier versions of Kile (I am using Kile for many years). Can you try out if the same occurs when you open the file in KWrite / Kate instead of Kile? Also, is the key for ' a dead key on your keyboard, i.e. does the ' character appear when you press the ' key, or does nothing appear? I just tried KWrite, everything works fine. When using the greek keyboard in kde, the accent key is indeed dead: when you press it you see nothing, and if you then enter a vowel it comes out accented. Let me know if I can help any further. Git commit e9e7d7984258809f73c4d027fa8e1afd25b19702 by Michel Ludwig. Committed on 23/04/2011 at 20:17. Pushed by mludwig into branch 'master'. Fix the problem that dead keys are sometimes treated as 'alive'. Work around a potential Qt bug which can result in dead keys being treated as 'alive' in some circumstances (probably when 'setFocus' is called when the widget hasn't been shown yet) BUG: 269590 M +8 -6 src/kile.cpp M +19 -13 src/kileviewmanager.cpp M +2 -0 src/kileviewmanager.h http://commits.kde.org/kile/e9e7d7984258809f73c4d027fa8e1afd25b19702 (In reply to comment #3) > Let me know if I can help any further. Can you please compile the most recent Git version of Kile and verify that the above fix also works for you? Thanks! I compiled the latest version from Git and this problem seems indeed to be solved. I have not been able to use this version extensively, just tested this issue. I will probably be working with Kile next week so I will report back if I find any related problem. |