Bug 299747 - konsole deletes prompt characters when pressing accented special charactersd (à,è,ì,ò,ù)
Summary: konsole deletes prompt characters when pressing accented special charactersd ...
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.8
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 14:32 UTC by Riccardo Del Monte
Modified: 2012-05-16 06:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Riccardo Del Monte 2012-05-10 14:32:51 UTC
When you press any accented letter (à,è,ì,ò,ù), and than hold backspace, konsole does not stop deleting the characters until the prompt, but continues deleting the times you pressed the accented characters.
For example, if you type ' hellò bàby! ' on the shell, when trying to delete all this characters holding backspace, you will also delete the last two characters of the prompt, because you've typed two accented letters.

Reproducible: Always

Steps to Reproduce:
1. Type a text with accented letters
2. Hold backspace until it stops deleting characters
Actual Results:  
konsole delete also the characters of the prompt.

Expected Results:  
konsole should not delete the characters of the prompt, in fact it should stop as when you type a text without accented letters.

I use encoding set UTF-8
Comment 1 Jekyll Wu 2012-05-10 15:25:17 UTC
Thanks for reporting.

However, I can't reproduce the reported problem. So you need to provide more information about your enviroment and make double check:

  * What is the shell, and what is the exact way you setup the shell prompt, like $PS1 in bash?
  * How do you input those accented characters? input method, compose key, or directly from keyboard?
  * Does it happen in a newly created user account?
Comment 2 Jekyll Wu 2012-05-16 06:34:15 UTC
Close for no reponse. Feel free to reopen if you can provide more information about your environment and the reliable way of reproducing.