ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

IE8 input field is slow #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using the CC class ( rndCnrs ).
2.
3.

What is the expected output? What do you see instead?
 In a php file the loading of CC causes the input of text to be very slow.
Only by removing this class does IE8 render this correctly.

What version of the product are you using? On what operating system?
not certain of the product version, but the platform is linux/apache/php
5.29 doctype is transitional. 

Please provide any additional information below.
code snippet:
<div  class="rndCnrs" align="center" style=" border: 3px solid #D6AB46;
width:150px;margin:5px 0px 0px 0px;background:#FFFFFF
url(\'images/brown.gif\') repeat-x top left;padding:5px;">
        <div  class="menu_head" >Communications</div>
        <div class="menu_content" >
          %PC%
        </div>
      </div>

There are 4 of these which php replaces the %PC% with the correct menu
options, then echo's it out to the screen. 

Original issue reported on code.google.com by treymel...@gmail.com on 13 Nov 2009 at 9:12

GoogleCodeExporter commented 8 years ago
The server configuration is not relevant. The problem is that IE's javascript 
engine is 
extremely slow. Compare the speed in Opera and see if the delay disappears. 
Unfortunately we cannot address IE javascript engine issues: this is a 
Microsoft 
problem.

Original comment by c.1%smit...@gtempaccount.com on 23 Dec 2009 at 12:11