This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93435 - Link is not automatically redrawn after Show Qualifier invocation
Summary: Link is not automatically redrawn after Show Qualifier invocation
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Diagram Class (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Yang Su
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-01-29 13:23 UTC by Andrew Korostelev
Modified: 2007-02-08 22:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gap in assoc. link after showing qualifier (10.46 KB, image/png)
2007-01-29 13:25 UTC, Andrew Korostelev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2007-01-29 13:23:12 UTC
Regression from Coco.
Appeared after fix of issue 83891.
reproducible in all-nbms-griffin-070128_1

After 'Show Qualifier' is invoked for link, only part of link is redrawn and gap
appears. User has to click on diagram to get full link redrawn.
Previously the full link was redrawn automatically.


repro steps:
- create a class diagram
- create and name 2 class elements
- create an association link between the 2 classes
- right-click on the link at one end closer to the class element and select Show
Qualifier
Gap appears in link near qualifier.
Comment 1 Andrew Korostelev 2007-01-29 13:25:15 UTC
Created attachment 37774 [details]
gap in assoc. link after showing qualifier
Comment 2 Yang Su 2007-02-07 01:02:02 UTC
now corrected drawing area refresh logic.
Comment 3 Peter Lam 2007-02-08 22:03:07 UTC
verified in build 070207_9 that the refreshing seems to be working great now. I
no longer see the the issue.