View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020527 | MMW 5 | General | public | 2023-12-25 09:50 | 2024-02-23 16:59 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Summary | 0020527: windborder-top should not be used for moving windows | ||||
Description | windborder-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. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||