kavinithiy / ie7-js

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

Stops font-family being inherited from body tag #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Set font-family on the body tag in the expectation that this will be
inherited by headings, paragraphs etc.

What is the expected output? What do you see instead?

That heading, paragraphs etc. should inherit that font. It works fine in
other browsers. And if this script is not used. The correct font does come
up momentarily and then it switched to something else that looks like Times
Roman.

What version of the product are you using? On what operating system?

Occurs with IE8.js and IE9.js using IE7 in the Internet Explorer Collection
suite. I use Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by craig.pi...@gmail.com on 15 Mar 2010 at 4:28

GoogleCodeExporter commented 9 years ago
Can you provide a test page please?

Original comment by dean.edw...@gmail.com on 15 Mar 2010 at 10:07

GoogleCodeExporter commented 9 years ago
I can't recreate this bug so you will have to provide a test page. I'm going to 
mark 
this as invalid until a test page is provided.

Original comment by dean.edw...@gmail.com on 18 Mar 2010 at 9:05

GoogleCodeExporter commented 9 years ago
Hello dean. I'm away until after the weekend. Will investigate 
further and provide a test page when I return.

Thanks

Original comment by craig.pi...@gmail.com on 18 Mar 2010 at 9:20

GoogleCodeExporter commented 9 years ago
Hi, I am having this same bug... 

If you go to: http://www.filipstoj.com/clients/idbbank/index.php you'll see I'm 
using
the 2.0 version. If you switch to 2.1 the fonts in the top nav and nav become
non-inherited... See: http://www.filipstoj.com/clients/idbbank/index_2.1.php

I have a secondary issue with 2.0 however, in that on IE6 and 7, it shifts down 
some
of the spacing in the page... as you can see if you load the original link in 
IE6.

Original comment by filipfi...@gmail.com on 25 Mar 2010 at 4:23

GoogleCodeExporter commented 9 years ago
@filipfilip, if you simplify that page so it just demonstrates the bug then I 
will look 
into it.

Original comment by dean.edw...@gmail.com on 25 Mar 2010 at 7:40

GoogleCodeExporter commented 9 years ago
I had the same problem and fixed it using the following rule in my ie.css :

* {font-family:Arial, Sans-Serif;}

Thank god i need only one font ;)

Original comment by denorman...@gmail.com on 20 May 2010 at 7:23

GoogleCodeExporter commented 9 years ago
Using the * { font-family } trick works for me too. Was also experiencing the 
issue in IE7 using 2.1 - well, IE9 using IE7 browser mode and IE7 document 
mode, didn't test it in native IE7.

Original comment by robin.co...@gmail.com on 14 Apr 2011 at 9:40