Search and Top Navigation
#6183 closed bug (duplicate)
Opened October 14, 2010 12:08PM UTC
Closed October 14, 2010 12:20PM UTC
Last modified October 11, 2012 09:15PM UTC
ui dialog form demo + demo website bug
Reported by: | felipep | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
in line 80 is the error:
allFields.removeClass( "ui-state-error' );
solution:
allFields.removeClass( "ui-state-error");
the dialog formular is not working online as well as in the downloads.
line 80 of /jquery-ui-1.8.5.custom/development-bundle/demos/dialog/modal-form.html as well as in http://jqueryui.com/demos/dialog/#modal-form