humboldtdigital / ProHD

A web application built with TEI Publisher
https://dossierdigital.ohc.cu/
GNU General Public License v3.0
6 stars 7 forks source link

pb-view cannot emit and subscribe to transcription at the same time? #7

Closed arojascastro closed 3 years ago

arojascastro commented 3 years ago

In prohd.html, I would like to allow the font to change and also display alternative views of the source with page view and diplomatic view.

Originally, I had the following code:

<pb-view id="view1" src="document1" xpath="//text" emit="transcription" wait-for="#facsimile"/>

After adding subscribe="transcription" the font can be increased but the alternative presentation (diplomatic or page views) turn off and they are not working anymore.

Aren't they incompatible? Can be this fixed somehow?

Also, after turning off and on the diplomatic view I normally lose the title of the edition.

See atacchments

Before 1

After 2

tuurma commented 3 years ago

fixed with 967df436b49130591d47c1363bff62294bff3ef8

arojascastro commented 3 years ago

Thank you. I uploaded the newer version to the server.