Closed Bug 92232 Opened 23 years ago Closed 20 years ago

passionata.com - All anchors on home page inactive

Categories

(Tech Evangelism Graveyard :: French, defect, P3)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: glazou, Unassigned)

References

()

Details

(Whiteboard: [LAYER][PROPRIETARY-DOM][havefix][havecontact])

Attachments

(1 obsolete file)

Due to bug 63502, anchors in home page of http://www.passionata.com/  
cannot be followed. Even if bug 63502 is not resolved yet and is indeed
the real origin of the problem, the problem on that web site will
disappear if on all their documents, they change

 <meta http-equiv="Content-Style-Type" content="text/css; charset=iso-8859-1">

to

  <meta http-equiv="Content-Style-Type" content="text/css">

Tristan : we cannot miss that web site, can we ?-) Go and tell'em !
Depends on: 63502
Summary: All anchors on www.passionata.com home page → All anchors on www.passionata.com home page inactive
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
oooooh.  cool page ;)

Anyway, document.all and document.layers are in one of the frames. 
http://www.passionata.com/home.cfm?BACK=1

ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;

if (ie4) {thislayer=eval('document.all.'+string+'.style')}
	if (ns4)
	 {

		thislayer=eval('document.'+string)
		  if (j == 1)
		  {
			document.elegance.visibility="hide";
			document.eleg.visibility="hide";

			if(imgname!=null)
			{
				imgshow = eval('document.'+imgname);
				imgshow.visibility ="show";
				imgroll =imgname;

			}
		}
	}

Component: European → West Europe
QA Contact: zach → caillon
Summary: All anchors on www.passionata.com home page inactive → passionata.com - All anchors on home page inactive
Whiteboard: [LAYER][PROPRIETARY-DOM]
Everything works fine, all the links. I do not add any priority.
NS 6.2 200109290.
Alexandra : glad to see you here ;-) What's you extension at LeFrance ? Your phone
            number is not in the phonebook...

confirming a WFM with Mozilla 20011003 build. Marking resolved/fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Well the links now work, but the page still has layers all over which causes
general suckage.  :(

The contact page looks horrible and some of the links at the bottom can't be
seen.  In addition if you click on where the links should be at the bottom,
sometimes you get a second page underneath the one you are currently viewing but
you aren't able to scroll.  Seen on linux 2001100321.

Re-opening to evangelise the rest of the site
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Downgrading to P3, accepting bug.
Status: REOPENED → ASSIGNED
Priority: -- → P3
Tristan, this bug deserves a P1 priority ! ;-)

Site is part of Chantelle :

Groupe Chantelle
8/10 rue de Provigny
BP 137
94234 CACHAN
Tél : + 33 1 41 24 10 00
Fax : + 33 1 45 46 44 81
webmaster@chantelle.fr

There is also an online form :
http://www.passionata.com/contacteznous.cfm

Mat, 
bad sniffing (they give us layers)
bad/old js code, some parts are Dreamweaver generated. working on it.
have a fix.
first they should use my updated version of their scripts (will attach it later)
and then they should modify every instance of if (ie4) in the html code (where
they document.write the layer/div code according to the browser like this :
if (ns4) // layer stuff
if (!ns4) // ie4, gecko, etc ...

that's all :)




(url : http://www.passionata.com/home.cfm?LNG=FR&VERID=5)

Whiteboard: [LAYER][PROPRIETARY-DOM] → [LAYER][PROPRIETARY-DOM][havefix]
Attached file fix (obsolete) —
Whiteboard: [LAYER][PROPRIETARY-DOM][havefix] → [LAYER][PROPRIETARY-DOM][havefix][havecontact]
New Component
Component: Europe: West → French
I don't see the problem. Is it a new site?
there are still problems with the DHTML menus.
-> french default owner
Assignee: nitot → french
Status: ASSIGNED → NEW
QA Contact: z-caillon-obsolete2 → french
anyone see any issue still ? site wfm using FF 20040604 Win2k & Linux.
Attachment #91939 - Attachment is obsolete: true
wfm for me too, mozilla 1.6 linux.
Site was redesigned (all previous URLs ending in .cfm are 404) probably
switching from ColdFusion to PHP.
As bug is not in Assigned state, I take the liberty to mark it Fixed. Please
reopen if I'm wrong or if anyone see any issue on this site.
Status: NEW → RESOLVED
Closed: 23 years ago20 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: