STEPS TO REPRODUCE 1. start umbrello 2. load appended file 3. open package diagram OBSERVED RESULT In the right bottom border there are several duplicated text labels EXPECTED RESULT There should no duplicated text labels SOFTWARE/OS VERSIONS Linux/KDE Plasma: openSUSE Leap 42.3 KDE Frameworks Version: 5.54 Qt Version: 5.11 ADDITIONAL INFORMATION The duplicated labels could be identified in the xmi file by having the same xmi.id, localid and label e.g. <interfacewidget> <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW" xmi.id="u6ZoqynmTBPeY" /> </interfacewidget> <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/> The second floatingtext instance is the duplicate and should be removed.
Created attachment 117801 [details] test file
Git commit e4aaa80ff8d2a23d739e8cc05d39e7a11599f700 by Ralf Habacker. Committed on 03/02/2019 at 10:41. Pushed by habacker into branch 'Applications/18.12'. Fix 'Duplicated text labels in xmi file' FIXED-IN:2.27.2 (KDE Applications 17.12.2) M +29 -0 umbrello/umlscene.cpp https://commits.kde.org/umbrello/e4aaa80ff8d2a23d739e8cc05d39e7a11599f700
PLEASE GET ME OFF THE LIST!!! Am 03.02.19 um 11:39 schrieb Ralf Habacker: > https://bugs.kde.org/show_bug.cgi?id=403888 > > Bug ID: 403888 > Summary: Duplicated text labels in xmi file > Product: umbrello > Version: 2.27.1 (KDE Applications 18.12.1) > Platform: Other > OS: Linux > Status: REPORTED > Severity: normal > Priority: NOR > Component: general > Assignee: umbrello-devel@kde.org > Reporter: ralf.habacker@freenet.de > Target Milestone: --- > > STEPS TO REPRODUCE > 1. start umbrello > 2. load appended file > 3. open package diagram > > OBSERVED RESULT > In the right bottom border there are several duplicated text labels > > EXPECTED RESULT > There should no duplicated text labels > > SOFTWARE/OS VERSIONS > Linux/KDE Plasma: openSUSE Leap 42.3 > KDE Frameworks Version: 5.54 > Qt Version: 5.11 > > ADDITIONAL INFORMATION > The duplicated labels could be identified in the xmi file by having the same > xmi.id, localid and label e.g. > > <interfacewidget> > <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW" > xmi.id="u6ZoqynmTBPeY" /> > </interfacewidget> > > <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/> > > The second floatingtext instance is the duplicate and should be removed. >
PLEASE GET ME OFF THE DISTRIBUTION!!! Am 03.02.19 um 11:39 schrieb Ralf Habacker: > https://bugs.kde.org/show_bug.cgi?id=403888 > > Bug ID: 403888 > Summary: Duplicated text labels in xmi file > Product: umbrello > Version: 2.27.1 (KDE Applications 18.12.1) > Platform: Other > OS: Linux > Status: REPORTED > Severity: normal > Priority: NOR > Component: general > Assignee: umbrello-devel@kde.org > Reporter: ralf.habacker@freenet.de > Target Milestone: --- > > STEPS TO REPRODUCE > 1. start umbrello > 2. load appended file > 3. open package diagram > > OBSERVED RESULT > In the right bottom border there are several duplicated text labels > > EXPECTED RESULT > There should no duplicated text labels > > SOFTWARE/OS VERSIONS > Linux/KDE Plasma: openSUSE Leap 42.3 > KDE Frameworks Version: 5.54 > Qt Version: 5.11 > > ADDITIONAL INFORMATION > The duplicated labels could be identified in the xmi file by having the same > xmi.id, localid and label e.g. > > <interfacewidget> > <floatingtext ... text="LaunchSolutionJob" localid="uoOTqHvYazhZW" > xmi.id="u6ZoqynmTBPeY" /> > </interfacewidget> > > <floatingtext ... text="LaunchSolutionJob" xmi.id="u6ZoqynmTBPeY"/> > > The second floatingtext instance is the duplicate and should be removed. >
PLEASE GET ME OFF THE DISTRIBUTION!!! Am 03.02.19 um 14:17 schrieb Ralf Habacker: > https://bugs.kde.org/show_bug.cgi?id=403888 > > Ralf Habacker <ralf.habacker@freenet.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Blocks| |403515 > > > Referenced Bugs: > > https://bugs.kde.org/show_bug.cgi?id=403515 > [Bug 403515] Ports on component diagram are randomly disappeared
PLEASE GET ME OFF THE DISTRIBUTION!!! Am 03.02.19 um 11:41 schrieb Ralf Habacker: > https://bugs.kde.org/show_bug.cgi?id=403888 > > Ralf Habacker <ralf.habacker@freenet.de> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|REPORTED |RESOLVED > Version Fixed In| |2.27.2 (KDE Applications > | |17.12.2) > Resolution|--- |FIXED > Latest Commit| |https://commits.kde.org/umb > | |rello/e4aaa80ff8d2a23d739e8 > | |cc05d39e7a11599f700 > > --- Comment #2 from Ralf Habacker <ralf.habacker@freenet.de> --- > Git commit e4aaa80ff8d2a23d739e8cc05d39e7a11599f700 by Ralf Habacker. > Committed on 03/02/2019 at 10:41. > Pushed by habacker into branch 'Applications/18.12'. > > Fix 'Duplicated text labels in xmi file' > FIXED-IN:2.27.2 (KDE Applications 17.12.2) > > M +29 -0 umbrello/umlscene.cpp > > https://commits.kde.org/umbrello/e4aaa80ff8d2a23d739e8cc05d39e7a11599f700 >
PLEASE GET ME OFF THE DISTRIBUTION!!! Am 03.02.19 um 11:40 schrieb Ralf Habacker: > https://bugs.kde.org/show_bug.cgi?id=403888 > > --- Comment #1 from Ralf Habacker <ralf.habacker@freenet.de> --- > Created attachment 117801 [details] > --> https://bugs.kde.org/attachment.cgi?id=117801&action=edit > test file >