Announcement

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

    #31
    Thanks Claudio - we'd actually already fixed this one and you'll find the fix in tomorrow's builds. You'll also find many recent 13.1 Calendar bug-fixes, in which we include adding working rangeCriteria, have been ported to 13.0 in tomorrow's builds.

    Comment


      #32
      Hi Isomorphic,

      I can see both issues (fetch size, Date/DateTime for quick add) are fixed using SNAPSHOT_v13.1d_2024-09-10.
      I noticed a design issue in day/week view now though, when dragging the vertical scrollbars (tested in FF129), where there is a growing gray block in the rightmost column.

      Best regards
      Blama

      Click image for larger version

Name:	Growing_gray_block.gif
Views:	23
Size:	103.2 KB
ID:	273598

      Comment


        #33
        Hello, I didn't manage to reproduce Blama 's bug with FF and MacOS, but found another one :)

        This also happens with a grid: if I drag a scrollbar down and outside the browser window while holding the mouse button down, and then return to the browser window, always with mouse down, I see the scrollbar moving, but the scrollable area remains still.

        Click image for larger version

Name:	Senza nome.gif
Views:	25
Size:	955.6 KB
ID:	273601
        Attached Files

        Comment


          #34
          Hi all,

          ah, for it to happen you need to select an enabled day in day view and set disableWeekends:false in week view.
          Tested here.

          Best regards
          Blama

          Comment


            #35
            Hi Blama , now I see it, also while using the trackpad, it seems it's selecting cells while scrolling.

            Comment


              #36
              Thanks for the reports guys - the issue is that floating-scrollbars in Firefox do not consume mouse events, so the calendar body was picking them up and was indeed performing drag-selection to create a new event.

              Please retest with tomorrow's builds, dated September 10 or later.

              Comment


                #37
                Originally posted by Isomorphic View Post
                Thanks Claudio - we'd actually already fixed this one and you'll find the fix in tomorrow's builds. You'll also find many recent 13.1 Calendar bug-fixes, in which we include adding working rangeCriteria, have been ported to 13.0 in tomorrow's builds.
                Thank you very much.

                By the way, I just noticed that on iOS I've got this error in my application with build "SNAPSHOT_v13.1d_2024-09-10/Enterprise Deployment" (doesn't happen with "SNAPSHOT_v13.1d_2024-09-09/Enterprise Deployment")

                Code:
                [Warning] *18:07:16.193:TMR7:WARN:Log:RangeError: Maximum call stack size exceeded. (ISC_Core.js, line 33293)
                Stack from error.stack:
                stringify@[native code]
                _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:70956:39
                _serializeObject@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71173:32
                _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71034:33
                _serializeArray@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71061:28
                _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71021:36
                _serializeObject@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71173:32
                _serialize@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:71034:33
                encode@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:70687:33
                encode@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:70462:51
                echoFull@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:30966:31
                isc_echoFull@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Core.js:2595:70
                _refreshData@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4350:45
                refreshEvents@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4159:30
                _refreshData@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4351:47
                refreshEvents@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4159:30
                _refreshData@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4351:47
                refreshEvents@https://localhost:8443/Jat/isomorphic/system/modules-debug/ISC_Calendar.js:4159:30
                this error happens in a piece of code where I do calendar.fetchData() and then animateShow() on the layout containing the calendar. Actually doing the fetch in the animateShow callback fixes the problem, but I don't think it's normal to have that error.

                Comment


                  #38
                  SmartClient Version: SNAPSHOT_v13.1d_2024-09-14/AllModules Development Only (built 2024-09-14)

                  Hello, first I want to confirm the fix for the refreshData in month view (post #30), thanks.

                  Second, I can confirm the fix for the problem first noted by Blama in post #32.

                  But then I noticed that, in the databoundCalendar sample, if you click on a Friday (or Saturday when disableWeekends:false), you'll see the Calendar moving to the left when the quick event dialog is shown:

                  Click image for larger version

Name:	2024-09-14 18.19.20.jpg
Views:	13
Size:	48.4 KB
ID:	273662

                  Comment


                    #39
                    Thanks Claudio - we've fixed this one for today's builds, dated September 15. We'll look into the call-stack issue but haven't just yet, since you have a workaround.
                    Last edited by Isomorphic; 14 Sep 2024, 20:31.

                    Comment


                      #40
                      SmartClient Version: SNAPSHOT_v13.1d_2024-09-15/AllModules Development Only (built 2024-09-15)

                      I see the fix, thank you very much.

                      Comment

                      Working...
                      X