himo8 / google-axs-chrome

Automatically exported from code.google.com/p/google-axs-chrome
0 stars 1 forks source link

ChromeVox adds junk HTML in certain cases #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

When editing pages on my website with ChromeVox activated, junk html is 
randomly added to my pages.  This results in a 'text area box' being inserted 
at the bottom of the page's content area.  Deactivating CV, solves the problem. 
 It is NOT a theme or plugin problem.  Deactivating CV solves the problem.
Also, the same 'text area box' shows up in my Sent Mail folder. See file 
attachment. It has the same type of html.  After deactivating CV the problem 
goes away.
I need ChromeVox for proofreading/listening and I also need to routinely manage 
my website weekly.
This is a snippet of the html being added below.  I've been told that the pk 
has something to do with powerkeys.  All I know is CV is causing the problem in 
both areas - obviously, the website is a big problem.

You can also refer to this thread.
http://weavertheme.com/forum/#/discussion/3929/html-in-content-area-problems-aga
in

<div id="bgdiv_completionField_408" class="pkBackgroundHide" style="display: 
none;"></div>
<div id="completionField_408" class="pkHiddenStatus" style="position: 
absolute;">
<div id="div_completionField_408"></div>
<input id="txt_completionField_408" class="pkOpaqueCompletionText" type="text" 
size="50" /></div>

<div id="bgdiv_completionField_76" class="pkBackgroundHide" style="display: 
none;"></div>
<div id="completionField_76" class="pkHiddenStatus" style="position: absolute;">
<div id="div_completionField_76"></div>
<input id="txt_completionField_76" class="pkOpaqueCompletionText" type="text" 
size="50" />

</div>
<div id="bgdiv_completionField_745" class="pkBackgroundHide" style="display: 
none;"></div>
<div id="completionField_745" class="pkHiddenStatus" style="position: 
absolute;">
<div id="div_completionField_745"></div>
<input id="txt_completionField_745" class="pkOpaqueCompletionText" type="text" 
size="50" /></div>

Original issue reported on code.google.com by Andrewjm...@gmail.com on 8 Dec 2012 at 7:59

Attachments: