Closed
Bug 1126461
Opened 11 years ago
Closed 11 years ago
Page buttons overlap content when TOC is collapsed
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: openjck, Unassigned)
References
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Visit https://developer.mozilla.org/docs/Web/CSS/border-radius
2. Shrink the page width until the TOC disappears
3. Scroll down
What happened?
==============
The page buttons (Languages, Edit, etc.) overlap the text content.
What should have happened?
==========================
The page buttons should have a solid white background.
Is there anything else we should know?
======================================
| Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Also, the buttons sometimes show up on the left. For example, https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/UI_Tour#Rules_view: https://imgur.com/aSecbKa.
Also, I might be misunderstanding the idea here, but... while I can see that this change makes it easier to edit documents, and is therefore pleasing to editors, it seems to steal screen real estate from content, so perhaps being less pleasing to the (presumably) much larger number of readers who have no intention of editing. Are we sure this is the right tradeoff?
| Reporter | ||
Comment 3•11 years ago
|
||
Thanks for letting us know. I updated the pull request with another fix.
You raise a good point about balancing user experiences for different types of users. The user experience of reading the site is especially important given that readers outnumber editors. The goal with the feature was to convert readers into editors, rather than making work easier for existing editors. According to the numbers we ran, it did have the effect we predicted, by encouraging 37% more readers to edit.
There are still some readers who only want to read. We should pay attention to their reactions. If the button is annoying to them, we can evaluate whether it's worth the 37% increase in edits.
Comment 4•11 years ago
|
||
(How) can we measure "less pleasing to readers"? ;) Time on page? Session Duration?
| Reporter | ||
Comment 5•11 years ago
|
||
Qualitative research would be even better for that sort of thing. Time on page and session duration might be correlated with appreciation for the design, but they could also change for other reasons. For example, a person might spend less time on the page because they are more inspired to edit, or because the edit button is so readily available.
Updated•11 years ago
|
Severity: normal → minor
Component: General → Wiki pages
Comment 7•11 years ago
|
||
Honestly, IMO, taking content space away from readers for this is not a good tradeoff. It's different when it can live in the ToC column, that's fine. But perhaps it could be non-sticky if the ToC column is hidden?
Comment 8•11 years ago
|
||
Yes, that's what I'll implement
Comment 9•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/aff0cb649a66311e089bf32b8c6d93d68da39e19
fix bug 1126461 - Don't sticky buttons when on smaller screens
https://github.com/mozilla/kuma/commit/4eb0d7bb2bb4bfb873b186a9fe27c5ee3abc78af
Merge pull request #3137 from darkwing/1126461-better-sticky
fix bug 1126461 - Don't sticky buttons when on smaller screens
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•