Open xeyownt opened 3 years ago
Thank you for reporting that bug. Seems to be a consequence of the many changes to the layout ... Have to check if an easy fix is possible. Print was not my major use case, though.
Ok, some analysis about the current bug (based on file /examples/modes/print/print1.html)
outerBoard
should not be printed at all (that is the board above). Have to fix that in CSS. :heavy_check_mark:
Hello,
I noticed that the
print
mode no longer shows intermediate boards as it used to do.For instance:
will only display the last board, although the PGN text will be cut between f4 and e6, as if the board would be displayed in between.
You can also reproduce the issue in the Configuration Builder. If you select Game
Evergreen
then ModuspgnPrint
, you will see that the PGN is formatted such at to display boards in the text, but these boards do not appear. (note also that I sometimes get an exceptionpgn.js:6 Uncaught No legal move: e4
in the console when trying to reproduce that issue in the Configuration Builder).