gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
927 stars 217 forks source link

Forward/Back buttons do not work in Google Chrome #53

Open eleven41 opened 10 years ago

eleven41 commented 10 years ago

Using Google Chrome:

  1. Go to http://gregfranko.com/jquery.tocify.js/
  2. Click a few of the TOC entries to build up a history
  3. Click the back button

Notice that the address bar updates, but the view of the page does not.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

gfranko commented 10 years ago

Thanks for reporting this. I'll take a look in the next release.

atulc commented 10 years ago

Hey Greg -

Love tocify - very cool! Any idea when you think you'll have a history fix? Curious...

vprotasov commented 10 years ago

Same question. Any updates on this? Thanks!

gfranko commented 10 years ago

Sorry, I haven't had time to take a look at this yet. I will soon though! Feel free to take a look at the code and submit a PR as well =)

7cc commented 10 years ago

JFI , this is not reproducible in Google Chrome 33.0.1750.117 m. Chrome's CSSOM View Module implementation went back to a previous version.

gfranko commented 10 years ago

@7cc Interesting, thanks for checking this! I'll still try to provide a fix for earlier versions of Chrome though.