View Issue Details

IDProjectCategoryView StatusLast Update
0020527MMW 5Generalpublic2024-02-23 16:59
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0020527: windborder-top should not be used for moving windows
Descriptionwindborder-top is like the top border of standard windows. It should be used only for resizing, not moving of the window, i.e. when you click on the top border and without releasing the mouse button you move the mouse, you expect to resize that window, not to move it.

However, if I have a skin that has windborder-top with very big height, I could move MM windows by click on that border, but not on the actual title bar (or at least not on its bottom part, depending of the height of windborder-top).

It seems that the program determines the height of title bar area for dragging the windows assuming that windborder-top has 0px height.

Just try adding the next lines to the skin_mainwindow_add.less of any of your skins, and try to move window by click on the title bar (you know, the bar with the title of window and the systems buttons):

.winborder {
    top: 40px;
}
.winborder-top {
    height: 40px;
}

I know this example has extremely wide windborder-top, but it is like that just to make a point.
TagsNo tags attached.
Attached Files
Fixed in build

Activities