Opened 13 years ago

Closed 13 years ago

#266 closed defect (fixed)

CSV don't work in Internet explorer for wfs filter builder widget

Reported by: cdeschenes Owned by: adube
Priority: minor Milestone: First milestone
Component: widgets Version: 1.0
Keywords: CSV, filter, widget Cc:

Description

"Generate a CSV" don't work in Internet explorer for te widget WFS filter builder.

the columns parameter was read as [object] by internet explorer and not as an array.

I made fix that turn array into JSON before post.

My fix require some modifications on sample file to decode the json in the same method that used for "records" variable

I also change the csv separator for ; because , separator is not compatible with MS Office

Attachments (1)

patch_csv.diff (2.3 KB ) - added by cdeschenes 13 years ago.
My fix

Download all attachments as: .zip

Change History (2)

by cdeschenes, 13 years ago

Attachment: patch_csv.diff added

My fix

comment:1 by adube, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in r1104. Thanks for the patch.

Note: See TracTickets for help on using tickets.