Firefox 50, the current release, dies when you try to go to an individual item.

It turns out the newline being added on line 79 gets converted to a %0A, which makes the item request invalid.

The attached patch removes the newline that is being added. It also changes a Javascript alert into a console.error. The alert are way too disruptive to the end user and have caused numerous complaints.

CommentFileSizeAuthor
#2 mkdru-firefox-50-error-2830602-2.patch824 bytesfloydm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

floydm created an issue. See original summary.

floydm’s picture

Attaching patch

floydm’s picture

Status: Active » Needs review

Changing status to "Needs review."

wafschneider’s picture

Assigned: Unassigned » wafschneider

wafschneider’s picture

Status: Needs review » Fixed

Thanks for the patch, Floyd! It's been rolled into release 7.x-1.9.

Status: Fixed » Closed (fixed)

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