You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2017/05/25 16:03:04 UTC

[jira] [Commented] (OFBIZ-9380) renderDateTimeField works in IE, not working with lastest Chrome

    [ https://issues.apache.org/jira/browse/OFBIZ-9380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16024924#comment-16024924 ] 

Jacopo Cappellato commented on OFBIZ-9380:
------------------------------------------

Thank you for the report [~chuck_kosta].
I have tried to recreate the bug using the demo data and the out-of-the-box application; here are the steps I have followed:

1) setup an instance of OFBiz 14.12 with demo data (./ant clean-all load-demo start)
2) go to Catalog->Promos->select the first promotion and then select the "stores" tab; here is a shortcut (authenticate as admin/ofbiz):
https://localhost:8443/catalog/control/EditProductPromoStores?productPromoId=9020
3) in the screen, the input box with column named "THROUGH DATE" is rendered using the @htmlTemplate.renderDateTimeField macro (see the file EditProductPromoStores.ftl)
4) select a date value and submit the form; the data is saved in the database

I have tested it with Chrome.

Could you please confirm if you can run the same steps? You could compare the fields set in this macro cal with the ones that you set in your screen and hopefully this will provide some clues about the nature of the issue.


> renderDateTimeField works in IE, not working with lastest Chrome
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-9380
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9380
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 14.12
>            Reporter: Chuck Kosta
>
>  {code}
>  <@htmlTemplate.renderDateTimeField ... />
> {code}
> Works correctly in IE; but in firefox and chrome, it ignores the values when sent to an entity updating service call. The page gets refreshed with the original date.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)