I was trying the new search functionality a bit more and found this (it's also present in my Dec 2008 dillo*). With the page: <table> <tr><td>no close-tr <tr><td>has a close-tr</tr> <tr><td>here's another line</tr> </table> if I search for "rh", it finds one instance of it split between the second and third table rows. * My older dillos were lost in a tragic "I don't think I need my CVS stuff anymore" accident.
On Mon, Feb 09, 2009 at 10:38:10PM +0000, corvid wrote:
I was trying the new search functionality a bit more and found this (it's also present in my Dec 2008 dillo*).
With the page:
<table> <tr><td>no close-tr <tr><td>has a close-tr</tr> <tr><td>here's another line</tr> </table>
if I search for "rh", it finds one instance of it split between the second and third table rows.
Hmmm, this could take some time to fix. The last time I digged in the textblock for a bug with NBSP handling, it was clear that the internal representation for whitespace is somewhat fuzzy. I was looking for the mishandled NBSP in this page: http://www.fltk.org/newsgroups.php?gfltk.development+T "[Show Messages xxxx - yyyy]" should be all in one line. -- Cheers Jorge.-
I wrote, back in February:
I was trying the new search functionality a bit more and found this (it's also present in my Dec 2008 dillo*).
With the page:
<table> <tr><td>no close-tr <tr><td>has a close-tr</tr> <tr><td>here's another line</tr> </table>
if I search for "rh", it finds one instance of it split between the second and third table rows.
At the time, I didn't recognize what the exact problem was. Now it dawns on me that the difference is really that line 2's text has whitespace before the next tag, and line 3's doesn't. It would be nice if the iterators thought of cells as being separated by whitespace, but I don't know yet whether there's a good and simple way to do that...
On Thu, Sep 03, 2009 at 04:45:29PM +0000, corvid wrote:
I wrote, back in February:
I was trying the new search functionality a bit more and found this (it's also present in my Dec 2008 dillo*).
With the page:
<table> <tr><td>no close-tr <tr><td>has a close-tr</tr> <tr><td>here's another line</tr> </table>
if I search for "rh", it finds one instance of it split between the second and third table rows.
At the time, I didn't recognize what the exact problem was. Now it dawns on me that the difference is really that line 2's text has whitespace before the next tag, and line 3's doesn't.
It would be nice if the iterators thought of cells as being separated by whitespace, but I don't know yet whether there's a good and simple way to do that...
A whitespace suffix with width=0 comes to mind... -- Cheers Jorge.-
On Thu, Sep 03, 2009 at 01:28:57PM -0400, Jorge Arellano Cid wrote:
On Thu, Sep 03, 2009 at 04:45:29PM +0000, corvid wrote:
I wrote, back in February:
I was trying the new search functionality a bit more and found this (it's also present in my Dec 2008 dillo*).
With the page:
<table> <tr><td>no close-tr <tr><td>has a close-tr</tr> <tr><td>here's another line</tr> </table>
if I search for "rh", it finds one instance of it split between the second and third table rows.
At the time, I didn't recognize what the exact problem was. Now it dawns on me that the difference is really that line 2's text has whitespace before the next tag, and line 3's doesn't.
It would be nice if the iterators thought of cells as being separated by whitespace, but I don't know yet whether there's a good and simple way to do that...
A whitespace suffix with width=0 comes to mind...
Or perhaps TableIterator() could generate some separators?
participants (3)
-
corvid@lavabit.com
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de