a156845044 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Generated HTML Comments? #304

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load Script (currently loading just before </body>, will try </head> next
2. Run the page (allthingscricut.com/contact/) in IE7 OR IE6.
3. Form elements (inputs only, it appears) within a floated li all show "none" 
next to them. CSS dictates list-style-type: none;, but it's showing (in IE Dev 
Toolbar) as a generated HTML comment (but not a properly formed comment; it 
displays the word 'none' on each li).

What is the expected output? What do you see instead?
I should see nothing; instead the word 'none' is displayed.

What version of the product are you using? On what operating system?
Using IE9(beta).js on WinXP SP2 (on three VMs...IE6 and IE7 show problems; no 
problems in IE8).

Please provide any additional information below.

Original issue reported on code.google.com by saucebox...@gmail.com on 14 Feb 2011 at 3:52

GoogleCodeExporter commented 8 years ago
I should add that the code is attached as on the project home page:

<!--[if lt IE 9]>
<script 
src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->

Original comment by saucebox...@gmail.com on 14 Feb 2011 at 3:54

GoogleCodeExporter commented 8 years ago
Nevermind...user error. The generated content is given a class .ie7_anon, which 
is easy enough to hide. Another case of barking up the wrong tree---

Nice work, by the way. 

Original comment by saucebox...@gmail.com on 14 Feb 2011 at 4:00