Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2012 at 15:22 UTC
Updated:
20 Dec 2016 at 20:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ilyna commentedComment #2
artusamakComment #5
mrjmd commentedRe-roll attached.
Comment #6
damienmckennaThe comment needs proper wrapping at line 80, and shouldn't the "==" comparison be "===" instead?
Comment #7
mrjmd commentedThe comment was only 78 chars long I think, but I went ahead and re-organized it, changed "binded" to "bound", and "==" to "===".
Comment #8
damienmckennaAnother small correction, the code should actually be: typeof myVar === "undefined"
Comment #9
mrjmd commentedYep, I was wondering about that too. Here's another try.
Comment #10
parisekProposed patch resolved issue with editablefields in modal window. Similar issue was reported in https://www.drupal.org/node/2427281
I think patch in #9 is good candidate to be committed soon
Comment #11
njbarrett commentedPatch #9 fixed the issue for me. This should definitely be commited.
Autosubmits in modals are broken without it.
Comment #12
njbarrett commentedComment #13
damienmckennaComment #15
japerrywhy did undefined turn into "undefined" ?? or does that matter?
Comment #16
damienmckenna@japerry: Because that's how you're supposed to do it: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operat...
Comment #17
damienmckennaMoving this to the v7.x-1.10 release plan.
Comment #18
japerryAhh makes sense. Committed.
Comment #21
othermachines commentedJust alerting you all to a possible bug related to this fix: #2787045: Regression: Compatibility with Drupal 7 core version of jQuery broken .
Comment #22
jastraat commented