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 134828 - It's good if library actions will pass event to providers
Summary: It's good if library actions will pass event to providers
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-11 19:53 UTC by Sergey Petrov
Modified: 2008-05-11 19:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2008-05-11 19:53:52 UTC
It's good if library actions will pass event or at least key modifiers to providers.
For example:
-move action may works differently if move with some key down (for example shift) and without modifier, like with align
and without align, but have no information of starting event or state of keys during mouse move event.
-or move action may try to keep vertical/horizontal, diagonal movement with some keys down (like drawing in some
graphics tool)
-resize action may keep aspect ratio with one modifier, make sizes equal with other and allow free resize without
-or resize action may finish with strict final size or just a suggested final size depending on modifier
etc