Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DateChooser js error in Tahoe only

    SmartClient Version: SNAPSHOT_v11.1d_2017-04-04/Enterprise Deployment (built 2017-04-04)
    and
    SmartClient Version: SNAPSHOT_v11.1d_2017-04-02/Enterprise Deployment (built 2017-04-02)
    Chrome on OSX

    Hello, it seems that there's a regression in the latest builds for Tahoe skin.
    For now I haven't got success in replicating it in the showcase, but in my application I've got this error when clicking the DateChooser icon in a FormItem:

    Code:
    16:46:06.597:MUP5:WARN:Log:TypeError: Cannot read property 'setMinFieldWidth' of undefined
    Stack from error.stack:
        cons.updateUI(<no args: exited>) on [DateChooser ID:isc_DateChooser_0] @ ISC_Forms.js:2919:34
        cons.initWidget(<no args: exited>) on [DateChooser ID:isc_DateChooser_0] @ ISC_Forms.js:2495:14
        cons.init(<no args: exited>) on [DateChooser ID:isc_DateChooser_0] @ ISC_Core.js:61927:10
        cons.completeCreation(<no args: exited>) on [DateChooser ID:isc_DateChooser_0] @ ISC_Core.js:7889:14
        cons.create(<no args: exited>) on [Class DateChooser] @ ISC_Core.js:5269:39
        cons.getSharedDateChooser(<no args: exited>) on [Class DateChooser] @ ISC_Forms.js:3355:35
        cons.showPicker(<no args: exited>) on [DateTimeItem ID:isc_DateTimeItem_0 name:DATA_APRI_OMAGGI] @ ISC_Forms.js:57862:59
        click(<no args: exited>) @ ISC_Forms.js:18377:18
        cons._iconClick(<no args: exited>) on [DateTimeItem ID:isc_DateTimeItem_0 name:DATA_APRI_OMAGGI] @ ISC_Forms.js:32455:22
        cons.handleItemClick(<no args: exited>) on [DynamicForm ID:gestioneBiglietteriaFormDipendenti] @ ISC_Forms.js:15131:26
        cons.handleClick(<no args: exited>) on [DynamicForm ID:gestioneBiglietteriaFormDipendenti] @ ISC_Forms.js:15097:30
        cons.bubbleEvent(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:48872:44
        cons.handleClick(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:46394:24
        cons._handleMouseUp(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:46100:54
        cons.handleMouseUp(<no args: exited>) on [Class EventHandler] @ ISC_Core.js:45943:26
        cons.dispatch(handler=>[c]EventHandler.handleMouseUp(), event=>[object MouseEvent]) on [Class EventHandler] @ ISC_Core.js:50476:30
        HTMLDocument.eval(event=>[object MouseEvent]) @ [no file]:3:127
    Same code is working with Graphite skin.

    this build instead works:
    SmartClient Version: SNAPSHOT_v11.1d_2017-03-23/Enterprise Deployment (built 2017-03-23)

    #2
    This has been fixed for builds dated April 7 and later.

    Comment


      #3
      SmartClient Version: SNAPSHOT_v11.1d_2017-04-13/Enterprise Deployment (built 2017-04-13)

      I can confirm it's fixed, thank you very much

      Comment

      Working...
      X