Closed
Bug 244107
Opened 21 years ago
Closed 20 years ago
embed tag with flash transparency makes html links/scrollbars below flash movie unaccessible
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: wolf, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
http://www.wolffebrothers.com/transparency.html
There is a flash movie published with window mode equal to transparent. The
flash movie is in a div tag with z-index equal to 2. There is html below in an
iframe tag with z-index equal to 1. The movie is the default width and height
for flash 550 by 400. My flash movie only contains a small box in the center of
the movie. The box is clickable. In Internet Explorer the functionality of the
clickable box works great. You click the box and another green/blue box
appears. In Mozilla there are two problems.
1. The box is barely clickable. I don't know how else to put it. As you mouse
over the box in the flash movie you get a flickering between the arrow cursor
and the hand cursor. It should just be a solid hand cursor like when you mouse
over a link on an html page. If you just click and click over the box you might
get it to work, but it doesn't work well.
2. The transparency is rendered fine in both ie and mozilla but the difference
is that mozilla seems to block out the html links/scroll bars etc below any
portion of the flash movie. The movie is 550 by 400 and even though the
transparency is rendered correctly you can click on anything below that 550 by
400 area. In ie the only area you can click through to the html is in the box
area.
Reproducible: Always
Steps to Reproduce:
1.goto www.wolffebrothers.com/transparency.html with mozilla and try to click on
the red box or the links of html that are close to the box. 550 by 400 area
around the box.
2.Do the same with ie
3.
Actual Results:
No clickable in the areas of concern
Expected Results:
look at how IE deals with it.
I have not found a workaround with exhaustive searching
Comment 2•21 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040705
I´m getting an error on the JavaScript-console
Error: document.myFrame has no properties
Source File: -moz-evil:lying-event-listener
Line: 0
that´s caused by:
<body onload="document.myFrame.focus();">
<iframe name="myFrame" src="http://www.boiledpotatoes.org/catalog/"
class="myContent"></iframe>
Reporter | ||
Comment 3•21 years ago
|
||
I changed the javascript. Still a no go.
(In reply to comment #2)
> Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a2) Gecko/20040705
>
> I´m getting an error on the JavaScript-console
>
> Error: document.myFrame has no properties
> Source File: -moz-evil:lying-event-listener
> Line: 0
>
>
> that´s caused by:
> <body onload="document.myFrame.focus();">
> <iframe name="myFrame" src="http://www.boiledpotatoes.org/catalog/"
> class="myContent"></iframe>
>
why not use onload on the iframe?
fwiw the incorrect url should be fixed in a current version of mozilla. sorry
about that.
Comment 5•21 years ago
|
||
This looks a bit similar to bug 247280, where the event position seems to be
'off' by 20px.
Comment 6•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 7•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•