Weird automatic characters within qutes

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
ank
Posts: 4
Joined: Tue Aug 09, 2011 2:50 am

Weird automatic characters within qutes

Post by ank »

After a certain amount of time of editing with webuilder, I get

Code: Select all

 'áa'     
when I type

Code: Select all

'a
same happens with other characters, like "i" or "c"

Code: Select all

'íi'
Also when I type a quote ('), nothing happens, but if I type the quote again, I get two quotes

Code: Select all

''
Same with double quotes.
The weirdest things is that this only happens after using webuilder for about 10-15 minutes. To fix this I have to restart webuilder...

Is this a known bug? It's annoying as hell because I get weird non-standard characters in my code. Sometimes I miss them and get strings with unwanted characters, like class names inside my html with `á` etc.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Weird automatic characters within qutes

Post by Aivars »

It sounds like you have some non-English keyboard layout set. Sometimes Windows allows switching the layouts by ctrl+shift, shift+alt or similar combination - this is probably the reason why everything's normal at first and changes later. Try going to "Change keyboards or other input methods" (Windows 7) and remove the layouts and languages that you don't need.
Blumentals Software Programmer
Post Reply