gehuangyi20 / ie7-js

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

Bugs with :before and :after (generated content) #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Testcase: http://stifu.free.fr/dl/temp/ie-test.html

Here are the results with both IE6 and 7:

1- content:"" = side images are missing
2- content:" " = left (:before) image is missing, and the right
(:after) one is there but misplaced
3- content:"x" = both side images are misplaced

Note that the page actually looks a bit different with IE6, due to the
transparent PNGs which aren't rendered correctly.

Original issue reported on code.google.com by st...@free.fr on 12 Feb 2008 at 11:53

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 21 Feb 2008 at 9:54

GoogleCodeExporter commented 9 years ago
I've fixed the generated content issues (version 2.1). I'm not sure why the PNG 
is not 
rendered the same in IE7.

Original comment by dean.edw...@gmail.com on 14 Feb 2010 at 12:04

GoogleCodeExporter commented 9 years ago
I just tried 2.1 beta 3, and the bug doesn't look fixed.
See attached screenshot.

Original comment by goldstein.thomas@gmail.com on 10 Mar 2010 at 11:56

Attachments:

GoogleCodeExporter commented 9 years ago
I closed the bug because the reported problem was fixed. There are still issues 
with 
the PNG rendering in MSIE7 though.

Original comment by dean.edw...@gmail.com on 15 Mar 2010 at 12:08

GoogleCodeExporter commented 9 years ago
Hmm... I didn't mean the PNG problem. But the reported bug is clearly still 
there to
me, as the following is still true (taking the posted screenshot as reference):

1- content:"" = side images are missing
2- content:" " = left (:before) image is missing, and the right
(:after) one is there but misplaced
3- content:"x" = both side images are misplaced

We could replace the PNGs with GIFs, and it'd be the same. Actually, let's do 
just that.

Attached: the same test case, with PNGs replaced with GIFs, and IE8.js 2.0 beta 
3
updated to 2.1 beta 3.

Original comment by goldstein.thomas@gmail.com on 15 Mar 2010 at 7:00

Attachments:

GoogleCodeExporter commented 9 years ago
Oops. You noted that "Layout fixes are no longer applied in quirks mode", so 
here is
the same test case with a strict doctype and no validation error. No difference
though. What am I doing wrong?

Original comment by goldstein.thomas@gmail.com on 15 Mar 2010 at 7:22

Attachments: