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 105835 - Drag with scene narrowing/resizing works wrong
Summary: Drag with scene narrowing/resizing works wrong
Status: RESOLVED FIXED
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: REGRESSION
Depends on:
Blocks: 105060
  Show dependency tree
 
Reported: 2007-06-06 10:20 UTC by Sergey Petrov
Modified: 2007-06-07 13:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2007-06-06 10:20:23 UTC
regression in 070605

steps:
1. start javaone.demo4.GraphDemo
2. drag World far right
3. releas mouse button
4. click on "world" and drag left
"World" do not follow mouse pointer exactly, and distance increasing while
moving mouse, not reproducible with 070601

This new issue is one more argument why scene should moves with "border drag",
i.e. if something in drag mode (the same in issue for connector I filed
recently) and mouse close to visible border (most tools I know use such behavior)
Comment 1 Sergey Petrov 2007-06-06 10:22:59 UTC
Don't know if it's good to use REGRESSION keyword here because know nothing
about previous release, feel free to remove the keyword if it have sense
Comment 2 David Kaspar 2007-06-07 13:05:49 UTC
Fixed by new implementation of scene scrolling logic.