Fixed Admin navigation clipping issues in style properties

Lately, this is becoming an increasingly common and difficult problem to handle:

s9A9AGs.png

I trigger this on more than a few occassions by simply opening various categories, mostly if I am searching for something or not really paying attention. It stays like that until I reload the page.
 
Are you still seeing this with the current beta?

I did see this once, IIRC, before this report, but I haven't managed to reproduce this now. It's very possible we fixed the underlying bug (which is probably just a missing call to recalculate the behavior of this sidebar after page changes).
 
The situation has improved, and most of the time the issue can be solved by simply scrolling around now, but it's not completely gone yet.
One trigger is the following:
  1. Open up the style properties overview
  2. Scroll to the bottom of the page
  3. Close the navigation category
Half of the page navigation will now be unreachable, as it is clipped out of the page. It works on various other pages as well, and depending on the height of the category, it will either clip out at the top, or the bottom.

Here's a video:
https://my.mixtape.moe/bpqugj.mp4
 
That issue should be fixed now and it's quite possible the original bug was a somewhat similar issue. This was a bug in the underlying sticky kit library we use for this sidebar, though it's something we've forked with some tweaks already so I was able to identify the cause and fix it (ironically, what looks like a quirk of CoffeeScript compilation).
 
Top Bottom