Tuesday, December 24, 2013

dragging bug (IE), project links issue in IE

Fixed IE drag 'lock-up' bug: (thanks to Tom for reporting it) This bug was occurring in some projects when using Internet Explorer 11. When the project link was updating after using the drag controls, some bump values were incorrectly allowed to have decimal places. This was breaking things, including as the drag controls. So they would appear to lock up. The problem appears to be fixed now, but if you see anything odd, please let me know!

Project links in IE: Internet Explorer allows up to 2083 character in a URL. Everything after that is truncated. So, the end of a project link may be chopped off if it gets too long. Chart settings are affected first, since those are the last fields saved in the project link. The only easy solution is to recommend not using Internet Explorer. Other browsers all appear to work just fine and have much higher limits for URL length.

    Other solutions are:
  • Using shorter field names or using numbers to represent each field. This would pretty easy to implement, but it could cause confusion and add complexity (potentially breaking some users' project links), and it doesn't get around the inevitable URL max length.
  • Saving project links on the site. This is a much more involved solution, because it would probably require adding user accounts and forcing people to sign up if they want to save their project. Since VSusp is still a relatively simple tool, I'd really prefer the user interaction to stay as simple as possible: no downloading or signup required - just click and go
Project link version update: Putting in the fix for bump values required updating from project link version 0.7 to 0.8. Projects will be updated automatically to version 0.8.


No comments:

Post a Comment