Closed
Bug 607578
Opened 15 years ago
Closed 15 years ago
Display issues on http://www.punypng.com/
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla2.0
People
(Reporter: alice0775, Unassigned)
References
()
Details
(Keywords: regression)
Build Identifier:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b8pre) Gecko/20101026 Firefox/4.0b8pre ID:20101026042359
See forum http://forums.mozillazine.org/viewtopic.php?p=10061543#p10061543
Display issues on http://www.punypng.com/
Some of texts and images are not shown.
If execute Ctrl+A(Aelect All), the hidden texts and images appears.
If switching tab or switching window or resize window, the page is repainted properly.
And this does not happen on Linux. maybe this is windows only.
Reproducible: Always
Steps to Reproduce:
1. Start Minefield with new profile
2. Open URL ( http://www.punypng.com/ )
Actual Results:
Display issues happens.
Expected Results:
Display should be performed properly
Regression window:
Works:
http://hg.mozilla.org/mozilla-central/rev/8b4601b6daf2
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100917 Firefox/4.0b7pre ID:20100917125710
Fails:
http://hg.mozilla.org/mozilla-central/rev/181294166500
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b7pre) Gecko/20100917 Firefox/4.0b7pre ID:20100917130431
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8b4601b6daf2&tochange=181294166500
Comment 1•15 years ago
|
||
Looks like this is a result of bug 594774; loading http://www.punypng.com/ in a debug build triggers the warning added there:
WARNING: Detected DOM modification during paint, bailing out!: file c:/mozdev/mozilla-central/layout/base/FrameLayerBuilder.cpp, line 1703
and the expected result is that painting will be incomplete (see comment at http://hg.mozilla.org/mozilla-central/rev/3c4af3fe446c#l1.63).
Immediately prior to this warning, there were a couple of assertions indicating that all is not well:
###!!! ASSERTION: Invalid window handle: 'Error', file c:/mozdev/mozilla-central/widget/src/windows/nsWindow.cpp, line 932
###!!! ASSERTION: Want to fire mutation events, but it's not safe: '(aNode->IsNodeOfType(nsINode::eCONTENT) && static_cast<nsIContent*>(aNode)-> IsInNativeAnonymousSubtree()) || sScriptBlockerCount == sRemovableScriptBlockerCount', file c:/mozdev/mozilla-central/content/base/src/nsContentUtils.cpp, line 3660
###!!! ASSERTION: Want to fire mutation events, but it's not safe: '(aNode->IsNodeOfType(nsINode::eCONTENT) && static_cast<nsIContent*>(aNode)-> IsInNativeAnonymousSubtree()) || sScriptBlockerCount == sRemovableScriptBlockerCount', file c:/mozdev/mozilla-central/content/base/src/nsContentUtils.cpp, line 3660
Blocks: 594774
![]() |
Reporter | |
Comment 2•15 years ago
|
||
This was fixed by bug 596451.
Fixed Range:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=212a391d3b79&tochange=bdbef533364f
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•