Actions
Bug #12934
openStdGridLayoutImpl2.js: allow a widget's maximum size to influence the mouse drag behaviour
Start date:
08/13/2024
Due date:
% Done:
0%
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.
Updated by Matthias Van Ceulebroeck 3 months ago
- Assignee set to Romain Mardulyn
- Target version changed from future to 4.11.2
Updated by Romain Mardulyn 3 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck 2 months ago
- Assignee set to Matthias Van Ceulebroeck
Actions