[wp-trac] [WordPress Trac] #26485: RC1 Has 2 Different Admin Bars When Scrolling on iPad

WordPress Trac noreply at wordpress.org
Tue Dec 17 04:23:00 UTC 2013


#26485: RC1 Has 2 Different Admin Bars When Scrolling on iPad
----------------------------+------------------------------
 Reporter:  miqrogroove     |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Awaiting Review
Component:  Administration  |     Version:  3.8
 Severity:  normal          |  Resolution:
 Keywords:  ui-focus        |
----------------------------+------------------------------

Comment (by csixty4):

 Looks like an iOS rendering quirk. The actual font weights or colors don't
 appear to be changing in Web Inspector, but there's a definite change in
 appearance once scrolled.

 Was able to work around this by forcing admin bar links to render using 3D
 hardware:

 {{{
 .ab-item {
 -webkit-transform: translate3d(0,0,0);
 }
 }}}

 Also seems to work with the transform applied to the whole #wpadminbar div
 instead, which might be a more efficient solution.

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


More information about the wp-trac mailing list