Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Open Graph
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2013 at 10:20 UTC
Updated:
22 Jan 2014 at 22:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
imiksuI have same issue, I haven't figured out when this happens.
I noticed at least when I updated chosen module to 2.0-alpha4, I started to experience this. But in the other hand, when I tried to reproduce this in plain panopoly installation profile with chosen and metatag module, I didn't experience this problem. So I have no idea what kind of combination it requires to reproduce this :/
For a starter, I attached this patch which checks whether the name attribute is available or not. At least it doesn't throw JS exception and interrupting other JS running...
Patch is made against 1.0-beta7 version.
Comment #2
damienmckennaThis is exactly the same as #2157689: JS undefined error on vertical.tabs.js line 9 only the patch takes the opposite approach.
Comment #3
damienmckennaHuge thanks for this patch.
Just a small note regarding d.o standard procedures. When you upload a patch you should change the issue status to "needs review", that tells people that there's a patch waiting for review, can help maintainers identify possible quick wins, and will trigger the automated testing that can (occasionally) help review & identify possible problems in the patch.
Comment #4
damienmckennaI'm going to go with #2157689: JS undefined error on vertical.tabs.js line 9 but will mention you in the changelog, thanks for helping to fix this!