Opened 12 years ago

Closed 12 years ago

#320 closed defect (fixed)

FileTreePanel - file upload doesn't work in IE8

Reported by: adube Owned by:
Priority: blocker Milestone: 1.2.0
Component: widgets Version:
Keywords: Cc:

Description (last modified by adube)

issue

http://filetree.extjs.eu/

In IE8, when using IE8 standards, the Ext.ux.form.BrowseButton doesn't work or behaves incorrectly (show a "browse" html button).

Saki, the widget creator, proposed to remove the doctype in order to be in "quirk" mode, but that's not a viable solution.

solution

Remove the UploadPanel and replace it by a FileUploadField ux in which a single file will be uploaded.

Change History (3)

comment:1 by adube, 12 years ago

Description: modified (diff)

comment:2 by adube, 12 years ago

I fell into that trap because GeoPrisma samples don't have a DocType set, and when that's the case IE falls into "compatibility view" instead of using its version standards. That definitively deserves a ticket.

comment:3 by adube, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r1162.

Note: See TracTickets for help on using tickets.