hobovsky / polyglot

TamperMonkey user script which improves user experience with CodeWars (or at least tries to).
18 stars 5 forks source link

Polyglot settings form is "leaking" in some pages #27

Closed Blind4Basics closed 2 years ago

Blind4Basics commented 2 years ago

image

-> look in the blue area, there is text "hidden" behind the nav bar and the comment section. I've spotted the corresponding html tree in the console, it's the polyglot settings.

I believe the problem occurs as well in the solution-stats pages: when I use page-down while being at azoom level of 30%, I constantly see something moving up from the lower left corner of the page, then it disappears again.

Might be related too: pick a solution-stats rank page where you don't have enough entries to fill the page and each time I click "that button", I have the slider appearing and disappearing. It's pretty annoying... And I think it's coming from your script pushing the form below the current visible part of the page (== slider appears), then hidding it (==slider disappear)

hobovsky commented 2 years ago

Could you verify again? The instantiation of the dialog is delayed now, and I think it should not appear in DOM before displayed.

Blind4Basics commented 2 years ago

looks like it's ok, now.