-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text corrections on non-default textclasses fail #173
Comments
proycon
added a commit
to proycon/foliapy
that referenced
this issue
Apr 6, 2021
proycon
added a commit
that referenced
this issue
Apr 7, 2021
proycon
added a commit
to proycon/foliapy
that referenced
this issue
Apr 7, 2021
…). Allows setting textclass from a higher level and needed to solve proycon/flat#173
This seems fixed in my latest development tests now. |
This now fails again, probably the fix I implemented for this issue leads to related problems elsewhere.
The same was also reported by @pirolen in #170 :
|
proycon
added a commit
to proycon/foliapy
that referenced
this issue
Jul 1, 2021
… this), then textclass is interpreted as settextclass. (proycon/flat#173)
Ok, this seems to fix it now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Text corrections on non-default textclasses fails because they introduce a new element (new text content), which subsequently does not inherit the right non-default text class but gets assigned the default one (current).
(This applies to joins, split and insertions, as well as individual tokens)
Discovered while debugging #170
The text was updated successfully, but these errors were encountered: