Skip to main content

Search and Top Navigation

#6141 closed bug (duplicate)

Opened October 03, 2010 08:35PM UTC

Closed October 03, 2010 08:38PM UTC

Last modified October 11, 2012 09:15PM UTC

modal form demo contains javascript error

Reported by: mrpeterson2 Owned by:
Priority: minor Milestone:
Component: [meta] ui.demos Version: 1.8.5
Keywords: Cc:
Blocked by: Blocking:
Description

On the page http://jqueryui.com/demos/dialog/modal-form.html line 80 contains:

allFields.removeClass( "ui-state-error' );

This throws an "Unterminated string constant" error in IE8, the second single quote should be changed to a double quote:

allFields.removeClass( "ui-state-error" );

Both http://jqueryui.com/demos/dialog/modal-form.html and http://jqueryui.com/demos/dialog/#modal-form Jquery dialog examples do not operate correctly. Also the 'View Source' on the second URL lists the incorrectly quoted string.

Attachments (0)
Change History (2)

Changed October 03, 2010 08:38PM UTC by rdworth comment:1

resolution: → duplicate
status: newclosed

Duplicate of #6074

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

milestone: TBD

Milestone TBD deleted