Closed Bug 113047 Opened 23 years ago Closed 21 years ago

best-western.de - nn4 dom detection cause unnecessary reloads in moz

Categories

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

x86
Windows 98

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Mailslists, Unassigned)

References

()

Details

(Whiteboard: [TOOL][DREAMWEAVER][havefix][havecontact])

Attachments

(1 file)

when opening this URL the browser never completes the download of this page but it permanent reloads an redisplays parts of the page contents.
WORKSFORME under linux build 2001113021. Reopen if can reproduce on latest nightly build.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
seeing it in build 2001113003 win32 caused by: <quote> function init() { browserName = navigator.appName; if((browserName=="Netscape") && (!dl)) document.location.reload(); go = true; } </quote> and this was found somewhere else... <quote> var dl = document.layers; </quote> this needs fixing too. <quote> function _onresize() { if (navigator.appName == "Netscape") { if (window.innerHeight != h || window.innerWidth != w) { w = window.innerWidth; h = window.innerHeight; if (top.bw_stage.bw_main.bw_content) top.bw_stage.bw_main.bw_content.location.reload(); } } } </quote>
Status: RESOLVED → UNCONFIRMED
Component: Browser-General → Europe: West
Product: Browser → Tech Evangelism
Resolution: WORKSFORME → ---
Version: other → unspecified
oops forgot to reassign
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: doronr → caillon
Summary: permanent page dowload → best-western.de nn4 dom detection cause unnecessary reloads in moz
This site is using Apple's WebObjects software: http://www.apple.com/webobjects/ They are also using DW 3.0 MM_findObj. If we run into more WebObjects, we may want to set up a tracking bug for them.
Blocks: 51020
Whiteboard: {TOOL][DREAMWEAVER]
Setting P3. Contact: info@bestwestern.de
Priority: -- → P3
is the resize the only issue ? cause it is quite easy to fix, just replace if((browserName=="Netscape") with if (document.layers) ...
Whiteboard: {TOOL][DREAMWEAVER] → [TOOL][DREAMWEAVER]
they need to fix their sniffing and also their scripts : http://www.best-western.de/scripts.js . working on it.
Whiteboard: [TOOL][DREAMWEAVER] → [TOOL][DREAMWEAVER][havefix]
Attached file fixed version of scripts.js (deleted) —
linking to this new version fixes some problems with the site.
Whiteboard: [TOOL][DREAMWEAVER][havefix] → [TOOL][DREAMWEAVER][havefix][havecontact]
Summary: best-western.de nn4 dom detection cause unnecessary reloads in moz → best-western.de - nn4 dom detection cause unnecessary reloads in moz
move...
Assignee: nitot → german
Component: Europe: West → German
QA Contact: z-caillon-obsolete2 → german
now we only need somebody to tell them ;)
WFM I couldn't find any problem. Redesigned? ->marking FIXED
Status: NEW → RESOLVED
Closed: 23 years ago21 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: