On a node content type config page, I am getting the following javascript error:
Uncaught Error: Syntax error, unrecognized expression: input[@name=#edit-auto-nodetitle-ant]:checked

This error is due to the use of the deprecated "@" selector in jQuery (deprecated as of jQuery 1.3)
see: http://api.jquery.com/category/selectors/attribute-selectors/.

Simple patch forthcoming...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kaidjohnson’s picture

Status: Needs work » Needs review
FileSize
553 bytes

Patch simply removes the "@" selector.

thirdender’s picture

Issue summary: View changes

Any chance the latest release can be updated to include this patch? The latest stable release still breaks with this error when jquery_update is enabled.

culfin’s picture

+1 for including this patch in the release.
Is there any reason why this hasn't beed done?

sara_pettersson’s picture

The value of the name attribute has changed since the last patch, here is an updated one.

MustangGB’s picture

Status: Needs review » Reviewed & tested by the community

Error disappeared, summary appeared, works as advertised.

martinpesout’s picture

Is there any change to include this path into stable version?

anmolgoyal74’s picture

Assigned: kaidjohnson » anmolgoyal74
Status: Reviewed & tested by the community » Needs work

Patch doesn't work anymore.

anmolgoyal74’s picture

Status: Needs work » Needs review
FileSize
535 bytes

I have updated the patch as per current version of the module.
please review it.

MustangGB’s picture

Status: Needs review » Reviewed & tested by the community

#8 is a straight reroll, can remain RTBC.

gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.