[Mono-bugs] [Bug 57838][Wis] New - list render problem
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 13:16:45 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by alfius@freemail.gr.
http://bugzilla.ximian.com/show_bug.cgi?id=57838
--- shadow/57838 2004-04-29 13:16:45.000000000 -0400
+++ shadow/57838.tmp.26354 2004-04-29 13:16:45.000000000 -0400
@@ -0,0 +1,51 @@
+Bug#: 57838
+Product: Mono: Doctools
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Gui
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: alfius@freemail.gr
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: list render problem
+
+Description of Problem:
+While editing, when using lists the preview renders correctly but the
+actual output when viewing the doc does not (bullets missing, line spacing
+around lists missing)
+
+
+Steps to reproduce the problem:
+1. Example:
+
+aaaaaaaa
+<list type="bullet">
+ <item>
+ <term>First Item</term>
+ </item>
+ <item>
+ <term>Second Item</term>
+ </item>
+</list>
+bbbbbbb
+
+Actual Results:
+aaaaaaaa, new line, (no bullet)First item, (no bullet)Second item, new
+line, bbbbbbbb
+
+Expected Results:
+aaaaaaaa, new line, a little extra vertical space, (bullet)First item,
+(bullet)Second item, new line, a little extra vertical space, bbbbbbbb
+
+
+How often does this happen?
+Always
+
+Additional Information: