Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to expand or resize 'interface ' diagram to accomodate more text #41

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add an interface to the diagram 
2. Give the interface a long name which doesn't fit in the space available
3. Try to drag the digram to expand it (as per the class diagram), but unable 
to (no resize arrow displayed when hovering over the edges)

What is the expected output? What do you see instead?
Expected: Resize arrow hovering over interface edges
Instead: 'hand' symbol (i.e. to move component)

What version of the product are you using? On what operating system?
UMLLet 11.2, Windows 7

Please provide any additional information below.

java version "1.6.0_20"

Original issue reported on code.google.com by rich.j.m...@gmail.com on 6 Jun 2011 at 8:52

@GoogleCodeExporter
Copy link
Author

The interface element cannot be resized (it's intentional), because the size 
automatically increases if you write more text in it.

I've changed the class so that the separation line gets wider if you write more 
text

fixed in r118

Original comment by AFDiaX on 29 Feb 2012 at 10:40

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by AFDiaX on 29 Feb 2012 at 10:41

  • Added labels: UMLet-11.5

@GoogleCodeExporter
Copy link
Author

Not fixed.  Take a look at message 9 of this diagram:

title: DER: General
:          DER Client         :~id1|DER Server~id2|Response Server~id3
id1->>id2:id1,id2: 2 - HTTP GET (DERProgramList)
id2.>>id1:id1,id2:3 - HTTP 200
id1<id2::
id1->id1:id1:4 - Notification Resource
id1->>id2:id1,id2: 5 - HTTP POST (SubscriptionList)
id2.>>id1:id1,id2:6 - HTTP 201
id1<id2::
id1->>id2:id1,id2:7 - HTTP GET (DERControlList)
id2.>>id1:id1,id2:8 - HTTP 200
id1->>id2:id1,id2:9 - HTTP GET (DERCurveGroupList)
id2.>>id1:id1,id2:10 - HTTP 200
id1->>id3:id1,id3:11 - HTTP POST (Response == Event Received)
id3.>>id1:id1,id3:12 - HTTP 201
id1<id3::
id1->id1:id1:13 - Event Start
id1->>id3:id1,id3:14 - HTTP POST (Response == Event Started)
id3.>>id1:id1,id3:15 - HTTP 201
id1<id3::
id1->id1:id1:16 - Event Complete
id1->>id3:id1,id3:17 - HTTP POST (Response == Event Completed)
id3.>>id1:id1,id3:18 - HTTP 201

Original comment by kerlyn2...@gmail.com on 16 Jul 2012 at 8:36

@GoogleCodeExporter
Copy link
Author

Hi the problem you described is issue 66. This issue was only about the 
interface element (which is in the class palette)

Original comment by AFDiaX on 18 Jul 2012 at 7:34

@afdia afdia modified the milestone: Umlet 11.5 Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants