Menu

#127 The "Auto Table" function destroys the page numbering

v1.0.26
info-needed
nobody
None
5
2016-07-17
2015-02-26
Anonymous
No

The "Auto Table" function destroys the page numbering within a multi page table. The "Image/Page name for current page" will no longer display the correct image for locations within the region of the table. Also the "Goto Page" function will go to the "<table...>" line whenever an image number within the original table domain is chosen.

For Example:

[Page 8]

Some table text
ditto

[Page 9]

More table text
More ditto

Select the line "More table text." Note that the Toolbar Image/Page Name displays "Img:009."
Select the entire region between "[Page 8]" and "More ditto." (The [...] indicate the image #.)
Menu=>Fixup=>HTML Markup...
Click Auto Table
The entire region has been transformed into a html table as follows:

<table...>
<tr><td>Some table text</td></tr>
<tr><td>ditto</td></tr>
<tr><td>More table text</td></tr>
<tr><td>More ditto</td></tr>
</table>

Select the line "Some table text." Note that the Toolbar Image/Page Name says "Img:009." It should display "Img:008."
Menu=>Search & Replace=>Goto Page 9
The cursor moves to the line with "<table...>." It should have moved to the "More table text" line.

Discussion

  • hannne

    hannne - 2016-07-16

    It sounds like the the page markers are being moved to the beginning of the table.

    A demo file (with .bin) would be very helpful here...

     
  • hannne

    hannne - 2016-07-16
    • status: open --> info-needed
     
  • Richard Tonsing

    Richard Tonsing - 2016-07-17

    This was mine. the test.txt is the before and test.html is the after version.

    Thanks for looking into these.

    I usually but didn't always remember to sign on so some of the anonymous entries may be mine. The linux one is not.

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.