markasoftware / SpecDB

A beautiful web app for viewing and comparing the specifications of PC hardware.
https://specdb.info/
GNU Affero General Public License v3.0
29 stars 11 forks source link

Setting xfr support or unlocked to false outside of the base CPU yaml file breaks the application page #16

Closed zcskywire2 closed 7 years ago

zcskywire2 commented 7 years ago

When using a inherited yaml file to set these methods to false the interface of the application misbehaves. Ex Ryzen-inherit. These actions include: Breaking the advance settings tab so that clicking on it does nothing, failing to refresh the applications compare page, preventing the user from navigating the application. Loading a properly functioning CPU into compare negates the issues caused by this until it is removed. This at the moment can be bypassed by setting those settings directly in the cpu's yaml file. Ex R5 1600X

markasoftware commented 7 years ago

Generally speaking it's recommended to omit unlocked or XFR support if you don't have them, they will be automatically filled in as false. But yes, this is a still a bug, and I will look into it soon.