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)
Change History (2)
by , 13 years ago
Attachment: | patch_csv.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r1104. Thanks for the patch.
Note:
See TracTickets
for help on using tickets.
My fix