Closed
Bug 268411
Opened 20 years ago
Closed 20 years ago
mamiya.com - render normaly on Mozilla 1.6 doesn't render on 1.7
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 220579
People
(Reporter: denisbergeron, Unassigned)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 Hello, I have on a Home XP computer Mozilla 1.6 whom render http://www.mamiya.com with a rigth menu. On my Work Xp computer, I have Mozilla 1.7 whom doesn't render the menu Reproducible: Always Steps to Reproduce: 1. go to http://www.mamiya.com 2. if you have Mozilla 1.7 you don't see the menu 3. if you have Mozilla 1.6 you see it Actual Results: With Mozilla 1.7 I don't see the menu Expected Results: With Mozilla 1.6 I see the menu
Updated•20 years ago
|
Comment 1•20 years ago
|
||
Are you the proprietor of the website?
The problem seems to be with some javascript references to document.divMenuX,
where X is a number string. This should be something like
document.getElementById("divMenu" + X).
Comment 2•20 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113 wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041109 don´t see differences, is the missing menu the 4 buttons to the right, menbers gallery news home ?
| Reporter | ||
Comment 3•20 years ago
|
||
Answer to : "don´t see differences, is the missing menu the 4 buttons to the right, menbers gallery news home ?" Is at the left, the menu contain : PRODUCTS RZ67 Pro IID MAMIYA ZD MAMIYA ZD BACK RZ67 Pro II RB67 PRO SD 645 AFD 645E 645 PRO TL Mamiya 7 II Accessories Magnifiers Digital Backs Books, Videos & DVDs Boutique Medium Format Projectors 35mm Cameras PURCHASING INFO Where to Buy Lease/Purchase New Promotions Special Offers CUSTOMER SERVICE Contact Mamiya Site Feedback Service & Repair Instruction Manuals Info Request FAQ Owner Mailing List UPS Tracking PHOTOGRAPHY Master's Showcase Why Medium Format? NEWS & EVENTS Press Releases Reports & Articles Events ABOUT US About Mamiya Gray Market & Trade Mark Warning Warranty USER FORUM SITE MAP MEMBERS
Comment 4•20 years ago
|
||
maybe a Tech Evangelism bug. Do you use a UserAgent Switcher? Check your User Agent setting at this website: http://gemal.dk/browserspy/basic.html my User Agent, as seen there, and in Help->About Mozilla: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041111 Using Opera, I saw the menus when Opera was masked as IE. Setting the User Agent to Opera or Mozilla didn´t show the menus. I saved the pages to compare. The page saved with IE setting did show the menu when other settings were used. CSS seems to be the same for all versions, but the JS in the HTML differs. Example: <!--123Mozilla/5.0 (Windows 98; U) Opera 7.54 [en]--><html> function DisplayItemMenu(aMenu) { var params= aMenu.ImgN+','+aMenu.ImgNameN +','+aMenu.TopMenu.MenuDiv; <!--123Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Opera 7.54 [en]--><html> function DisplayItemMenu(aMenu) { var params= aMenu.ImgN+','+aMenu.ImgNameN;
Comment 5•20 years ago
|
||
Bug 130996 mamiya.com - Menu on the left comes up incorrectly Bug 220579 mamiya.com - page does not load most of the page *** This bug has been marked as a duplicate of 220579 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: A page render normaly on Mozilla 1.6 doesn't render on 1.7 → mamiya.com - render normaly on Mozilla 1.6 doesn't render on 1.7
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•