-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Engine.backward() disables Config.cleanupWikifierOutput = true #240
Comments
Related #189 |
This is likely related to timing. I.e., Going backwards before the last moment has finished rendering. |
It seemed to happen even if I waited a long while. Could it be that the engine renders the past moment differently and doesn't load the config setting? |
All moments are rendered equally, wrt. the setting anyway. The cleanup setting is only used if no other Wikifier calls are active somewhere. This is the likely culprit of "it no worky at all" the majority of the time. |
Yes, I didn't mean that the Config setting was being reset, I was implying that the rendering process involved in So, given that this happens even if there is a long delay before going backwards, it implies that the process nevertheless invokes another Wikifier? Could it be related to StoryInterface rendering passages? |
I tested the reported behaviour using links like...
...and...
...and the issue also occurs when The Undo and Redo navigation links did not display the reported behaviour when used in the same testing project. |
Describe the bug.
Using
Engine.backward()
in a story withConfig.cleanupWikifierOutput = true
generates a passage with<br>
tags as ifConfig.cleanupWikifierOutput
was not set.To Reproduce:
Expected behavior.
The first passage should have
<p>
tags as normal, but just has plain<br>
insteadProject details.
Desktop details.
The text was updated successfully, but these errors were encountered: