Closed
Bug 29636
Opened 25 years ago
Closed 7 years ago
Gfx and Native Scrollbars do not print correctly and can cause problem with layout
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: rods, Assigned: eric)
References
Details
(Whiteboard: [nsbeta2-])
Attachments
(1 file)
(deleted),
text/html
|
Details |
The example has 4 divs.
When layed out using Gfx scrollbars:
1) overflow:auto, width & height set
results: layouts fine, prints badly, printing causes extra scrollbars to appear
in layout
2) overflow:auto, width & height set, position absolute
results: layouts fine, but it is missing its borders, prints badly: contents
don't print
3) width & height not set
results: layouts fine, prints fine
4) width & height not set, position absolute
results: layouts fine, prints fine
When layed out using NATIVE scrollbars:
1) overflow:auto, width & height set
results: layouts fine, nothing prints
2) overflow:auto, width & height set, position absolute
results: layouts fine, nothing prints
3) width & height not set
results: layouts fine, prints fine
4) width & height not set, position absolute
results: layouts fine, prints fine
Reporter | ||
Comment 2•25 years ago
|
||
Putting on PDT- for beta1. Printing is gravy for beta1. Will not hold for
this.
Component: Layout → Printing
QA Contact: petersen → shrir
Whiteboard: [PDT-]
Comment 6•25 years ago
|
||
reducing severity to normal, there is no crash, data loss or severe leak here.
Severity: critical → normal
Comment 7•25 years ago
|
||
nominating for nsbeta2
Assignee | ||
Comment 11•24 years ago
|
||
Gary want to take a look at this? When printing we are just transforming to
another device context. It Should work.
Assignee: evaughan → garyf
Status: ASSIGNED → NEW
Comment 12•24 years ago
|
||
Don't spend any time getting native scrollbars to work, they are not supported.
Reporter | ||
Comment 13•24 years ago
|
||
whoa, we will be using Native scrollbars for selects and dropdowns. Although,
dropdowns do not need to print. Gfx scrollbars on selects (as ListBoxes) are far
from working. In fact, I have this example (and I filed a bug ages ago) that has
several different examples of using Gfx scrollbars with divs and listbozes and
they get all horked after printing. At one time Eric was looking at this, but
maybe he went on to other things.
Comment 14•24 years ago
|
||
Moving from [nsbeta2+] to [nsbeta2-] per todays PDT XP Toolkit Beta2 Review mtg.
Whiteboard: [nsbeta2+] → [nsbeta2-]
Comment 15•24 years ago
|
||
->future. I don't see this as one of the top bugs we have to fix for NS6. Who
needs printed scrollbars, really?
Target Milestone: M18 → Future
Comment 16•24 years ago
|
||
I should add that the example content *does* print, with border and background...
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: Future → mozilla0.9
Comment 18•24 years ago
|
||
spam : changing qa to sujay (new qa contact for Printing)
QA Contact: shrir → sujay
Comment 20•23 years ago
|
||
Sanity check: This blocks bug 40158 (RESOLVED FIXED)?
Removing dependency on this.
No longer blocks: 40158
Comment 21•23 years ago
|
||
Is this the same as http://bugzilla.mozilla.org/show_bug.cgi?id=59598
Updated•15 years ago
|
QA Contact: sujay → printing
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•