| Summary: | Drag action on GEF logic diagram does not respect Snap to Geometry menu setting | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tom Macdougall <tmacdoug> | ||||
| Component: | GEF-Legacy GEF (MVC) | Assignee: | gef-inbox <gef-inbox> | ||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||
| Severity: | minor | ||||||
| Priority: | P3 | CC: | hudsonr | ||||
| Version: | 3.2 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Tom Macdougall
Created attachment 45024 [details]
patch for DragEditPartsTracker.txt
Added check in DragEditPartsTracker for the snap to geometry property. I am not sure what I can assume about the getCurrentViewer call. Please let me know if further checks should be added.
Tools need to rely on the target editpart to determine how to snap. The viewer property is an implementation detail for how the target determines the snapto method. This is working as designed for me. |