User Tools

Site Tools


projects:jslib:jslib

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:jslib:jslib [2024/08/28 14:15] – [Release Notes] jhagstrandprojects:jslib:jslib [2024/08/30 01:23] (current) – [ToDo] jhagstrand
Line 3: Line 3:
 ====== jslib ====== ====== jslib ======
  
-Javascript library +Library of JavaScript components.
  
 [[https://jslib.voyc.com]] [[https://jslib.voyc.com]]
Line 17: Line 16:
 =====ToDo===== =====ToDo=====
  
-  * dragger, mouse has to go really slow or it flies away from the drag object+  * dragger, if mouse goes too fast, it flies away from the drag object
   * sketchpad, not working with touch on Android   * sketchpad, not working with touch on Android
 +
 +
 +=== dragger bugs ===
 +
 +jslib/dragger.js
 +
 +layout/jslib/dragger.js (jslib is a submodule in layout)
 +
 +^ platform           ^ jslib                             ^ layout                           ^
 +| linux mouse        | ok, but too fast movement fails   | no good, fast movement fails     |
 +| android touch      | does not grab - fixed             | works fine                       |
 +
 +logger window was preventing android touch from grabbing draggee
 +
 +re fast movements
 +
 +linux mouse: as soon as the mouse goes outside the dragged object, the movement stops, even though it has not dropped yet.  Bring the mouse back to the object and dragging continues.
 +The layout thumb button is very small, so it is very susceptible to this issue.
 +The jslib drag redsquare is larger, so the issue is less noticeable but still a real issue.
 +
 +android touch: the finger can go outside the dragged object without stopping the drag
  
projects/jslib/jslib.1724868943.txt.gz · Last modified: 2024/08/28 14:15 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki