[wp-trac] [WordPress Trac] #23938: Placeholder attributes for input elements don't show in IE
WordPress Trac
noreply at wordpress.org
Thu Apr 4 21:12:13 UTC 2013
#23938: Placeholder attributes for input elements don't show in IE
--------------------------+--------------------
Reporter: Ipstenu | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Post Formats | Version: trunk
Severity: major | Resolution:
Keywords: has-patch |
--------------------------+--------------------
Comment (by Ipstenu):
The IE9 class shows for IE10 too, in my quick tests on VirtualBox.
But yeah, the labels and placeholders are a bit much. Also the labels
would need some CSS styling (float:left maybe) to keep them out of the way
of being silly. I thought about hiding some of them, but while this works
great for the ones that don't need labels (the inline text of 'Paste a URL
below...' is good enough IMO), if I add in one for wp-format-image, it
breaks quotes. Probably due to my CSS sucktastic skill level.
{{{
div.field.wp-format-audio label,
div.field.wp-format-video label {
display:none;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23938#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list