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

Summary: Drag with scene narrowing/resizing works wrong
Product: platform Reporter: Sergey Petrov <sj-nb>
Component: GraphAssignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 105060    

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.