Alex-

Submitted as bug 11713. And verified on linux as well.

Here's the htmlText of the field before setting the liststyle:
<p>line one</p>
<p>line 2</p>

And afterwards:
<p>line one</p>
<ul type="disc">
<li>
<p>line 2</p>
</li>
</ul>

And with only one line you get:
<p>line one</p>

And after setting the liststyle:
<ul type="disc">
<li>
<p>line one</p>
</li>
</ul>

PS: the "Desktop OS" field is in step 4 ("I can see this bug in")

-- 
-Mark Wieder
 [email protected]


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to