wiki:GeoGebraMobile/Bugs
Last modified 17 months ago Last modified on 12/25/10 15:43:30

Bugs, issuses, problems to solve / not to forget todos

  • handling

special cases like when three points on the circumcircle are (almost) collinear. DrawConic.java

  • mouse doesn't work when webpage is scrolled (is it solved I think).
  • mouseup event does not working properly : point stays highlighted until another selected
  • The Hit issue sometimes buggy - should be looked over more deeply
  • Find out how to compile only one js file, so it would be easier to get offline (don't compile unnecessary permutations) Maybe rename the compiled js-es somehow more convenient (not 443243242lfjdlfjdslfjdsl.js) It should be done by compile time, not by hand ( as it already possible right now ).
  • Checkboxes buggy (gets dragged when selected) It is a quick port of EuclidianController.java, should be looked over more deeply
  • Get the Hit area bigger, easier for touch devices (and for others too)
  • The dragged .ggb files works correctly, but the base64zipped string has some utf8 issues, must be checked.