Skip to main content

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.

Attachments (0)
Change History (3)

Changed October 14, 2010 12:11PM UTC by felipep comment:1

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

Changed October 14, 2010 12:20PM UTC by scottgonzalez comment:2

resolution: → duplicate
status: newclosed

Duplicate of #6074.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted