RQCC - how do you submit a bug report ?

Mark Wieder mwieder at ahsoftware.net
Sun Jan 26 22:22:34 EST 2014


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
 ahsoftware at gmail.com





More information about the use-livecode mailing list