Bug #3039
Import, XTZ, a new div added at each page of the default edition
Status: | New | Start date: | 03/19/2021 | ||
---|---|---|---|---|---|
Priority: | High | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Import | Spent time: | - | ||
Target version: | TXM 0.8.2 |
Description
Bug encountered in TXM 0.8.1.202103111422
To reproduce the bug, import a text with multiple pages (tested with pb marked pages).
See the source the html edition pages, you will see N-1 nested div elements, where N is the page number, in addition to div[class="CORPUSNAME"] and div[class=txmeditionpage].
For instance, at page 508, there will be 509 nested div.
The problem is that the browsers don't display spaces between words when the number of nested div is too high (509 in my test with internal browser and Firefox).
Associated revisions
refs #3039
set default page word size to 1000
fix ConsoleProgressBar format
History
#1 Updated by Matthieu Decorde about 2 years ago
- Priority changed from Normal to High
- % Done changed from 0 to 80
seems fixed with
#3 Updated by Matthieu Decorde about 2 years ago
- % Done changed from 0 to 80
#5 Updated by Matthieu Decorde almost 2 years ago
- % Done changed from 40 to 0
the bug is still present in last TXM 0.8.2 build
#6 Updated by Matthieu Decorde almost 2 years ago
- % Done changed from 0 to 80
should be ok now... The StackStaxWriter was messing with attributes and its stack