In line 6 of pathauto.js a JS error is throw that $("fieldset#edit-path", context).setSummary is not a function
Erring code
$('fieldset#edit-path', context).setSummary(function (context) {
This JS error causes Autocompletion fields to not be ran and I'm sure a myriad of other JS issues.
Comments
Comment #1
dave reidConfirmed and adjusted the JS to work. Thanks Cody for reporting it!
http://drupal.org/cvs?commit=449424
Comment #2
codycraven commentedConfirmed fixed, thanks Dave!