nakijun / morisoliver

Automatically exported from code.google.com/p/morisoliver
0 stars 0 forks source link

Oracle DATE field values do not show in Identify results window for IE only #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
FF, Chrome and Safari display the date, but IE (9 tested) shows a blank.
Economic Target Areas is one example - field DATE_APPRO. 

http://maps.massgis.state.ma.us/map_ol/eohed_mapping.php?lyrs=Economic%20Target%
20Areas~massgis:EOHED.ETA_POLY~EOHED.ETA_POLY::Default&bbox=-75.66937246100294,4
0.99314295784398,-67.45064823434468,42.99338772008512&coordUnit=m&measureUnit=m&
base=custom&center=195100.02708817,868272.55114368&zoom=1.7596443955119319&opaci
ty=1&baseO=1&filt=undefined

Openspace is another example - field ATT_DATE

http://maps.massgis.state.ma.us/map_ol/oliver.php?lyrs=Openspace%20by%20Level%20
of%20Protection~massgis:GISDATA.OPENSPACE_POLY~GISDATA.OPENSPACE_POLY::Level_Pro
tection&bbox=-71.05711419718156,42.424266381982775,-71.03355260230808,42.4305514
9895119&coordUnit=m&measureUnit=m&base=custom&center=237415.08662794,908642.9860
9928&zoom=9.847047027066509&opacity=1&baseO=1&filt=undefined

When using Firebug we can see that the value appears in the response:

<massgis:DATE_APPRO>2001-11-29T00:00:00.437-05:00</massgis:DATE_APPRO>

but it does not get into the Identify window for some reason.  

Original issue reported on code.google.com by Aleda.Fr...@state.ma.us on 9 Aug 2012 at 4:29

GoogleCodeExporter commented 9 years ago
r384 addresses this

I have to treat dates as strings in IE.  IE handles dates horribly.  This is 
only an issue for sorting in the column which appears to work fine since the 
formats are yyyy-mm-dd...

Original comment by cpl...@gmail.com on 26 Oct 2012 at 8:37

GoogleCodeExporter commented 9 years ago

Original comment by Aleda.Fr...@state.ma.us on 31 Oct 2012 at 3:09