Markus Liebelt

Results 129 comments of Markus Liebelt

@Bebul Thank you a lot for investing time in that topic. I think you are right. Here is what I would do if I would tackle that issue: 1. Create...

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...

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....

Thanks a lot for bringing that to my attention. The reason could be twofold (and I will check that later): * Does Chessground allow any unit to be used? I...

I did some more experimentation. Here is the (not final) result. This helps a little bit to understand how much has to be done, when doing the implementation. I will...

Thank you for the explanation, this is what I meant with > I tried it, and when you have a board with no move, but with circles, this leads to...

The main reason to do this is the following: * You want to be able to publish something on the internet (like our club chess web site). * You don't...

I am not Javascript-savvy enough to understand your point here. What should I do to ensure that _all variables are defined_? What are the variables in my code that are...

Nice idea! I never had thought that this could possibly work. The reason is, that the library used for playing and controlling chess is (as I think) not able to...

See https://github.com/jhlywa/chess.js/issues/122 for an issue in the library I am using. There is the mentioning of a branch that includes a (partial) implementation, I will give it a try. But...