Janne Aukia
Janne Aukia
Thanks for the fix! Now there are only a couple of bugs left on Safari/Chrome: - (Major) Clicking first on the green rect and then on the blue one does...
Here is a better test case for the problem on webkit, the issue only occurs with rotations with a certain format. on webkit, the green rectangle is not working: http://janne.aukia.com/htmltests/louisremi-tf-test/chrome-rotation-bug/...
Sorry for my vague description! Below, steps to reproduce, I hope this clarifies the issues: 1) with a mouse, press button down on top of the slider handle 2) keep...
Adding this would not be trivial, since when zooming, the page size does not change, so there is no way of adusting the page scrollbars to scroll the whole zoomed...
Handling the scrolling is a bit hacky in Zoomooz and bolting the tweaks on top of it might be a bit difficult. You could try adding "window.scrollTo(0,0);" when Zooming to...
There was another issue, #83, with similar ideas.
I don't think there is any clean solution to this yet. And currently I don't have time to work on creating one. The problem is, that each browser handles the...
Good suggestion and sorry for my slow response! I'll try to code something for this during the next few days if I have time...
I haven't had yet time to look at this, but hopefully I'll do something for this at some point. I'll probably work on this at the same time as I...
I don't have currently time to work on this, unfortunately. If somebody else wants to hack this together, feel free to do that and send a pull request.