This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13332 - Very annoying dropdowns hide the content I want to read and I can't get rid of them
Summary: Very annoying dropdowns hide the content I want to read and I can't get rid o...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 18:04 UTC by contributor
Modified: 2011-08-05 15:25 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2011-07-22 18:04:58 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html
Multipage: http://www.whatwg.org/C#the-video-element
Complete: http://www.whatwg.org/c#the-video-element

Comment:
Very annoying dropdowns hide the content I want to read and I can't get rid of
them

Posted from: 69.141.71.217
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.68 Safari/534.24
Comment 1 Aryeh Gregor 2011-07-24 23:45:04 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Additional Information Needed
Change Description: no spec change
Rationale: What dropdowns, which content, what browser?
Comment 2 Philip Jägenstedt 2011-07-25 09:39:25 UTC
I've started seeing this in Opera fairly recently. Example: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element

Screenshot at http://bayimg.com/eajMcAADE
Comment 3 Aryeh Gregor 2011-07-25 20:48:44 UTC
Yeah, I can confirm in Chrome.  There's a status box there that doesn't fade out and overlaps the actual content of the <dl class=element>, in addition to the one over on the left that's where it's supposed to be and only fades in when you stop scrolling.
Comment 4 Michael[tm] Smith 2011-08-04 05:01:36 UTC
mass-moved component to LC1
Comment 5 Simon Pieters 2011-08-04 13:57:27 UTC
This is because some sections got new IDs (from video to the-video-element), but in order to not break existing links the old ID was preserved in a <span> or so. Which confuses and misplaces the status boxes. The IDs of the status boxes need to be updated as well but there's no UI to do so.
Comment 6 Ian 'Hixie' Hickson 2011-08-05 15:25:44 UTC
Done. I think I fixed three that I found. If there are any others let me know.