Closed
Bug 155190
Opened 23 years ago
Closed 11 years ago
syntrillium.com - mouseover screenshots only support MSIE
Categories
(Web Compatibility :: Site Reports, defect, P3)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lmorley, Unassigned)
References
()
Details
(Whiteboard: [proprietary-js])
Internet Explorer behavior:
1. when you move mouse over one of the words under "pick a shot", the image
underneath "click image to get the big picture" changes, as does the text under
"what is it?".
2. you can click on any link under "pick a shot" to get a pop-up window that
shows a larger version of the picture you clicked on, or you can click on the
image underneath "click image to get the big picture".
In mozilla, nothing happens (no mouseover, clicking doesn't work). A quick look
at the code revealed this:
if (document.layers) {
// TO DO: implement NS version
} else if (document.all) ...
as mozilla won't support document.layers in any case, I think this comes under
the heading of a evangelism bug. They list the webmaster's email address
<webmaster@syntrillium.com> as a way of commenting on the site.. I have not as
of yet sent the webmaster an email.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Summary: mouseover screenshots not viewable in mozilla: http://www.syntrillium.com/cep/screenshots.html → syntrillium.com - mouseover screenshots not viewable in mozilla
contact address is webmaster@syntrillium.com
Site only supports document.all
if (document.layers) {
// TO DO: implement NS version
} else if (document.all) {
etc.
Priority: -- → P3
Hardware: PC → All
Summary: syntrillium.com - mouseover screenshots not viewable in mozilla → syntrillium.com - mouseover screenshots only support MSIE
Whiteboard: [proprietary-js]
Comment 2•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Syntrillium was bought by Adobe in May 2003, and now the URL <http://www.syntrillium.com/cep/screenshots.html> redirects to <http://www.adobe.com/special/products/audition/syntrillium.html>, so I think this bug can be closed.
Updated•11 years ago
|
Assignee: english-us → nobody
Status: NEW → RESOLVED
Closed: 11 years ago
Component: English US → Desktop
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•