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 89042

Summary: step of element resizing by shortcut should depend on how key is pressed
Product: uml Reporter: Andrew Korostelev <akorostelev>
Component: General DiagramAssignee: issues@uml <issues>
Status: NEW ---    
Severity: blocker CC: mbudris
Priority: P1 Keywords: A11Y
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Andrew Korostelev 2006-11-09 15:53:17 UTC
Now if element is being resized by shortcut, resizing step is constant and = 5.
Step should depend on how key is pressed.
e.g.:
- single press should change size with step 1.
- continuous pressing should round to the next divisible by 5 and then resize
with step = 5.