tomitrescak / clara-support

0 stars 0 forks source link

World does not show when Creating Modifying #130

Closed drtaguewsu closed 1 year ago

drtaguewsu commented 1 year ago

When wanting to update existing worlds the board does not show for editing. Tried Chrome, Firefox, Edge, and Safari. Doesn't work for any. Wanting to update practicals for Autumn 2023

Screenshot 2023-02-21 at 5 11 09 pm

When changing the rows and columns it doesn't fix the issue. Unexpected behaviour occurs when having a positive value for column for and a 0 for rows.

Screenshot 2023-02-21 at 5 24 12 pm

It doesn't matter what exercise, this occurs for all for all browsers.

tomitrescak commented 1 year ago

Rhys, I got the shittiest solution, but I really do not want to support the old version as we really need to get the new version out of the door.

But, all you need to do is to open the screen where the board is diappeared and paste this into your web console

$('.css-15d0bjv').style.minHeight = '300px';
$('.css-15d0bjv').style.minWidth = '300px';
drtaguewsu commented 1 year ago

Totally understand not wanting to touch the old code base.

Might be a shit solution, but it's a solution 💪.