Closed
Bug 653977
Opened 14 years ago
Closed 14 years ago
Text not appearing on sourceforge forums
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Eriatile, Assigned: jfkthame)
References
()
Details
(Keywords: regression)
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110430 Firefox/6.0a1
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110430 Firefox/6.0a1
On sourceforge forums text does not appear.
It works with IE9.
Reproducible: Always
Steps to Reproduce:
1. go to http://sourceforge.net/projects/keepass/forums/forum/329221
2. look at the list of topic => there is nothing to see
3. click on any monitor button => text appear
![]() |
||
Comment 3•14 years ago
|
||
Confirmed on
http://hg.mozilla.org/mozilla-central/rev/7162a399c334
Mozilla/5.0 (X11; Linux i686; rv:6.0a1) Gecko/20110430 Firefox/6.0a1 ID:20110430030554
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/02c2e04f09cf
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110427 Firefox/6.0a1 ID:20110427171636
Fails:
http://hg.mozilla.org/mozilla-central/rev/60ea7d2f4289
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110427 Firefox/6.0a1 ID:20110427221511
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=02c2e04f09cf&tochange=60ea7d2f4289
CCing:
jfkthame@gmail.com
dbaron@dbaron.org
jdaggett@mozilla.com
Status: UNCONFIRMED → NEW
Component: Layout: Text → Graphics
Ever confirmed: true
Keywords: regression
OS: Windows 7 → All
QA Contact: layout.fonts-and-text → thebes
Version: unspecified → Trunk
![]() |
||
Comment 4•14 years ago
|
||
In local build(windows7)
build from 60ea7d2f4289 : fails
build from a9dd6038db6a : fails
build from 02c2e04f09cf : works
Regressed by
a9dd6038db6a Jonathan Kew — bug 650639 - cancel current font-downloaders when updating the user font set. r=dbaron
Assignee | ||
Comment 5•14 years ago
|
||
Assigning to myself for further investigation. Thanks for isolating the regression!
Assignee: nobody → jfkthame
Assignee | ||
Comment 6•14 years ago
|
||
A workaround until this gets fixed is to zoom the page (Ctl-+ or Ctl-=); this should make the missing text appear.
Assignee | ||
Comment 7•14 years ago
|
||
Or go to about:config and set gfx.downloadable_fonts.fallback_delay to zero.
Assignee | ||
Comment 8•14 years ago
|
||
Attachment #529348 -
Flags: review?(dbaron)
Comment on attachment 529348 [details] [diff] [review]
patch, ensure font downloads are re-triggered if necessary after userFontSet update
Could also initialize with:
PRBool modified = mLoaders.Count() > 0;
r=dbaron either way
Attachment #529348 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 10•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 11•14 years ago
|
||
I've seen this bug too, on <http://www.deredactie.be/cm/vrtnieuws> (the title of each news-item disappeared when the page was refreshed). A build of 12 hours ago (this morning) still had the bug, the current top-of-the-tree doesn't anymore.
Assignee | ||
Comment 12•14 years ago
|
||
Comment on attachment 529348 [details] [diff] [review]
patch, ensure font downloads are re-triggered if necessary after userFontSet update
Nominating for mozilla-beta along with bug 650639, as this fixes a bad regression from the patch there.
Attachment #529348 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 13•14 years ago
|
||
Comment on attachment 529348 [details] [diff] [review]
patch, ensure font downloads are re-triggered if necessary after userFontSet update
Cancelling my approval-beta request as I don't believe this applies there after all (see bug 650639#c20).
Attachment #529348 -
Flags: approval-mozilla-beta?
You need to log in
before you can comment on or make changes to this bug.
Description
•