revolution icon indicating copy to clipboard operation
revolution copied to clipboard

Strange indentation appears when clicking on the "Help" button

Open Ruslan-Aleev opened this issue 1 year ago • 2 comments

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

Ruslan-Aleev avatar Feb 22 '24 11:02 Ruslan-Aleev

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)

dimasites avatar Mar 25 '24 10:03 dimasites

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

wheight

Ruslan-Aleev avatar Mar 25 '24 11:03 Ruslan-Aleev