List of URLs that do not work with Mozilla

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Miklp
Posts: 58
Joined: July 3rd, 2003, 2:51 am
Location: Paris, France
Contact:

List of URLs that do not work with Mozilla

Post by Miklp »

Here is a list of web sites displayed incorrectly with Mozilla :

Websites not displayed at all:
- www.spain.info : not displayed at all. Contacted web site 2 weeks ago, I didn't have a reply... This is now reported at Bug 219862
- www.forfaits.bouyguestelecom.fr : contacted, I got a reply saying that it is too expensive to make a web site complient with other browsers than IE because 97% of their users use IE. I replied that there is just a problem at lines 43/46 of the HTML code with CDATA. I said that if you close the CDATA tag correctly, the website will work correctly, even menus. I got no reply... This is now reported at Bug 219866
- www.ooshop.fr : when clicking on "Entrer dans le magasin", nothing happens. I contacted the webmaster who said that I had to use either Netscape or IE.

Display problems:
- www.jasc.com : menus don't work. Contacted support center (september 2003), I don't know if they will take my suggestions into account.
- www.uvsq.fr : some text problems on some web pages. I contacted the webmaster (in August 2003) saying that there is a problem in uvsq.css at line 10, Col 104 : height: 14px should be removed. The webmaster said it would take that into account, but didn't do anything since then...
- www.cap21.net : upper frame not totally displayed (and then : no access to menus...) and moving the mouse over "up.gif" and "down.gif" (see "Revue de presse") doesn't do anything (there should be a scrolling) . Contacted webmaster, I didn't have any reply. This is now reported at Bug 219868
- www.ouirock.com : click on "Concours" in the top menu : display problems. I wrote to the webmaster 2 months ago, I never got a reply. EDIT : in the new version of the website, this now FIXED.
- www.jeulin.fr : Menus at the top of the page don't work. Contacted webmaster, he replied that there will be a new version of the website working with all browsers.
Last edited by Miklp on October 24th, 2003, 2:51 am, edited 8 times in total.
Miklp
Posts: 58
Joined: July 3rd, 2003, 2:51 am
Location: Paris, France
Contact:

Post by Miklp »

Edited first message : I forgot www.cap21.net ...
User avatar
jrobbio
Posts: 713
Joined: June 28th, 2003, 12:40 pm
Location: Loughborough, England
Contact:

Re: List of URLs that do not work with Mozilla

Post by jrobbio »

Miklp wrote:- www.ooshop.fr : when clicking on "Entrer dans le magasin", nothing happens. I contacted the webmaster who said that I had to use either Netscape or IE.

Did you mention that Netscape and Firebird use the same engine and any javascript that doesn't work in Firebird isn't likely to work in Netscape?
- www.jasc.com : menus don't work. I didn't contact any webmaster for the moment

This is the most important one of the lot since its a very high profile company and would be a good one to have on the evangelism trophy list. An e-mail to webmaster@jasc.com will certainly find the right person.

p.s. I would advise you to use the forum BBCode next time because may people have html disabled in posts.
Official Win32 BitTorrent 0.7: here
BT Tracker
- Get the latest Fire/Thunderbird builds
hartlandcat
Posts: 1790
Joined: January 30th, 2003, 1:48 pm

Post by hartlandcat »

What about sites that block Mozilla (and most other non-IE browsers). The worst example of this is www.proffs.nu
Mac OS X Panther :: iBook G4
corwin
Posts: 65
Joined: December 26th, 2002, 8:15 am
Location: France
Contact:

Re: List of URLs that do not work with Mozilla

Post by corwin »

jrobbio wrote:
Miklp wrote:- www.jasc.com : menus don't work. I didn't contact any webmaster for the moment

This is the most important one of the lot since its a very high profile company and would be a good one to have on the evangelism trophy list. An e-mail to webmaster@jasc.com will certainly find the right person.


Actually, ooshop is a much much higher profile company than JASC, they probably reach JASC's annual turnover in a couple of hours of activity:-)
corwin
Posts: 65
Joined: December 26th, 2002, 8:15 am
Location: France
Contact:

Re: List of URLs that do not work with Mozilla

Post by corwin »

Miklp wrote:Here is a list of web sites displayed incorrectly with Mozilla :

<b>Websites not displayed at all</b>:
- <b><a href="http://www.spain.info">www.spain.info</a></b> : not displayed at all. Contacted web site 2 weeks ago, I didn't have a reply...


