SaschaWillems / vulkan.gpuinfo.org

Front-End and Back-End for the Vulkan Hardware Database
https://vulkan.gpuinfo.org
GNU Affero General Public License v3.0
23 stars 4 forks source link

Recent update seems to have broken viewing format support table on Chrome. #42

Closed alister-chowdhury closed 2 years ago

alister-chowdhury commented 2 years ago

Hi there,

It seems there was a recent update which changed the way format support is rendered.

Unfortunately it seems to not be compatible with chrome (92.0.4515.107 on Windows 10): numbers

I had a cheeky look the console log and saw:

Uncaught TypeError: Cannot read property 'display' of undefined
    at responsive.bootstrap.min.js:5
    at responsive.bootstrap.min.js:5
    at responsive.bootstrap.min.js:5

Which seems imply something to do with data tables.

Additionally, it was handy before to be able to sort entries by percentage rather than name (for weighing up what formats you would support), which seems to no longer be an option :(

Many thanks, Alister

SaschaWillems commented 2 years ago

This looks like the stylesheet hasn't been refreshed. Can you do a proper clean reload of the page (CTRL+F5 should suffice)? I use the exact same combo of Windows 10 and Chrome and it works fine. Chrome may cache the stylesheet though, so a forced refresh should work.

As for the missing sorting: I'll add it back once I figured out how to properly make it work with rotated headers.

alister-chowdhury commented 2 years ago

Aha! This worked a treat! Many thanks!

Good to hear about the sorting too!

SaschaWillems commented 2 years ago

Adding sorting back to the rotated header was easier than thought. If you refresh the page again sorting should be there.

alister-chowdhury commented 2 years ago

Oh that's so awesome! Works fantastic!