Closed
Bug 150607
Opened 22 years ago
Closed 14 years ago
hotpoint.co.uk - doesn't correctly sniff browser/features
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: iannbugzilla, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
Using BuildID 2002060208 on WinXP and Win2KSP2
Go to above URL
Site tells you it only supports IE4+ and Netscape 4+ (if you look at the coding
it only supports windows!)
Changing to right component
Assignee: momoi → nitot
Component: English: Non-US → Europe: West
QA Contact: jeesun → brantgurganus2001
Comment 3•22 years ago
|
||
on the main page, they are using some easy-to-fix-yet-not-so-small javascript
api to move/hide/show content. working on a fix.
I've rung their information line (as their email us page required me to put in
details, like house address, and there didn't seem to be a website specific
category). They've said that they will ring me back today.
I've had the following email back:
The Hotpoint website was designed for Internet Explorer 4 and above and
Netscape 4 and above. However, we didn't know at the time that Netscape
would re-write their browser for Netscape 6. As the site looses
functionality when viewed through Netscape 6 we try to block it.
There are plans to relaunch the Hotpoint website in the near future and this
would be an ideal opportunity to incorporate Netscape 6.
I hope this answers your question.
Regards
Nancy Lloyd
Brand Marketing Assistant
General Domestic Appliances Ltd
Morley Way
Peterborough
PE2 9JB
UK
Tel +44 (0)1733 556864
Fax +44 (0)1733 556074
nancy.lloyd@gda.ge.com
Whiteboard: [DENY]
This problem also affects http://www.creda.co.uk/ , http://www.cannongas.co.uk/
and http://www.theservicecentre.co.uk/ websites which are all part of the same
group of companies. If you skip the first page by going to
http://www.hotpoint.co.uk/cgi-bin/db2www/Hotpoint/home.d2w/report the page does
not display correctly because there various javascript entries that look like
they need tweaking because they only give choices for document.layers and
document.all but not document.getElementById.
One such entry is:
function showLayer(l)
{
if (document.layers)
{
eval("document."+l+".visibility='visible';");
}
else
{
eval("document.all."+l+".style.visibility='visible';");
}
}
I've used their online contact us form to send the standard letter and pointed
them to example 2 on
http://devedge.netscape.com/viewsource/2002/browser-detection/#examples as a
possible suggestion.
Comment 7•21 years ago
|
||
tech evang june 2003 reorg
Assignee: nitot → english-other
Component: Europe: West → English Other
QA Contact: brantgurganus2001 → english-other
Comment 8•20 years ago
|
||
site works ok now except for onmouseover events on center images which do not
render as intended
Severity: normal → minor
Whiteboard: [DENY] → [bug248549notfixed]
Comment 9•17 years ago
|
||
Everything looks pretty normal on this site now, in both Firefox 2 and Camino-trunk. Fixed?
Comment 10•17 years ago
|
||
Fixed. Looks good in 1.5.0.12.
Reporter | ||
Comment 11•17 years ago
|
||
Yes, it works alot better but mousing over does generate errors in the console such as:
Warning: Element referenced by ID/NAME in the global scope. Use W3C standard document.getElementById() instead.
Source File: http://www.hotpoint.co.uk/macro/home.d2w/report
Line: 364
So still not doing things properly.
Comment 12•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Reporter | ||
Comment 13•14 years ago
|
||
Site has been redesigned again and does work completely properly now -> WFM
Resolution: INCOMPLETE → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•