[wp-trac] [WordPress Trac] #21088: Fields to change Published dates not appearing properly in Internet Explorer 8 on WP 3.4
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 4 16:47:44 UTC 2012
#21088: Fields to change Published dates not appearing properly in Internet
Explorer 8 on WP 3.4
-------------------------------+------------------------------
Reporter: aimutch | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.4
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Comment (by cdomurad):
I am able to reproduce the error. The cuplrit seems to be the
input/select/radio/checkbox elements not having their position set.
In order to view this bug in IE8 hit F12 and make sure your Browser Mode
is IE8 Compat View and your Document Mode is IE7 Standards. Both are
default options for IE8.
A "workaround" until this is fixed is by manually setting the position's
to relative.
input[type='radio'],input[type='checkbox'],#timestampdiv
select,#timestampdiv input{position:relative;}.
Hopefully this worked for you.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21088#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list