cowboy / jquery-hashchange

This jQuery plugin enables very basic bookmarkable #hash history via a cross-browser HTML5 window.onhashchange event.
http://benalman.com/projects/jquery-hashchange-plugin/
GNU General Public License v2.0
1.21k stars 258 forks source link

Refresh breaks demo on Chrome 4 with AdThwart extension #3

Closed chuchuva closed 14 years ago

chuchuva commented 14 years ago

Chrome 4.0.249.43 with AdThwart 0.8.12, Windows XP Repro:

Observe: links loose CSS styling Expected: links remain the same

cowboy commented 14 years ago

I can't reproduce this issue in Windows XP or 7 in Chrome 4 or 5.

Can you open the site in incognito mode, without extensions? You might have a conflicting extension or user script installed.

chuchuva commented 14 years ago

You are right, it only happens with AdThwart extension. AdThwart version is 0.8.12

cowboy commented 14 years ago

Ok, I'm closing this issue then, since there's nothing I can do about that extension.