Opened 13 years ago
Closed 13 years ago
#24914 closed defect (bug) (fixed)
Twenty Fourteen: Space above the fixed bar in FF
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Seems like we're getting some extra space above the fixed bar when scrolling in Firefox. It doesn't do it when in the Customizer, and seems OK in Chrome, so this may be localized to this browser.
Screencast for your viewing displeasure: http://screencast.com/t/9ywPneKvD
Attachments (3)
Change History (17)
#4
@
13 years ago
- Cc mdhansen@… added
I noticed this as well. It does not happen with MP6 activated.
#5
@
13 years ago
This problem seems to affect more than just chrome. The patch I submitted fixes the problem for me on FF23 and Chromium28 on Ubuntu. This patch will need to be tested because the problem does not seem to affect all browser OS combos.
#6
@
13 years ago
To explain the difference: In MP6 the toolbar is 4px taller than in pre-MP6 and Further was optimized for MP6.
#7
@
13 years ago
So it seems we need to wait this one out to see if MP6 makes it into core in 3.8. If not I think patching it would be a good idea so it will look right with default core toolbar.
#8
@
13 years ago
We can easily apply the patch and add this for now:
.admin-bar.mp6 #masthead.masthead-fixed { top:32px; }
#10
follow-up:
↓ 11
@
13 years ago
Honestly, as the plan is for them to ship together, I think we should just test them together. If MP6 drops (unlikely) then we can re-address it.
#11
in reply to:
↑ 10
@
13 years ago
Replying to georgestephanis:
Honestly, as the plan is for them to ship together, I think we should just test them together. If MP6 drops (unlikely) then we can re-address it.
Replying to markoheijnen:
We can easily apply the patch and add this for now:
.admin-bar.mp6 #masthead.masthead-fixed { top:32px; }
I prefer the latter approach.
#12
@
13 years ago
That being said, we should account for the 12px gap between the 782px breakpoint where the MP6 header goes to 46px high http://plugins.trac.wordpress.org/browser/mp6/trunk/components/responsive/css/admin-bar.css#L15, and the 770px breakpoint where the nav stops being fixed http://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentyfourteen/js/theme.js#L95
(even if that's just switching the Twenty Fourteen js breakpoint to match the mp6 one at 782px)
Thanks, this was bugging me at WCSF Contributor Day, glad you've tracked it for us.