Side navigation
#13377 closed bug (invalid)
Opened February 04, 2013 12:02AM UTC
Closed February 18, 2013 08:47AM UTC
Elements with hidden attribute returns the incorrect height
Reported by: | Quozzo | Owned by: | Quozzo |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using the html5 hidden attribute on elements causes jQuery to return the incorrect height.
Attachments (0)
Change History (2)
Changed February 04, 2013 12:20AM UTC by comment:1
owner: | → Quozzo |
---|---|
status: | new → pending |
Changed February 18, 2013 08:47AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
I'd read http://www.w3.org/html/wg/drafts/html/master/editing.html#the-hidden-attribute if I were you and make sure that you're using "hidden" correctly... My interpretation is that you're not, since it's not supposed to be used for presentational purposes.