[wp-trac] [WordPress Trac] #25972: MP6: Network admin menu not functional

WordPress Trac noreply at wordpress.org
Sat Dec 7 04:57:15 UTC 2013


#25972: MP6: Network admin menu not functional
-----------------------------------------------+--------------------
 Reporter:  johnbillion                        |       Owner:
     Type:  defect (bug)                       |      Status:  new
 Priority:  high                               |   Milestone:  3.8
Component:  Administration                     |     Version:  trunk
 Severity:  normal                             |  Resolution:
 Keywords:  ui-focus needs-patch dev-feedback  |
-----------------------------------------------+--------------------

Comment (by iammattthomas):

 This CSS is causing this behavior:

 {{{
 html #wpadminbar {
         -webkit-transform: translate3d(0, 0, 0);
         -webkit-backface-visibility: hidden;
         -webkit-transition: 0;
         transform: translate3d(0, 0, 0);
         backface-visibility: hidden;
         transition: 0;
 }
 }}}

 I've tested commenting this out and it appears to have no ill effects on
 any other touch devices. I'll leave it commented out for now, but can
 delete later after inquiring with the MP6 team about what it was intended
 to do in the first place. Since I can find no regression caused by its
 removal I think it's worth solving this major bug in a major browser with
 this change.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25972#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list