Opened 11 years ago
Closed 8 years ago
#26485 closed defect (bug) (worksforme)
Visually Different Admin Bars When Scrolling on iPad
Reported by: | miqrogroove | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.8 |
Component: | Toolbar | Keywords: | |
Focuses: | ui | Cc: |
Description
This is a really weird one. See the attached screen shots, and look very closely at the fonts and icons in the admin bar.
When I scroll to the bottom of the page, a visually different admin bar is presented.
When I scroll to the top of the page, the admin bar switches back.
The heck?
Attachments (3)
Change History (11)
#2
@
11 years ago
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 hinting admin bar links to render using the GPU:
.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.
#3
@
11 years ago
What kind of impact does forcing rendering to the GPU have, e.g. on older devices?
#4
@
11 years ago
It shouldn't have any effect, really. This is pretty light-weight as far as GPU operations go, and a browser that doesn't support GPU rendering or CSS3 will just treat it like a 0-degree translation or nothing special at all.
#6
@
9 years ago
- Summary changed from RC1 Has 2 Different Admin Bars When Scrolling on iPad to Visually Different Admin Bars When Scrolling on iPad
iPad Scrolled Top