Menu

#60 Scrolling does not work when objects are created

Unscheduled
open
nobody
Limitation (11)
core
1
2012-12-20
2007-11-21
No

Clicking the last point of a Line/Arc/Loop/Bezier outside the canvas makes the object disappear, - it should behave the same as it did for lines in JD-2.0.

Discussion

  • Christian Kaufhold

    Logged In: YES
    user_id=1688209
    Originator: NO

    This cannot be done in general with Java - if no mouse button it pressed, the canvas does not get mouse events when the mouse is outside.
    (It could be done while the mouse is inside the same window).
    Scrolling works as designed if you press the button, then drag and release at the final point.

     
  • Christian Kaufhold

    • labels: 749660 --> Limitation
     
  • Lukas Theussl

    Lukas Theussl - 2008-11-25
    • priority: 3 --> 1
     
  • Lukas Theussl

    Lukas Theussl - 2012-12-20

    In version 3.0 all lines, arcs and loops are also drawn via point/click like Beziers before, so this issue now applies to all particle objects. OTOH the behavior is uniform for all objects now so it may be considered a feature...

     
  • Lukas Theussl

    Lukas Theussl - 2012-12-20
    • summary: Scrolling in Bezier mode does not work --> Scrolling does not work when objects are created
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -Clicking the last point of a Bezier outside the canvas makes the Bezier disappear, - it should behave the same as eg lines.
    +Clicking the last point of a Line/Arc/Loop/Bezier outside the canvas makes the object disappear, - it should behave the same as it did for lines in JD-2.0.
    
    • assigned_to: Christian Kaufhold --> nobody
    • group: --> core
     

Log in to post a comment.