Closed Bug 75192 Opened 24 years ago Closed 20 years ago

guerlain.fr - Website doesn't show well / work with Mozilla/N6

Categories

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

x86
Windows 2000
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: seak.teng-fong, Unassigned)

References

()

Details

(Keywords: helpwanted, Whiteboard: [havefix][havecontact])

Attachments

(1 file, 2 obsolete files)

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8.1) Gecko/20010323 BuildID: 2001032319 The website isn't shown correctly. For ex, after the floating flower is about to stop to the final position, the logo of Guerlain should be shown but it isn't in Mozilla/N6. Reproducible: Always Steps to Reproduce: 1.Open the URL 2.Wait for the animation to stop 3.Click on "Skip animation" button Actual Results: For 3, no Guerlain logo is drawn. For 4, another flower is drawn. Expected Results: For 3, Guerlain logo should be drawn when the floating is about to stop to the final position. The logo also has two menu items to click on. One for French, another for English. For 4, the final steps should be repeated. Before the display of the page, normally there should be the "En cours de chargement", meaning "Loading", but it isn't there in Mozilla/N6.
site uses some complex dhtml, however they do use w3c dom stuff..hmm
updating component.
Assignee: asa → karnaze
Component: Browser-General → Layout
QA Contact: doronr → petersen
Confirming issue in the April 10th build (2001041004).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Help would be very much appreciated to obtain a smaller testcase. Thanks.
Assignee: karnaze → jst
Component: Layout → DOM HTML
Keywords: helpwanted
QA Contact: petersen → desale
Here's another example of DHTML only works with Netscape 4.x. Press "Simulate!" http://rive.boxybutgood.com/WindowMaker/
The function 'showlayer' only works with ns4.x/ie, it needs modifying to work with mozilla/ns6+. Over to evang...
Assignee: jst → evangelism
Component: DOM HTML → Evangelism
QA Contact: desale → zach
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Priority: -- → P4
Assigning to Euro Evangelist
Assignee: bclary → nitot
Priority: P4 → P2
Summary: Website doesn't show well / work with Mozilla/N6 → Website doesn't show well / work with Mozilla/N6 [layer]
Component: Evangelism → European
Product: Browser → Tech Evangelism
Version: other → unspecified
Moving to new component "West Europe". European component is being removed. See bug 95808 for details.
Component: European → West Europe
QA Contact: zach → caillon
Summary: Website doesn't show well / work with Mozilla/N6 [layer] → guerlain.fr - Website doesn't show well / work with Mozilla/N6
Whiteboard: [LAYER]
I tried to contact the webmaster. siège social: 01 41 27 31 00 that carry the call. He wasn't there and I did not left a message. I think it would be a better idea that s.o. in the tech evangelism team took care of him directly.
I have written a fix for their javascript code to make the intro work with gecko. now the animation will show all 'layers' its supposed to show, and the skip animation button will work. fix is in 3 parts : 1- modification of http://www.guerlain.fr/showlayer.js 2- modification of http://www.guerlain.fr/base.js 3- modification of http://www.guerlain.fr/prehome.html I will include a fixed version of the 2 scripts. the following instructions should be applied to prehome.html : around line ~15, they need to modify their M_showHideLayers function like this : function MM_showHideLayers() { var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; } obj.visibility=v; } } around line ~260, they need to modify their hideIt() function like this : n=document.layers ie=document.all dom=document.getElementById; //Hides the layer onload function hideIt() { if(n) document.divLoadCont.visibility="hidden" else if (ie) divLoadCont.style.visibility="hidden" else if (dom) document.getElementById('divLoadCont').style.visibility="hidden"; } and, a few lines further, they need to modify the function that is writing the div like this : if(ie || n || dom) document.write('<div id="divLoadCont"> ...........
Whiteboard: [LAYER] → [LAYER][havefix]
Attached file base.js replacement (obsolete) (deleted) —
Attached file showlayer.js replacement (obsolete) (deleted) —
Whiteboard: [LAYER][havefix] → [LAYER][havefix][havecontact]
anyone have an email contact ?
if you find a contact, please use it and contact them with the fix (mentionning ns7, moz 1.0.1 and the new macosx aol client... they all use gecko...) ?
mass moving old french europe west bugs to the new french component...
Assignee: nitot → french
Component: Europe: West → French
QA Contact: z-caillon-obsolete2 → french
Isabelle Rousseau Customer Relationship Department irousseau@guerlain.fr Sent her an email.
They have changed the site a bit, fixing some issues, leaving some others. Will attach new fixes.
Attached file base.js replacement (deleted) —
replacement for http://www.guerlain.fr/css/base.js. 1 line change, to update MM_findObj in order to make it work with the DOM.
Attachment #89534 - Attachment is obsolete: true
Attachment #89535 - Attachment is obsolete: true
Whiteboard: [LAYER][havefix][havecontact] → [havefix][havecontact]
Wow, bug open in 2001, I almost forgot this bug...... There new web site is much better than before, at least we can *enter* it. Somewhere inside it, like this page: http://www.guerlain.fr/frasp/soins/beautyCare_view.asp?idCategorie=30&idProduit=333 or this http://www.guerlain.fr/frasp/espace/diag_faq.html the triangles next to the text are supposed to scroll text. But they don't work here. What a pity! Off-topic: the site has a quite nice popup but is of course blocked. If a user doesn't pay attention or unaware of popup blocking function in Mozilla, he would never have known of it so as to setup popup manager. So, either we let go all popups or let none, right? Before, there was the signed-script but it seems this is abandoned, right? Is this replaced by certificate or something like that nowadays?
page is now entirely flash-based, works for me
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
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: