Transkribus / TranskribusSwtGui

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusSwtGui
GNU General Public License v3.0
18 stars 4 forks source link

text tags: properties disappear after saving or when pressing "next" button of property editor #237

Closed jkloe closed 5 years ago

jkloe commented 5 years ago

Reported e.g. for document 77617. Seems to be unrelated to the old property issue #196.

jkloe commented 5 years ago
jkloe commented 5 years ago

Problem is that TagListWidget somehow gets different tags than the ones currently set in the current transcript in Storage. Does 'MyTableViewer' copy elements? When pressing 'next' button, the next tag is taken from TagListWidget which are not the same anymore as the ones in the current transcript and thus properties do not get applied. Same problem occurs when selecting a tag from the TagListWidget, then this exact tag is set in the property table and the property is not written into the 'correct' tag (i.e. the one in the current transcript).