Closed
Bug 335676
Opened 19 years ago
Closed 19 years ago
Text not rendered properly/at all when scrolling
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dennisml, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.45 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060426 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060426 Minefield/3.0a1
When visiting the menitioned URL and scrolling up and down the page text is not rendered at all or faulty. Selecting the blank areas blindly "reveals" most of the text but not 100% correctly.
Reproducible: Always
Steps to Reproduce:
1. Visit URL submitted with the bug
2. Scroll up and down the page a few times
Actual Results:
Page does not get rendered properly.
Expected Results:
Page should get rendered properly.
| Reporter | ||
Updated•19 years ago
|
Flags: blocking1.9a1?
| Reporter | ||
Comment 1•19 years ago
|
||
Actually it gets worse. Apparently visiting the submitted URL has effects on sites you visit afterwards. Try this:
1. Visit http://eurogamer.net/
2. Browse around, the site should be displayed fine.
3. Visit the URL submitted with this bug.
4. Now visit http://eurogamer.net/ again
5. Browse around and notice that you now get similar rendering errors like on groklaw.net
Comment 2•19 years ago
|
||
Confirmed.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060427 Firefox/3.0a1
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•19 years ago
|
||
confirmed
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060517 Minefield/3.0a1 ID:2006051704 [cairo]
Comment 4•19 years ago
|
||
Still happening? looks like it might be Linux only if it is.
Blocks: cairounix
| Reporter | ||
Comment 5•19 years ago
|
||
Yes, still happening.
Comment 6•19 years ago
|
||
still happens on linux, X, Windows builds do not show this problem
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060527 Minefield/3.0a1 ID:2006052704 [cairo]
Updated•19 years ago
|
Comment 7•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060619 Minefield/3.0a1
Visiting Groklaw and pressing page down causes
CAIRO ERROR: 1
messages to shell terminal.
According to Cairo's API documentation status code 1 is CAIRO_STATUS_NO_MEMORY.
Comment 8•19 years ago
|
||
The problem is in this line:
2005 <b> ConsortiumInfo​.org <br>
If I remove HTML character entity 8203 the page works without problems.
Comment 9•19 years ago
|
||
Skip another special glyph code in glyph drawing routine.
Attachment #226376 -
Flags: review?(vladimir)
Attachment #226376 -
Flags: review?(vladimir) → review+
Comment 10•19 years ago
|
||
Checking in gfxPangoFonts.cpp;
/cvsroot/mozilla/gfx/thebes/src/gfxPangoFonts.cpp,v <-- gfxPangoFonts.cpp
new revision: 1.25; previous revision: 1.24
done
Checked in on trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: blocking1.9a1?
You need to log in
before you can comment on or make changes to this bug.
Description
•