Active
Project:
HTML5 Application Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 15:22 UTC
Updated:
15 Aug 2013 at 17:26 UTC
html5 appcache broke views ajax admin system
see http://drupal.org/node/1516740
Comments
Comment #1
davidgenetic commentedFor anyone else having this issue:
Looks like it's the click handler in appcache.js. I solved it by changing the selector from 'a' to 'body:not(.page-admin) a'.
Haven't tested it thoroughly yet.
Comment #2
jbrown commentedI had the same problem.