Opened 14 years ago
Closed 13 years ago
#4589 closed bug (invalid)
show()/hide() interact in a bizarre way when embeds and objects are nearby
Reported by: | mesoconcepts | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
To reproduce:
Take a video, e.g.:
http://www.thedailyshow.com/video/index.jhtml?videoId=221517&title=jim-cramer-unedited-interview
Insert it into your page as an embed (the video contains the needed HTML).
Immediately above it, add something such as:
<div class="showme"> <div class="absarea">foo</div> </div>
where:
- showme will show/hide the absarea when hovered
- absarea is absolutely positioned and large enough to intersect with the video
observed behavior:
absarea goes underneath the video when your mouse is in located where the two intersect
expected behavior:
absearea remains over the video at all times
possible workaround:
to hide the video if they intersect.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Also, for a live example, see:
http://www.semiologic.com/2009/03/13/stewart-obliterates-cramer-uncensored-version/
Towards the bottom of the page, hover the area that goes:
Buzz Up, Digg, etc.
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Test case has gone missing.
oh, adding to this, it was observed in FF and in Camino.