Closed
Bug 273352
Opened 20 years ago
Closed 14 years ago
robben-wientjes.de - supports only document.all and document.layers
Categories
(Tech Evangelism Graveyard :: German, defect)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mozilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040803 Mnenhy/0.6.0.104 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040803 Mnenhy/0.6.0.104 The calendar date selection tool does not work. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Site uses wrong JS code. It uses document.layer. Mozilla/Firefox/Netscape6-7 are not detected. Error: obj has no properties Source File: http://www.robben-wientjes.de/seiten/pupdate2.js Line: 172 ... var ppcIE=(navigator.appName == "Microsoft Internet Explorer"); var ppcNN=((navigator.appName == "Netscape")&&(document.layers)); ... var obj = null; if (ppcIE) {obj = document.ppcMonthList.sItem;} else if (ppcNN) {obj = document.layers['PopUpCalendar'].document.layers['monthSelector'].document.ppcMonthList.sItem;} else {/* NOP */} ... Please inform the webmaster.
Assignee: general → german
Severity: minor → normal
Status: UNCONFIRMED → NEW
Component: General → German
Ever confirmed: true
OS: Linux → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → german
Hardware: PC → All
Summary: The current browser is either too old or too modern (usind DOM document structure) → robben-wientjes.de supports only document.all and document.layers
Updated•20 years ago
|
Summary: robben-wientjes.de supports only document.all and document.layers → robben-wientjes.de - supports only document.all and document.layers
Comment 3•16 years ago
|
||
> Die Onlinereservierungsseiten sind für die Benutzung mit dem Internet >Explorer otimiert worden. Es kann zu Störungen kommen, wenn Sie mit Mozilla >FirerFox 2.0 oder ähnlichen Browsern arbeiten.
Comment 4•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
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
•