We're looking at it today
Announcement
Collapse
No announcement yet.
X
-
Hello Isomorphic,
It seems that the fix provided by (built 2018-06-19), resolves the title issue in Clientside export, but it causes an error when exporting a hidden ListGridField (functionality provided by build 2018-05-23).
I have reproduced the error and attached the updated Showcase Sample - "FormattedExportSample.java".
Here I have made a small change by a call to setHidden(true);
ListGridField quantityField = new ListGridField("quantity","Qty");
quantityField.setWidth(48);
quantityField.setHidden(true);
After my change, export doesn't work at all in Showcase and throws a JavaScriptException :
17:58:48.696:MUP3:WARN:Log:com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'exportTitle' of null
at wrap_1_g$(showcase-0.js@5:42923)
at doFire_0_g$(showcase-0.js@20:34670)
at fireEvent_1_g$(showcase-0.js@8:34740)
at fireEvent_0_g$(showcase-0.js@24:34518)
at fireEvent_4_g$(showcase-0.js@30:49879)
at anonymous(showcase-0.js@16:87617)
at apply_0_g$(showcase-0.js@28:10845)
at entry0_0_g$(showcase-0.js@16:10901)
at anonymous(showcase-0.js@14:10881)
at obj_0_g$.click(showcase-0.js@22:87641)
at isc_StatefulCanvas_handleActivate(http://127.0.0.1:8888/showcase/sc/mo...0.0.js@108:231)
at isc_StatefulCanvas_handleClick(http://127.0.0.1:8888/showcase/sc/mo...10.0.js@13:232)
at isc_c_EventHandler_bubbleEvent(http://127.0.0.1:8888/showcase/sc/mo...0.0.js@89:1601)
at isc_c_EventHandler_handleClick(http://127.0.0.1:8888/showcase/sc/mo...0.0.js@50:1460)
at isc_c_EventHandler__handleMouseUp(http://127.0.0.1:8888/showcase/sc/mo...0.0.js@11:1445)
at isc_c_EventHandler_handleMouseUp(http://127.0.0.1:8888/showcase/sc/mo...0.0.js@57:1436)
at isc_c_EventHandler_dispatch(http://127.0.0.1:8888/showcase/sc/mo....0.js@108:1679)
at eval(eval at isc__makeFunction (http://127.0.0.1:8888/showcase/sc/mo...10.0.js@122:76)
Please check the issue and provide a fix for it.
Thank you for your support in advance.
Regards,
SoniaAttached Files
Comment
Comment