Closed
Bug 794709
Opened 12 years ago
Closed 12 years ago
Print preview graphical problem when scroll the preview.
Categories
(Core :: Print Preview, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: alice0775, Assigned: roc)
References
Details
(Keywords: regression)
Attachments
(3 files, 1 obsolete file)
(deleted),
image/png
|
Details | |
(deleted),
image/png
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Build Identifier:
http://hg.mozilla.org/mozilla-central/rev/ca4af4af5334
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 ID:20120926030625
Steps to reproduce:
1. Open any long page( ex. https://developer.mozilla.org/en-US/docs/Firefox_16_for_developers )
2. Alt > File > Print Preview
3. Scroll the preview up/down
Actual results:
Gray area appears
Expected results:
Should not
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/08d435dedc7f
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 ID:20120925004825
Bad:
http://hg.mozilla.org/mozilla-central/rev/7c7639f797d0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 ID:20120925061523
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=08d435dedc7f&tochange=7c7639f797d0
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/473a5fa0d336
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 ID:20120924201523
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/e6e7a1b07944
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 ID:20120924201727
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=473a5fa0d336&tochange=e6e7a1b07944
Suspected: Bug 792314
Comment 2•12 years ago
|
||
Confirmed, backing out bug 792314 locally fixed it.
Assignee | ||
Comment 3•12 years ago
|
||
May be fixed by the patch in https://bugzilla.mozilla.org/show_bug.cgi?id=539356#c333.
Updated•12 years ago
|
Reporter | ||
Comment 4•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/85f561c755f6
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 ID:20120929191424
The gray rectangle problem was gone.
But now,I have a different problem.
The text is shown only half of the upper parts of the view port.
And text appears and disappears when I scroll the preview,
Reporter | ||
Comment 5•12 years ago
|
||
Reporter | ||
Comment 6•12 years ago
|
||
Screen capture on Windows7: http://youtu.be/72eJYTFsDM8
This problem also happen on Ubuntu.
Screen capture on ubuntu12.04: http://youtu.be/I6vhPCy-RXs
OS: Windows 7 → All
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → roc
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #667796 -
Flags: review?(matt.woodrow)
Updated•12 years ago
|
Attachment #667796 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Comment 9•12 years ago
|
||
Assignee | ||
Comment 10•12 years ago
|
||
This triggered reftest assertions about GetOffsetTo looking across documents. The call aExtraPage->GetOffsetTo should be aExtraPage->GetOffsetToCrossDoc.
Assignee | ||
Comment 11•12 years ago
|
||
Attachment #667796 -
Attachment is obsolete: true
Assignee | ||
Comment 12•12 years ago
|
||
Assignee | ||
Comment 13•12 years ago
|
||
Comment 14•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
status-firefox18:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Comment 15•12 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/18.0 Firefox/18.0
Verified in Firefox 18 beta 4. Scrolling in print preview with different options (landscape, portrait, shrink to fit, 175%) works correctly. No grey areas.
You need to log in
before you can comment on or make changes to this bug.
Description
•