Closed Bug 244630 Opened 21 years ago Closed 12 years ago

westminster.org.uk - Failure to display content using javascript : showHideContentImage

Categories

(Tech Evangelism Graveyard :: English Other, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: giles.robertson, Unassigned)

References

()

Details

(Whiteboard: [bug248549notfixed])

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8 When attempting to access content that uses the javascript command onclick="showHideContentImage('NOTICE795');", the text is not recognised as a link, and the content is not displayed. NOTE: In order to view the problem it is necessary to use the parent link/ browse the intranet anonymously. Reproducible: Always Steps to Reproduce: 1. Click on an item in the noticeboard 2. Notice that nothing happens (except for a change in cursor type) 3. (in order to see desired effect, you must repeat in another browser. Actual Results: Content isn't produced that should be under the text clicked on. Expected Results: Displayed content for items in the "notice board" Reported from: PIII 1GHz Win XP SP1a
QA Contact: aebrahim
This doesn't sound like a FH bug at all. Moving over to General.
Assignee: bugs → firefox
Component: File Handling → General
QA Contact: aebrahim
From: http://intranet.westminster.org.uk/includes/javascript/main.js var oContent = document.all.item(id+"Content"); if (!oContent) return; -> Tech Evang.
Assignee: firefox → english-other
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: english-other
Summary: Failure to display content using javascript : showHideContentImage → westminster.org.uk - Failure to display content using javascript : showHideContentImage
Changing the relevant lines in main.js, from this: var oContent = document.all.item(id+"Content"); To this, will make the page work cross-platform: var oContent = document.getElementById(id+"Content"); Reporter, perhaps you could contact the webmaster and point them to this bug report.
Whiteboard: [bug248549notfixed]
This site doesn't appear to be public. Closing as invalid.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.