Closed
Bug 662560
Opened 15 years ago
Closed 15 years ago
Contents are clipped when trying to flag a demo
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
0.9.5
People
(Reporter: retornam, Unassigned)
References
()
Details
Attachments
(1 file)
|
327.06 KB,
image/png
|
Details |
1) Visit https://developer-stage9.mozilla.org/en-US/demos/detail/haha-tested
2) Click either of the following
Demo is not working
Demo is inappropriate
Demo is not by this author
3) The popup dialog has parts of it's contents clipped
See attached screenshot
Comment 1•15 years ago
|
||
Whoa the whole style is wrong in that pop-up? Craig can you take a quick look?
Assignee: nobody → craigcook.bugz
Target Milestone: --- → 0.9.5
Comment 2•15 years ago
|
||
The popup template is loading common-min.css, not the MDN style sheet (mdn-min.css). I'm guessing this is fallout from merging into kuma?
In /templates/base_popup.html, the line:
{{ css('common') }}
Should presumably be:
{{ css('mdn') }}
Comment 3•15 years ago
|
||
oh duh. I'll get on that.
Updated•15 years ago
|
Assignee: craigcook.bugz → lcrouch
Updated•15 years ago
|
Assignee: lcrouch → mozbugs.retornam
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: qawanted
Resolution: --- → FIXED
| Reporter | ||
Comment 5•15 years ago
|
||
verified fixed https://developer.mozilla.org/en-US/demos/detail/oslides
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•13 years ago
|
Version: MDN → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
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
•