Summary: | Not possible to select notes under a fragment widget in sequence diagrams | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.24.1 (KDE Applications 17.12.1) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/45d667bbbf1989a511a5e99621e250007ed99270 | Version Fixed In: | 2.24.3 (KDE Applications 17.12.3) |
Sentry Crash Report: |
Description
Ralf Habacker
2018-02-15 15:39:49 UTC
Git commit 45d667bbbf1989a511a5e99621e250007ed99270 by Ralf Habacker. Committed on 16/02/2018 at 09:49. Pushed by habacker into branch 'Applications/17.12'. Fix 'Not possible to select notes under a fragment widget in sequence diagrams' - remove suspicious code handing of setting z value in UMLWidget::setSelected() which should be always handled in toForeground() - disable foreground handling for CombinedFragmentWidget and BoxWidget by making toForeground() virtual and adding related overrides. - set z value for CombinedFragmentWidget to the same level as BoxWidget There is a remaining issue that a box widget cannot be selected if the box widget is completly inside a combined fragment widget and created before the combined fragment widget. FIXED-IN:2.24.3 (KDE Applications 17.12.3) M +4 -0 umbrello/umlwidgets/boxwidget.cpp M +3 -0 umbrello/umlwidgets/boxwidget.h M +5 -0 umbrello/umlwidgets/combinedfragmentwidget.cpp M +1 -0 umbrello/umlwidgets/combinedfragmentwidget.h M +0 -8 umbrello/umlwidgets/umlwidget.cpp M +2 -1 umbrello/umlwidgets/umlwidget.h https://commits.kde.org/umbrello/45d667bbbf1989a511a5e99621e250007ed99270 |