PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

3.6 compatibility with new UI tabs

  1. jQuery deprecated the select method of tabs. The fix for 1.7b2 is to edit js/form_editor.js and change line 496 from
    jQuery("#field_settings").tabs("select", 0);
    to
    jQuery("#field_settings").tabs("option", "active", 0);

    Posted 11 years ago on Friday April 5, 2013 | Permalink
  2. Thanks!

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink
  3. Thanks for the heads up Aaron. We will make that change before the 1.7 release

    Posted 11 years ago on Wednesday April 17, 2013 | Permalink

This topic has been resolved and has been closed to new replies.