Closed
Bug 1155300
Opened 10 years ago
Closed 10 years ago
Viewing pages at a specific revision is broken
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wbamberg, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. visited https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector$revision/735995
What happened?
==============
I don't see the content of the page at that revision
What should have happened?
==========================
I should see the page content at that revision
Is there anything else we should know?
======================================
Comment 1•10 years ago
|
||
Strange. Something is applying style="display: none;" to the div.wiki-block with article.text-content inside it. The only recent change to the template is:
https://github.com/mozilla/kuma/commit/ba6fd8014ce542c4bcb1568532f1e40895d9492e#diff-fda842369b96218daf25922383179786
:davidwalsh - can you tell if/why that may have started hiding the element with the revision content?
Flags: needinfo?(dwalsh)
Comment 2•10 years ago
|
||
As of now that content pane is toggled closed by default. Should we keep the content open by default, or should we open both content and source?
Flags: needinfo?(dwalsh)
Comment 3•10 years ago
|
||
Then maybe the issue is that there's no (obvious) way to expand the content pane? Did it get removed somehow?
Comment 4•10 years ago
|
||
Stephanie rewrote the details blocks, which I thought was only being used by the translate screen. Once I know what the writers prefer, I can jump in and fix to their liking.
Updated•10 years ago
|
Severity: normal → major
Comment 6•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/06c05a74b5509cf9abc7432e1542d4d169df8815
fix bug 1155300 - Open revision content by default
https://github.com/mozilla/kuma/commit/b81f8eaf4ad8f298b5ae6063dfc43dc98ae61b44
Merge pull request #3189 from darkwing/1155300-revision-content
fix bug 1155300 - Open revision content by default
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 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
•