It is a redirection problem in their script, they try to detect the default language and direct the visitor to a localized page, AFAIK, Mozilla and IE use a slightly different syntax (navigator.language/navigator.userLanguage) which is probably the problem, they should test both. When the test is done you are redirected to a page which works with mozilla like http://www.spain.info/Portal/EN/Default.htm (but which has problems in Opera BTW).

- <b><a href="http://www.forfaits.bouyguestelecom.fr">www.forfaits.bouyguestelecom.fr</a></b> : contacted, I got a reply saying that it is too expensive to make a web site complient with other browsers than IE because 97% of their users use IE. I replied that there is just a problem at lines 43/46 of the HTML code with CDATA. I said that if you close the CDATA tag correctly, the website will work correctly, even menus. I got no reply...


All Bouygues website are crappy and made by unskilled webmasters, please file a bug report in Bugzilla.

- <b><a href="http://www.ooshop.fr">www.ooshop.fr</a></b> : when clicking on "Entrer dans le magasin", nothing happens. I contacted the webmaster who said that I had to use either Netscape or IE.


Known problem :
<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=185161">http://bugzilla.mozilla.org/show_bug.cgi?id=185161</a>

<b>Display problems</b>:
- <b><a href="http://www.jasc.com">www.jasc.com</a></b> : menus don't work. I didn't contact any webmaster for the moment


Contact them, these idiots are testing NS4/IE proprietary DOM (document.layer/document.all) instead of document.getElementById (official DOM understood by all modern browsers).

Also file a bug report.

- <b><a href="http://www.uvsq.fr">www.uvsq.fr</a></b> : some text problems on many web pages. For example click on "Séminaire LMD des universités d'Ile-de-France" and see... I contacted the webmaster saying that there is a problem in <a href="http://www.uvsq.fr/Templates/uvsq.css">uvsq.css</a> at line 10, Col 104 : height: 14px should be removed. The webmaster said it would take that into account, but didn't do anything since then...


This is indeed the problem, IE is buggy and interpret height as min-height. Actually, they don't even need it there, it is useless.

- <b><a href="http://www.cap21.net">www.cap21.net</a></b> : upper frame not totally displayed (and then : no access to menus...) and moving the mouse over "up.gif" and "down.gif" (see "Revue de presse") doesn't do anything (there should be a scrolling) . Contacted webmaster, I didn't have any reply.


Can't reach this one, time out.

You could also talk about these problems in the French Tech Evangelism forum :

<a href="http://geckozone.tuxfamily.org/geckoforum/">-> Forum Rapporter un site non conforme</a>
Autark
Posts: 112
Joined: November 8th, 2002, 12:39 am
Contact:

Post by Autark »

hartlandcat wrote:What about sites that block Mozilla (and most other non-IE browsers). The worst example of this is www.proffs.nu

It is certainly one of the most stupid examples, but the site is very insignificant.

Since www.proffs.nu is a Swedish site, I can give you a couple of other Swedish examples, which I think are worse:
* The Swedish Stock Exchange
* H&M
hartlandcat
Posts: 1790
Joined: January 30th, 2003, 1:48 pm

Post by hartlandcat »

That H&M site... what is about IE 4.0? Do webmasters really think that their site will look better in IE4 than Netscape 7/Mozilla?
Mac OS X Panther :: iBook G4
User avatar
jrobbio
Posts: 713
Joined: June 28th, 2003, 12:40 pm
Location: Loughborough, England
Contact:

Re: List of URLs that do not work with Mozilla

Post by jrobbio »

corwin wrote:
jrobbio wrote:
Miklp wrote:- www.jasc.com : menus don't work. I didn't contact any webmaster for the moment

This is the most important one of the lot since its a very high profile company and would be a good one to have on the evangelism trophy list. An e-mail to webmaster@jasc.com will certainly find the right person.


Actually, ooshop is a much much higher profile company than JASC, they probably reach JASC's annual turnover in a couple of hours of activity:-)


Sorry I wasn't talking about earnings here, I was talking about Internet presence and number of visitors.

Rob
Official Win32 BitTorrent 0.7: here
BT Tracker
- Get the latest Fire/Thunderbird builds
Autark
Posts: 112
Joined: November 8th, 2002, 12:39 am
Contact:

Re: List of URLs that do not work with Mozilla

Post by Autark »

Miklp wrote:- <b><a href="http://www.spain.info">www.spain.info</a></b> : not displayed at all.

It seems that it's the language selection that is faulty - I see that http://www.spain.info/Portal/ES/Default.htm works quite well, even the dynamic menu. It shouldn't take more than a couple of minutes to fix.

