taitems / jQuery.Gantt

jQuery Gantt Chart

Home Page:http://taitems.github.io/jQuery.Gantt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zoom Out Not Working

n0nag0n opened this issue · comments

Is it just me or is zoom out not working? If you go to the demo site http://taitems.github.io/jQuery.Gantt/, zoom in, and it zooms in, but after you zoom in, you click the - button to zoom out and it says "Please Wait..." but it doesn't render anything new and looks the same as if you never clicked the button.

Tested on most recent versions of Firefox, Chrome, and Safari on a Mac El Capitan 10.11.3

commented

Hi @n0nag0n! It looks like you've noticed one of the side effects of #138. The basic issue is that the min/max/default zoom scales are not sanity-checked, and that the current version of the demo on the gh-pages branch is not correctly configured (this is corrected on the master branch).

A general fix for this, along with an updated demo page, are both planned to be released in the next version. Until then, I'll close this issue as a duplicate of #138. Thanks for reporting it!

Ahh I missed that one in the search results. Good to know, thanks!