Bug/UI Issue [✓] [ ]: pgn loaded game's analysis rpt Detail tab -editable & bad time control frmat

Sort:
Avatar of jas0501

Here is an example loaded pgn generated saved analysis showing the issue:

https://www.chess.com/a/3yMJN3rWgQPk

Bug: The time control is Time: 1 move per 3 days but is listed as 1/259200. 259200 being 3 day's worth of seconds.

Bug/Feature: All the fields on the details tabs are editable. This may be a feature but I think these field should not be editable, similar to a normal saved analysis Details tabl

Avatar of jas0501

Another Feature/Bug is the game link loads in self analysis mode with no charts visible:

I would expect the analysis report to start the normal way with self analysis unchecked.

 

Avatar of jas0501

Partially fixed.

The time display is now in the correct units, however the fields are still editable. Editing the time field results in a failed display with a NaN

The complete fix should not permit edits to any of the info fields.

 

Avatar of jas0501

Correcting the Info tab fields to be read only should be very easy. Here is the correct treatment from a report analysis Info tab's white player field's html:

Here is the incorrect png generated analysis Info tab showing the omission of readonly="readonly

Avatar of BabYagun

This is a feature. If you paste in a PGN, the details for that PGN are not read only.

PGN details are only read-only if you get to them from clicking on a chess.com game from archive.

Avatar of jas0501

I can see the point.

[ ] Alternately one could make fields that have values in the pasted pgn read only and permit edits on the blank fields.