maheshkumarvk / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

"Rename Tab" feature incorrectly tries to convert ampersand (&) to a hotkey #280

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Right-click any SuperPuTTY tab
2. Select "Rename Tab"
3. Provide any name with a single ampersand, such as "R&D".

What is the expected output?
Tab gets label "R&D"

What do you see instead?
Tab gets label "RD", where D is underlined.
In Windows, this typically implies that the keyboard shortcut [Alt]+[D] will 
activate this tab.  It does not.

What version of the product are you using? On what operating system?
SuperPuTTY 1.4.0.1 on Windows 7.

Please provide any additional information below.
This can likely be solved by converting every "&" in the [Rename Ta] dialog to 
"&&" in the tab's actual label, and vice-versa.

See also http://support.microsoft.com/kb/261320

Original issue reported on code.google.com by drew.dor...@gmail.com on 28 Dec 2012 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by btatey...@gmail.com on 10 Feb 2013 at 11:35

GoogleCodeExporter commented 9 years ago

Original comment by btatey...@gmail.com on 19 Feb 2013 at 3:16