Markus Liebelt

Results 47 issues of Markus Liebelt

Parts of the viewer may be tested by unit tests. Try to add unit tests, that are testing that part of the viewer that is more independent from the UI.

enhancement

I tried to overwrite the (in CSS set) pieceStyle wikipedia by setting the pieceStyle explicitly in the configuration or in the div. For an unknown reason, this is not possible....

bug

It is not a documented configuration parameter, but is used by Chessground, and initially set to `highlight: {lastMove: true}`. When I try to change that configuration, this has no effect...

bug

Check the notationLayout == list, and ensure that all combinations on moves/variants/comments work well. See e.g. one flaw currently visible: ```text 1. e4 e5 2. Nf3 Nc6 3. Bc4 (...

bug

When you combine the configuration parameters `width` and `movesWidth`, they don't have the expected effect: * Layout top: `movesWidth` is ignored completely (which may be the right decision). * Layout...

bug

The following leads directly to an error: ```javascript pgnView('id', {pgn: 'Ngf3'}) ``` The reason seems to be, that for `chess.js`, this is a move with an unnecessary disambiguator. Find a...

bug

Next strange effect: setting a there outside of the board sets it for all boards ( ✔️ ), but you can only overwrite it, if your definition in CSS comes...

bug

If the pieceStyle is unset in the (normal) default, no pieces at all are shown. We have to ensure that at least one pieceStyle is set (and can be overridden...

bug

When I use the example `examples/configuration/input/3_many-games-left.html` the second game has an error. I can see that in the debugger of the browser, when it pauses on exceptions. ![image](https://user-images.githubusercontent.com/520039/153151437-f86551c1-0e6a-47db-b656-ad72764b2603.png) But I...

bug

It should be possible to enter a so called game comment (the one before the first move). This is currently ignored in the UI.

bug