Page 1 of 1

Generated HTML missing a <div> tag

Posted: Tue Mar 12, 2013 1:55 pm
by mstaszew
Hi there,

I apologize in advance for not having reproducible steps as this case was sent to me by a user and I cannot reproduce. Perhaps there may be some known condition or explanation for the following behavior.

The user typed text in the memo. The original text looks something like...

-- BEGIN TEXT
There is a way you can show only External tables now using a filter in the tables tab.

1. click the filter icon in the LHS toolbar of the tables tab
2. check "view/edit query before executing"
3. check "custom filter" and OK
4. When prompted, change the where clause to show only external tables OK.
5. Your filter should now be applied, now from the filter dropdown, do a "Save current filter as" and name it

You can not toggle the filter on/off right from the filter dropdown button.
-- END TEXT

The HTML snippet for the list looks like...

-- BEGIN HTML
<div><font face="Tahoma">1. click the filter icon in the LHS toolbar of the tables tab</font></div>
<br />
<div><font face="Tahoma">2. check "view/edit query before executing"</font><br /><font face="Tahoma">3. check "custom filter" and OK</font></div>
<br />
<div><font face="Tahoma">4. When prompted, change the where clause to show only external tables OK.</font></div>
<br />
<div><font face="Tahoma">5. Your filter should now be applied, now from the filter dropdown, do a "Save current filter as" and name it</font></div>
-- END HTML

Items 2 and 3 have been combined into a single <div> tag. The user manually constructed the numbered list so this isn't using the built-in list style.

Any ideas?

Thanks,
Michael

Posted: Wed Mar 13, 2013 7:57 am
by Sergey Tkachenko
May be there were no line breaks between these items? (item 3 was moved to the new line as a result of line wrapping)?