Giter Club home page Giter Club logo

Comments (16)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Same issue here. Hangs in ie7/8 when i include it in my page.

also latest version

Original comment by [email protected] on 9 Sep 2011 at 9:26

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I'm having the same issue.  This locks up IE 7 and 8.  Latest version.

Original comment by [email protected] on 10 Nov 2011 at 4:41

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Same here. 

Locks up IE 7/8.

Using:
semantic grid system (semanticgs.org) (and therefore lesscss javascript 
compiler)
<!--[if lt IE 9]>
   <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

Hopefully a resolution can be found, would be very useful. 

Original comment by [email protected] on 29 Nov 2011 at 9:09

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Same here. 

Locks up IE 7/8 (updated to latest).

using html5.js trunk
and 
css3-mediaqueries-js trunk

Original comment by [email protected] on 1 Dec 2011 at 10:08

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I had this issue too, the cause was a web font hosted on Google - it seems this 
script reloads all style sheets via ajax which caused IE to crash due to 
incorrect handling of a same origin policy security exception being raised.

Original comment by [email protected] on 5 Dec 2011 at 4:05

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Hangs in IE7/8 for me too. Only seeing the background image, and nothing else, 
although all content is accounted for in the source code. In source code, there 
is an attribute "checkedByCssHelper='true'" attached to every HTML tag.

Original comment by [email protected] on 29 May 2012 at 1:58

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
If you are having this hanging problem, double check all of your stylesheets 
for any formatting issues.  I know a missing curly brace will cause the hanging.

Original comment by [email protected] on 11 Jun 2012 at 7:37

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I had this issue. Turns out there indeed was a curly brace missing. Not for the 
'main css' mind you, but for the @media query that surrounded my css. 
Embarrassed.

Original comment by [email protected] on 17 Jul 2012 at 5:41

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
If you use LESS css, do not go beyond 2 levels of {} It will lock IE too.

Original comment by [email protected] on 28 Sep 2012 at 6:26

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Between Martin and Gene this seems to be the answer. 
Max 2 levels of { body { wrap }}
Do not forget to check for missing {}
Just one out of place or missing and IE 8,7,6 and 5.5 are broken. 
Like Martin I found my missing @media screen and (min-width:...)
Simple mistakes that are simple to correct.
Thanks all for posting your findings, it saved me time.

Original comment by [email protected] on 2 Oct 2012 at 3:38

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
For me the solution was only to include this on the page that I needed it, the 
hang was happening on a page I didn't need to be responsive.

The page it happened on + the one it didn't, both used the same CSS file.


Original comment by [email protected] on 21 Feb 2013 at 4:47

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
same here total lockup

Original comment by [email protected] on 9 May 2013 at 11:58

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by [email protected] on 4 Apr 2014 at 11:46

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
[deleted comment]

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I still have the problem in IE8 with the newest version of the script. The only 
way to get out of the hanging script is waiting for the "a script is taking 
long to run - do you want to stop it" dialog, or restart the browser, so it's 
almost impossible to profile where the problem happens. For now I've gone with 
a custom JS solution with a window.resize handler instead.

Original comment by [email protected] on 22 Apr 2014 at 8:44

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
I was having this crash in IE8 and I found the reason was in my css inside a 
@media query i had

@-moz-document url-prefix() {
.page_title {

}
}

Removing that removed the crashing problem.

Side note: download link for css3-mediaqueries-js doesn't work

Original comment by [email protected] on 30 May 2014 at 4:17

from css3-mediaqueries-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.