Announcement

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

    DateSelector-window with weekPicker not properly filled

    Hi there,

    When showing the weeks in the datepicker of a DateItem there seems to be some missing filling in the top bar.

    Version: SmartClient_v111p_2017-08-16_Pro
    Browser: Firefox 54.0.1 (32-Bit), Chrome Version 60.0.3112.101
    Skin: Tahoe
    Density: Medium

    You also can test it here: https://www.smartclient.com/smartcli...sizeIncrease=4
    Without "showChooserWeekPicker"

    With "showChooserWeekPicker"


    Code:
    isc.DynamicForm.create({
        ID: "dateForm",
        numCols: 2,    
        width: 300,
        fields: [
            {name:"directInputDate", title:"Direct Input Date", type:"date", useTextField:true, wrapTitle:false,
             change:"dateLabel.setContents(value)","editorProperties": {"showChooserWeekPicker": true}}
        ]
    });
    Best regards

    #2
    I would also add another bug to this.
    Clicking on the previous or next month arrow (or next/previous year arrow), results into a jump of the icons when hovering.
    I guess this should not be so.

    Its reproducable in the same example above.

    Best regards
    Last edited by SimonF; 17 Aug 2017, 02:12.

    Comment


      #3
      We've fixed both of these, and a few other niggles (week and year button size and position, col widths and header styling) - you can test the changes in builds dated August 19 and later.

      Comment


        #4
        Thanks, fix confirmed

        Comment

        Working...
        X