Datefield problem
trsvax opened this issue · 4 comments
trsvax commented
date field gets
TypeError: 'null' is not a object (evaluating 'this.trigger.obseve')
lprimak commented
This is BeanEditForm with a Datefield in it
trsvax commented
DateField works unless
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");
It appears the jQuery component uses a button to popup the calendar but Prototype uses an image.
Should change them all to icon-calendar
trsvax commented
Actually this all happens in Javascript on the client. Start of fix for jQuery need to figure out Prototype side. I think the jQuery lib overrides Prototype no matter what.
lprimak commented
This is confirmed fixed. Thank you.