Announcement

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

    Important problem with IE11 and DateItem calendar icon clicks

    Hi Isomorphic,

    after switching from v12.0p_2018-12-13 to v12.0p_2019-01-12 there is a problem with the icon to open a calendar icon in IE11.
    I could not reproduce in showcase yet, but do see this message in the IE11 console:
    Code:
    10:27:13.579:focusin1:WARN:nativeFocus:isc_DynamicForm_0_MiniDateRangeItem_rangeDialog_okButton:Button: Intercepting native focus from mouseDown on table cell and resetting to handle.
    Happening for these user agents:
    Code:
    Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko
    Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko
    Does this already help you?

    This is an important one for us, as it seems many customers are still bound to IE11 and now reporting this error.

    Best regards
    Blama

    #2
    Hi Isomorphic,

    I found it. It the same one as this one (same testcase), so somehow related to SVG. Also happening in v11.1p_2019-01-12.

    11.1p, 12.0p:

    Code:
    isc.DynamicForm.create({
        ID: "dateForm",
        width: 620,
        fixedColWidths: true,
        colWidths: [190, "*"],
        isGroup: true,
        groupTitle: "Date Controls",
        fields : [{
            name: "dateItem2", title: "Date", hint: "<nobr>Direct date input</nobr>", 
            editorType: "DateItem",
            useTextField: true,
    [B]pickerIconSrc: "[SKINIMG]NavigationBar/miniNav_up.svg"[/B]
        }]
    });
    Best regards
    Blama

    Comment


      #3
      This should be fixed as of todays nightly builds, dated 2019-01-17. Note that the sample repro code referred to in your second post is missing the over icon, which we also mention in the thread you linked, an unrelated problem.

      Comment


        #4
        Hi Isomorphic,

        thank you, it's working again.

        Best regards
        Blama

        Comment

        Working...
        X