Skip to main content

Bug Tracker

Side navigation

#4589 closed bug (invalid)

Opened April 24, 2009 08:09AM UTC

Closed November 17, 2010 02:47AM UTC

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.

Attachments (0)
Change History (3)

Changed April 24, 2009 08:11AM UTC by mesoconcepts comment:1

oh, adding to this, it was observed in FF and in Camino.

Changed April 24, 2009 08:12AM UTC by mesoconcepts comment:2

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.

Changed November 17, 2010 02:47AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Test case has gone missing.