You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test3.html
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,33 @@
4
4
</head>
5
5
<body>
6
6
7
-
<p>This is a list of the current known issues within the first beta release of WebWhirr. All of these are in the bug tracker on GitHub. Since all of the issues have now been fixed, it is time to move to a release candidate.</p>
7
+
<p>This is a list of the current known issues within WebWhirr 0.2.0 Alpha. All of these are in the bug tracker on GitHub, and are marked to be fixed before the 0.2.0 stable release.</p>
8
+
9
+
<hr>
8
10
9
11
<p><b>Known Issues</b></p>
10
12
11
-
<p>Issue #1: <b>Fixed in Release Candidate 1</b></p>
12
-
<p>Crash on selecting "Cancel" in "Open HTML Document" dialog.</p>
13
+
<hr>
14
+
15
+
<p>Issue #34:</p>
16
+
<p>Selecting "Open with WebWhirr" from context menu on an HTML file brings up the "Open HTML Document" instead of painting the document."</p>
17
+
18
+
<hr>
19
+
20
+
<p>Issue #35:</p>
21
+
<p>PaintNode should contain more than one character if the type is the same.</p>
13
22
14
-
<p>Issue #2: <b>Fixed in Release Candidate 1</b></p>
15
-
<p>Improve text wrapping algorithm.</p>
23
+
<hr>
16
24
17
-
<p>Issue #3: <b>Fixed in Release Candidate 1</b></p>
18
-
<p>Implement scrolling of text.</p>
25
+
<p>Issue #36:</p>
26
+
<p>Background of PaintArea should be white.</p>
19
27
20
-
<p>Issue #4: <b>Fixed in Release Candidate 1</b></p>
21
-
<p>Crash on opening non-HTML document.</p>
28
+
<hr>
22
29
23
-
<p>Issue #6: <b>Compliance confirmed before Release Candidate 1</b></p>
24
-
<p>Confirm compliance to HTML5 specification.</p>
30
+
<p>Issue #37:</p>
31
+
<p>An inline image should default to being aligned so that the bottom of the image is even with the line it is placed within.</p>
25
32
26
-
<p>Issue #18: <b>Fixed in Release Candidate 1</b></p>
27
-
<p>Poor performance with large pages/scrolling.</p>
0 commit comments