Actions
Bug #12934
closed
MV
RM
StdGridLayoutImpl2.js: allow a widget's maximum size to influence the mouse drag behaviour
Bug #12934:
StdGridLayoutImpl2.js: allow a widget's maximum size to influence the mouse drag behaviour
Start date:
08/13/2024
Due date:
% Done:
100%
Estimated time:
Description
It is likely that a missing case can be found in StdGridLayoutImpl2.js. The minimum size of a widget IS taken into account, and a user is not able to drag the dividing line further than the minimum width. But when using a maximum width, no such enforcement is done.
It may be that this is not feasible to do, depending on how these calculations are performed (e.g. with more than two widgets). but it is worth a look to see if maxDelta can be better estimated.
MV Updated by Matthias Van Ceulebroeck about 2 years ago
- Assignee set to Romain Mardulyn
- Target version changed from future to 4.11.2
RM Updated by Romain Mardulyn about 2 years ago
- Status changed from New to InProgress
RM Updated by Romain Mardulyn about 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
MV Updated by Matthias Van Ceulebroeck almost 2 years ago
- Assignee set to Matthias Van Ceulebroeck
MV Updated by Matthias Van Ceulebroeck almost 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Implemented @Emweb to Implemented @Test
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Implemented @Test to Closed
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Related to Bug #13685: StdGridLayoutImpl2.js: ensure resizing stretchable items does not loop added
Actions