Hello there,
My operating system is Arch Linux.
Here is the output of advene --version:
- Advene development version release/3.13.1-1-gf2abf4d7
How to reproduce the issue:
- Launch Advene with
./bin/advene /<path_to>/Nosfertu_v14.azp.
Navigation and steps:
We are there: http://localhost:1234/packages/Nosferatu_v14/view/Level2
-
Subpage: "Emotions" - http://localhost:1234/packages/Nosferatu_v14/view/FearJoy
- The joy scenes and fear scenes are mixed up - Depending of the web broswer window size.
==> Edit "FearJoy" static view.
==> Line 64: Fix <h3>Fear scenes</h3> into <h3 style="clear: left">Fear scenes</h3>.
-
Subpage: "Themes" - http://localhost:1234/packages/Nosferatu_v14/view/view_themes
Thank you
Hello there,
My operating system is Arch Linux.
Here is the output of
advene --version:How to reproduce the issue:
./bin/advene /<path_to>/Nosfertu_v14.azp.Navigation and steps:
We are there: http://localhost:1234/packages/Nosferatu_v14/view/Level2
Subpage: "Emotions" - http://localhost:1234/packages/Nosferatu_v14/view/FearJoy
==> Edit "FearJoy" static view.
==> Line 64: Fix
<h3>Fear scenes</h3>into<h3 style="clear: left">Fear scenes</h3>.Subpage: "Themes" - http://localhost:1234/packages/Nosferatu_v14/view/view_themes
"Error in view view_triangles interpretation: :26:2".
==> Edit "Nightmarish triangles" static view.
==> line 26: add
</p>before</div>.The snapshots are not there.
==> line 24 - Fixes but no triangles - I have not found better as I wouldn't know how to do.
<img class="screenshot" alt="" tal:attributes="src string:/media/overlay/advene/${a/id}" />into:
<img class="screenshot" alt="" tal:attributes="src a/snapshot_url" />Thank you