Announcement

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

    Problem with new characterCasing property for textItems in 7.0RC2

    Hello,

    I just tried to set the following property on all text items IN 7.0RC2:

    Code:
    isc.TextItem.addProperties({
    	width:60,
    	characterCasing:"upper"
    
    })
    This works fine for DynamicForms..but, when I try to open a ListGrid row for editing, I get the following error:

    12:50:33.941:TMR2:WARN:Log:exception:
    12:50:33.951:TMR2:WARN:Log:"_1.toUpperCase is not a function"
    12:50:33.961:TMR2:WARN:Log:"https://dev.alphatheory.com/soasta/isoversion/7.0.rc2/isomorphic/system/modules/ISC_Forms.js?isc_version=7.0RC.js"
    12:50:33.972:TMR2:WARN:Log: Line number 1495

    I was curious if this new property was going to apply to ListGrid cell editing as well. Can you clarify whether that is the plan?

    #2
    Could you put together a small test case maybe modifying an example in the feature explorer? Tell exactly what you do (keys, mouse-click) to make the error occur.

    Thanks.

    Comment

    Working...
    X