NEW 154734
Web Inspector: Custom bezier curve editor controlpoints left beyond panel can't be easily reached again
https://bugs.webkit.org/show_bug.cgi?id=154734
Summary Web Inspector: Custom bezier curve editor controlpoints left beyond panel can...
Timothy Hatcher
Reported 2016-02-26 10:44:13 PST
There’s no way to retrieve control points that have bene dragged out of view. The view should probably scale to fit the bounds of the curve and the control points. <rdar://problem/24861458>
Attachments
Screenshot of the Bug (25.20 KB, image/png)
2016-02-26 10:44 PST, Timothy Hatcher
no flags
Timothy Hatcher
Comment 1 2016-02-26 10:44:55 PST
Created attachment 272337 [details] Screenshot of the Bug
Devin Rousso
Comment 2 2016-02-26 13:12:08 PST
(In reply to comment #0) > There’s no way to retrieve control points that have bene dragged out of view. You actually can retrieve the controlpoints as the code chooses the closest point to the current mouse position when the user clicks on the bezier area. > The view should probably scale to fit the bounds of the curve and the > control points. If we are going to scale, should it only happen once the user lets go of a controlpoint (it resizes smaller if there was previously one offscreen and resizes larger if one is currently offscreen)? It should also only be a vertical scaling as you can't drag the controlpoints offscreen to the left or right.
Timothy Hatcher
Comment 3 2016-02-26 14:14:53 PST
Vertical scale-to-fit when you let go sounds good to me.
Note You need to log in before you can comment on or make changes to this bug.