modxcms / revolution

MODX Revolution - Content Management Framework
https://modx.com/
GNU General Public License v2.0
1.36k stars 529 forks source link

Strange indentation appears when clicking on the "Help" button #16531

Open Ruslan-Aleev opened 7 months ago

Ruslan-Aleev commented 7 months ago

Bug report

Summary

A strange indent appears at the bottom of the page when you click on the “Help” button. Apparently it has something to do with the pop-up window.

help_bug

It was reported earlier by @phantomphondler here - https://github.com/modxcms/revolution/issues/16056#issuecomment-1238749577

Environment

MODX 3.1.0-dev

dimasites commented 6 months ago

Hi, i saw the same behavior in many places in admin panel on MODX 3.0.4, and it looks like specificity how ExtJS on manager page calculate window's positions. The bottom section on the screenshot was filled DevTools panel, and then DevTools was closed, right?

But i cant reproduce it in MODX2, therefore it looks like the interface bug (related to window size changes and ExtJS recalculation i think)

Ruslan-Aleev commented 6 months ago

@dimasites As far as I can see, the problem is in overflow: hidden; for .x-viewport body, but maybe I'm wrong.

wheight