Jump to content

[SOLVED] More problems in Firefox


phpknight

Recommended Posts

I realized that Fire Fox 3 does not seem to do much of what I expect.  For instance, it will just sometimes print lines partially, or with code for adding an item to a cart, it sometimes will have the 'add to cart' button disappear, etc.  However, if I view the source, all the code is there, but items just randomly do not show up on the screen.  If I copy the code and place it in a file by itself, it shows up fine.

 

 

Link to comment
https://forums.phpfreaks.com/topic/122181-solved-more-problems-in-firefox/
Share on other sites

UPDATE: The source is correct, but the generated source in the firefox toolbar is incorrect.  Firefox seems to haphazardly modify the code in a very odd way--sometimes it changes characters to special coded equivalents, and sometimes chunks are just gone.  I'll do some testing and see what response is really going back from php.  In the meantime, if anybody has experienced these issues, please post.

It appears that the response send back from PHP is getting modified in many ways by the time it gets back to javascript.  I've tried htmlentities, and many other things, but it always get changed--even the order of my attributes within HTML tags.  I'll keep plugging along to see what I can find.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.