Edit report at https://bugs.php.net/bug.php?id=66371&edit=1

 ID:                 66371
 Updated by:         bj...@php.net
 Reported by:        TygerGilbert at USAWebAdv dot com
 Summary:            JavaScript (I think) causing error on all pages
 Status:             Re-Opened
 Type:               Bug
 Package:            Website problem
 Operating System:   WinXP w/IE-8
 PHP Version:        Irrelevant
 Assigned To:        googleguy
 Block user comment: N
 Private report:     N

 New Comment:

Ok. I looked it up.. IE8 is as old as say FireFox 3.6.28, so the importance of 
supporting it is in the "if it works, it works - if not, doesn't matter" class.
I'm sure someone has a workaround for the @media not working on IE8 issue.

As long as that does not impact anything at all then we can apply that 
workaround I guess.

When you go to php.net for the first time without cache... Is that the same 
error as when you click a link, or hit refresh?

This could be a issue with your localStorage, as we ship a lot lot lot of data 
to your browser for local storage the first time you come to php.net.
Then subsequent pages and refreshes try to short-circuit that request and use 
your browsers localStorage... that seems like a likely candidate for problems 
in very old browsers.


Previous Comments:
------------------------------------------------------------------------
[2014-01-14 22:52:20] cmbecker69 at gmx dot de

I can confirm Tyger's latest report.  I have cleared the browser cache,
disabled caching altogether and get the updated typeahead.min.js, starting
with 
  (function(c){var l="0.9.3";

The IE 8 debugger stops execution sometimes in typeahead.min.js and 
sometimes in jquery.min.js (different positions).

Regarding the layout: it seems to me the issues in IE 8 are caused by
important style rules (float and width of .layout-menu) that are only 
available for @media, which is not recognized by IE 8.  Adding these 
rules to .layout-menu directly (via the developer tools) is putting 
the menu to the left; however, it doesn't look as in "modern" browsers.
I can't do screenshots now, but I'll make good for it as soon as 
possible (if still necessary).

------------------------------------------------------------------------
[2014-01-14 22:11:50] bj...@php.net

Can you screenshot the formatting?
That seems like unrelated issue, but just to confirm it would be nice to see.

As for the javascript fix, it takes time to roll the fix to all mirrors and 
clear various caches and headers.
Although we do attempt to purge your local cache by attaching the last 
modification time of the files, we cache the .php pages also for a long long 
time - which means your browser may not have realized externally referenced 
resources had changed.

------------------------------------------------------------------------
[2014-01-14 18:52:55] TygerGilbert at USAWebAdv dot com

I cleared the cache, closed the browser, reopened the browser and went to the 
PHP.net functions. Still a delay, after which the error dialog box again 
appears. The formatting is still off, too, as the left menu is at the top.

------------------------------------------------------------------------
[2014-01-14 17:36:21] google...@php.net

You likely will need to clear your browser cache for changes to take effect.

------------------------------------------------------------------------
[2014-01-14 16:54:13] TygerGilbert at USAWebAdv dot com

Uh, I'm still getting the error.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=66371


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=66371&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to