Bugzilla – Bug 314513
list render problem
Last modified: 2007-11-05 22:14:20 UTC
---- Reported by alfius@freemail.gr 2004-04-29 13:16:45 MST ---- 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: ---- Additional Comments From miguel@ximian.com 2005-09-08 22:51:39 MST ---- Assigning to Mario Sopena. ---- Additional Comments From miguel@ximian.com 2005-09-08 23:21:26 MST ---- We should ping Joshua on this one, as this is XSLT magic. ---- Additional Comments From mario.sopena@gmail.com 2005-09-09 09:46:01 MST ---- I've copy/pasted the code and tried with Monodoc HEAD and the monodoc that we shipped with Mono 1.0.6 and didn't get the expected results. I'm not sure it is already valid. Need more information Unknown operating system unknown. Setting to default OS "Other".
As of monodoc 1.2.5 the problem was not reproducible (either copy/pasting the code or typing the code). It seems related to an old version of monodoc.