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);
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);
Thanks!
Thanks for the heads up Aaron. We will make that change before the 1.7 release