tel8618217223380 / restylegc

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

Compatibility Mode IE9 #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
 We are using embeded calendars from google and we have found that IE9 (not in compatibility mode) and it only shows 30 days events and when a person clicks on "look for more" at the end of that months events it does not load anything. This is in agenda view

Original issue reported on code.google.com by rpit...@graftonschools.org on 26 Jan 2012 at 1:51

GoogleCodeExporter commented 9 years ago
I used this in the <head> area and it works fine now. hope this helps

<meta content="IE=8" http-equiv="X-UA-Compatible" />

Original comment by richard....@gmail.com on 12 Feb 2012 at 6:53

GoogleCodeExporter commented 9 years ago
The suggested workaround from Richard works.  However, it should be noted that 
the <meta> tag must appear as the first child in <head> tag.

Original comment by brian.gi...@gmail.com on 19 Feb 2012 at 10:56

GoogleCodeExporter commented 9 years ago
Thanks Richard, I have searched a long time for a solution/workaround to this 
strange issue.

In typo3 use following typoscript code for the workaround:
page.headTag = <head><meta content="IE=8" http-equiv="X-UA-Compatible" />

Original comment by schmi...@gmail.com on 16 Mar 2012 at 12:47

GoogleCodeExporter commented 9 years ago
Which doc type are you using? The above solution is not working for me. 

Using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

This is the start of my page:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta content="IE=8" http-equiv="X-UA-Compatible" />

Any further suggestions as to why this solution doesn't work for me?

Thanks!

Original comment by i...@voxharmony.org.au on 20 Jun 2012 at 6:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Calendar with restylegc is here: http://www.voxharmony.org.au/diarytest.htm

Also adding that the calendar DOES display properly in IE9 when NOT using 
restylegc - see this page: Calendar is here: 
http://www.voxharmony.org.au/diary.htm

Original comment by i...@voxharmony.org.au on 20 Jun 2012 at 7:24

GoogleCodeExporter commented 9 years ago
<meta content="IE=8" http-equiv="X-UA-Compatible" />

The above is a good solution but it does not work if the page that holds the 
retyled gc is embedded as an iframe onto another page. 

Original comment by hh...@srwa.co.uk on 1 Oct 2012 at 1:23

GoogleCodeExporter commented 9 years ago
All events appear fine in IE10. 

Original comment by harrison...@gmail.com on 12 Nov 2012 at 2:32

GoogleCodeExporter commented 9 years ago
Is there a workaround for when it is embedded in an iframe?

Original comment by FeynmanG...@citationjetpilots.com on 15 Jan 2014 at 11:20