Closed
Bug 1332961
Opened 8 years ago
Closed 8 years ago
Layout is extremely slow on rustdoc source listings
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1288938
People
(Reporter: nagisa, Unassigned)
Details
Attachments
(1 file)
32.45 KB,
application/zip
|
Details |
Originally reported in the Rust repository[1].
[1]:https://github.com/rust-lang/rust/issues/39240#issuecomment-274366421
The layout of source code listings generated by rustdoc (sample attached) is extremely slow on Firefox.
If the `font-family` rule on line 130 of rustdoc.css is removed, the page layouts quickly.
> code, pre {
> font-family: "Source Code Pro", Menlo, Monaco, Consolas, "DejaVu Sans Mono", Inconsolata, monospace;
> white-space: pre-wrap;
> }
Does not reproduce on a Webkit browser.
Comment 1•8 years ago
|
||
I cannot reproduce this on Firefox Developer Edition. I guess it is a dup of bug 1288938 (and thus would be fixed in the next release). Could you confirm that it doesn't appear on Beta or DevEdition?
Flags: needinfo?(simonas+bugzilla.mozilla.org)
Reporter | ||
Comment 2•8 years ago
|
||
I will try to re-reproduce this once the fix rides the trains to stable. Hoping needinfo reminder will fire in a timely manner :)
Flags: needinfo?(simonas+bugzilla.mozilla.org)
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(simonas+bugzilla.mozilla.org)
Comment 3•8 years ago
|
||
I raised the original issue on github - I've tried on firefox hg repo and I don't get the issue. Is it worth leaving this issue open until it lands in firefox stable, to avoid more duplicates?
Comment 4•8 years ago
|
||
No. In general, we close bugs when they get fixed in mozilla-central (that is, where the Nightly from). So let's mark it duplicate of bug 1288938.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 5•8 years ago
|
||
That fix landed in FF51, so it should be in Firefox Release by now. Please reopen the bug if it doesn't appear to be fixed.
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(simonas+bugzilla.mozilla.org)
You need to log in
before you can comment on or make changes to this bug.
Description
•