Edit: Sorry, this post is redundant. I should have read other posts more carefully.
Last edited by Autark on September 11th, 2003, 1:17 pm, edited 1 time in total.
Miklp
Posts: 58
Joined: July 3rd, 2003, 2:51 am
Location: Paris, France
Contact:

Re: List of URLs that do not work with Mozilla

Post by Miklp »

jrobbio wrote:Did you mention that Netscape and Firebird use the same engine and any javascript that doesn't work in Firebird isn't likely to work in Netscape?

Yes I mentioned it in the second message I sent them.

jrobbio wrote:This is the most important one of the lot since its a very high profile company and would be a good one to have on the evangelism trophy list. An e-mail to webmaster@jasc.com will certainly find the right person.

Yes, I'm going to try this e-mail address. But I can't give a lot of information to Jasc on the reasons of the fact that menus don't work. Only if you have time, could you contact them corwin ?

jrobbio wrote:p.s. I would advise you to use the forum BBCode next time because may people have html disabled in posts.

Ok, thanks, I'll try to know what is BBCode (I don't know for the moment).

corwin wrote:It is a redirection problem in their script, they try to detect the default language and direct the visitor to a localized page, AFAIK, Mozilla and IE use a slightly different syntax (navigator.language/navigator.userLanguage) which is probably the problem, they should test both. When the test is done you are redirected to a page which works with mozilla like http://www.spain.info/Portal/EN/Default.htm (but which has problems in Opera BTW)

Thanks, you're probably right. But I can't warn them because a message is limited to 250 chars on their website !! I noticed that http://www.spain.info/Portal/EN/Default.htm works.
For ooshop, the bug reported (185161) is not exactly the same.
For www.uvsq.fr, I'll write again an e-mail to them saying that "height" is useless there.

Thanks all, I'll report some bugs.
User avatar
y3k
Posts: 2279
Joined: March 7th, 2003, 2:33 pm
Location: London

Post by y3k »

BBcode consists of simple commands like [url]link[/url] and [img]linktoimage[/img]
for a detailed list check the faq http://forums.mozillazine.org/faq.php?mode=bbcode
[ ♦ Win7 Firefox 19 ♦ PowerUser ♦ ]
User avatar
pinku
Posts: 209
Joined: December 27th, 2002, 6:22 pm

Post by pinku »

I dont if this has been posted earlier or not..

But it seems in reuters.com video is not supported in FB i havent checked with Mozilla though...

It supports WMP and Real Player and Netscape 4.0 or higher but not FB..

I think here something can be done as FB works with Real player....
Path to Sucess is plain and simple, Err,err and err again, Less, less and less each time
dtobias
Posts: 2098
Joined: November 9th, 2002, 3:35 pm
Location: Boca Raton, FL
Contact:

Re: List of URLs that do not work with Mozilla

Post by dtobias »

corwin wrote:
Miklp wrote:Here is a list of web sites displayed incorrectly with Mozilla :

<b>Websites not displayed at all</b>:
- <b><a href="http://www.spain.info">www.spain.info</a></b> : not displayed at all. Contacted web site 2 weeks ago, I didn't have a reply...


It is a redirection problem in their script, they try to detect the default language and direct the visitor to a localized page, AFAIK, Mozilla and IE use a slightly different syntax (navigator.language/navigator.userLanguage) which is probably the problem, they should test both. When the test is done you are redirected to a page which works with mozilla like http://www.spain.info/Portal/EN/Default.htm (but which has problems in Opera BTW).


There's actually no need for a webmaster to use any clunky and problem-prone scripting to detect language settings and serve different pages accordingly; the HTTP protocol has this ability built in already, and it's supported natively at least by the Apache server (I'm not sure about other server software). Some info on how to set it up is in my site:

<A HREF="http://webtips.dan.info/language.html">http://webtips.dan.info/language.html</A>
Dan's Web Tips: http://webtips.dan.info/
Dan's Domain Site: http://domains.dan.info/
Dan's Mail Format Site: http://mailformat.dan.info/
toptosher
Posts: 5
Joined: September 15th, 2003, 9:23 am
Location: ..
Contact:

Post by toptosher »

msn gaming zone doesnt work..the main page loads but try and get into rooms and you get this page:



Browser not fully supported
If you are seeing this page, we have detected that the browser you are using is unable to render Zone.com correctly. To play on Zone.com you need a computer running Windows95 or greater and we recommend either Microsoft Internet Explorer 4.0 or greater, or Netscape 6.2.3. The Zone is best viewed with Internet Explorer. To get the latest version, please select the free download link below.

Get Microsoft Internet Explorer
Post Reply