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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mkdru-firefox-50-error-2830602-2.patch | 824 bytes | floydm |
Comments
Comment #2
floydm commentedAttaching patch
Comment #3
floydm commentedChanging status to "Needs review."
Comment #4
wafschneider commentedComment #6
wafschneider commentedThanks for the patch, Floyd! It's been rolled into release 7.x-1.9.