Opened 13 years ago

Closed 13 years ago

#235 closed defect (fixed)

GeoExtPrintForm widget causes error under IE

Reported by: etdube Owned by: etdube
Priority: major Milestone:
Component: documentation Version:
Keywords: Cc:

Description

When embedding a map in an existing <form> element, any use of the Ext.form.FormPanel component causes an error under IE and Firefox 3.6. Since instanciating a FormPanel creates a <form> element, this can cause the nesting of two <form> elements, which is not allowed by the HTML spec. Firefox 5 (and probably 4/6) seems to tolerate this, but IE doesn't (IE throws a "SCRIPT601" javascript runtime error).

The fix is to replace the Ext.form.FormPanel by a simple Ext.Panel with a 'form' Layout.

Change History (1)

comment:1 by etdube, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r1069

Note: See TracTickets for help on using tickets.