Bug 381374 - Boxes seemingly have an arbitrary size limit
Summary: Boxes seemingly have an arbitrary size limit
Status: CONFIRMED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 2.21.3 (KDE Applications 16.12.3)
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-18 18:50 UTC by David H. Gutteridge
Modified: 2022-12-27 06:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David H. Gutteridge 2017-06-18 18:50:37 UTC
When trying to expand a box around a large portion of a diagram, I've found it hits some sort of arbitrary limit and simply won't allow me to expand it any further.

1. Add box to a diagram that is fairly wide. (In my case, an activity diagram with eight concurrent sequences).
2. Click on the bottom right corner of the box to expand it. At a certain point, it simply won't expand any further. (In my case, I'm trying to put a box around five of the eight concurrent sequences. It won't expand beyond partway through the fourth sequence.)

(I'm using 2.21.3, I can't comment on the 2.22 series, though I looked through the change logs and didn't see anything relevant listed.)
Comment 1 Justin Zobel 2022-11-06 09:25:12 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 2 Bug Janitor Service 2022-11-21 05:13:45 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 David H. Gutteridge 2022-11-22 02:45:31 UTC
This is still reproducible with Umbrello Version 2.35.2 (Applications 22.08.2). Exactly the same as before. I can share a demonstration file, if need be (I would just have to remake it, as my real example I just re-tested with contains proprietary information).
Comment 4 Oliver Kellogg 2022-12-27 06:47:25 UTC
Still happens with current git master (3fa47506f43abbbac6655c7cf137af4f88229b1d).

See https://invent.kde.org/sdk/umbrello/-/blob/master/umbrello/umlwidgets/umlwidget.cpp#L71

    const QSizeF UMLWidget::DefaultMaximumSize(1000, 5000);

At the least, the horizontal default should be increased to 5000.
Comment 5 Oliver Kellogg 2022-12-27 06:54:19 UTC
Git commit 545ddb1264be1e8a823676bd768535493f7df827 by Oliver Kellogg.
Committed on 27/12/2022 at 06:53.
Pushed by okellogg into branch 'master'.

Address https://bugs.kde.org/show_bug.cgi?id=381374#c4 : In umbrello/umlwidgets/umlwidget.cpp DefaultMaximumSize increase max width to 5000.

M  +1    -1    umbrello/umlwidgets/umlwidget.cpp

https://invent.kde.org/sdk/umbrello/commit/545ddb1264be1e8a823676bd768535493f7df827