To reproduce:
- Create a topic with a <pre> block that spans pages (see below for example)
- Try print it - it gets sniped at the end of the first page
(Printing this bug may even demonstrate the issue)
I've tried printing from IE 6 and Firefox 1.5.0.6. Try a print preview from Firefox 1.5.0.6 to see the problem without actually printing. Printing to PDFCreator will also expose the bug.
Strictly speaking this may be a problem with the browsers interpretation of the CSS that is applied by /twiki/pub/TWiki/PatternSkin/style.css to <pre> tags rather than a problem with the CSS itself. Given the choice between waiting for browser fixes and doing a CSS fix I think a CSS fix would be the best bet.
That said the CSS may be invalid (not my area I'm afraid).
Using the Web Developer toolbar in Firefox I can turn off CSS and the problem goes away.
The problem occurs in both Printable and regular view.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
This has been addressed in an other entry.
AC