Closed
Bug 265945
Opened 20 years ago
Closed 14 years ago
missioncentre.nl - onMouseover does not work; in ie it displays the names of the areas / countries, in Firefox it does not display.
Categories
(Tech Evangelism Graveyard :: Dutch, defect, P4)
Tech Evangelism Graveyard
Dutch
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rvdveer, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 onMouseover does not work; in ie it displays the names of the areas / countries, in Firefox it does not display. Because I have recommended to start using Linux and Firefox, this nees to work. Reproducible: Always Steps to Reproduce: 1. Just compare the website between IE and Firefox. 2. 3. Actual Results: No country area names are diplayed after the mouse cursor moves over the selected area's and countries. Expected Results: Names shouls be displayed. No additional information, problem is generic to IE and Firefox.
Replacing the URL with the URL of the offending frame: http://www.missioncentre.nl/wereld.asp Javascript Console shows: Error: Expected ',' or '{' but found '-->'. Ruleset ignored due to bad selector. Source File: http://www.missioncentre.nl/missioncentre.css Line: 1 The aforementioned css file reads: <!-- Alles voor boxjes aan de rechterkant van de pagina --> I guess using HTML style commenting in CSS files isn't a good idea. That would make it Tech Evang. Bug is filed in US, moving to Dutch and reassigning and changing QA contact. I'll contact the web master tomorrow.
Assignee: english-us → dutch
Component: English US → Dutch
QA Contact: english-us → dutch
Comment 2•20 years ago
|
||
That's not the problem that's occuring here (although it is a problem). The
problem here is that in the javascript that does this, they use window.info
where (I think) they should be using document.getElementById("info"). Changing
that mostly fixes it (the little box shows up in the corner instead of where
they want it to, and the JS console complains about event not being defined, but
I'm not good enough with javascript to fix that.
Updating the summary to tech. evang. guidelines, confirming.Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: onMouseover does not work; in ie it displays the names of the areas / countries, in Firefox it does not display. → missioncentre.nl - onMouseover does not work; in ie it displays the names of the areas / countries, in Firefox it does not display.
FYI: Got mail from missioncentre.nl Message was received and forwarded to the appropriate people.
SEV = normal, p=p4 [the site is still usable if i'm not mistaken] problem is still there.
Severity: major → normal
Priority: -- → P4
Comment 6•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
•