[wp-trac] [WordPress Trac] #24042: Help text visibility in title input box is not intuitive
WordPress Trac
noreply at wordpress.org
Mon Aug 12 19:40:39 UTC 2013
#24042: Help text visibility in title input box is not intuitive
---------------------------+------------------------------
Reporter: aniketpant | Owner:
Type: enhancement | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Accessibility | Version: 3.6
Severity: normal | Resolution:
Keywords: ux-feedback |
---------------------------+------------------------------
Comment (by lessbloat):
Unfortunately the html5 input placeholder doesn't work in IE8 & IE9.
I refactored our custom placeholder code in 24042.diff. A couple notes:
- Note sure if common.js is the right file for this. Seemed to be the
best place. This can be reused anywhere in the admin now.
- I used _.throttle to prevent the keyup from firing so much (note, I
tried _.debounce, but it delayed the hiding of the placeholder text a bit
longer than _.throttle)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24042#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list