Announcement

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

    Bug in Calendar Month View: Event Editor Not Opening Properly

    SmartClient Version: v13.1p_2024-12-02/Enterprise Deployment (built 2024-12-02)

    Chrome on Android 12, Android studio emulator Pixel 5

    Hello, please go to this sample:

    https://www-demos.smartclient.com/sm...arMobileSample

    Run it, switch to the month view, and navigate to May 2021 (I'm using the DateChooser).

    Then, try clicking on an event - it won't open the event editor.

    If you click on a day to create a new event, then clicking the existing events will also open the event editor.

    #2
    Hello, I still see this issue in
    SmartClient Version: v13.1p_2024-12-12/AllModules Development Only (built 2024-12-12)

    Comment


      #3
      SmartClient Version: v13.1p_2025-01-05/AllModules Development Only (built 2025-01-05)

      Hello, I still see this issue

      Comment


        #4
        hi Claudio - apologies for the delay, we do see the issue and we're looking into it. We'll update here when we have a fix.

        Comment


          #5
          SmartClient Version: v13.1p_2025-03-01/AllModules Development Only (built 2025-03-01)

          Hello, the issue seems still there

          Comment


            #6
            SmartClient Version: v13.1p_2025-04-23/AllModules Development Only (built 2025-04-23)

            Hello, this issue is still present

            Comment


              #7
              SmartClient Version: v13.1p_2025-05-16/AllModules Development Only (built 2025-05-16)

              Hi, I'm adding a version of the test case where you can directly try clicking on the events.
              I also noticed that it's enough to tap anywhere outside an event first - after that, the events start responding to tapping.

              Code:
              isc.Calendar.create({
                  ID: "eventCalendar",
                  startDate: new Date(2021, 4, 1),
                  currentViewName:"month",
                  data: eventData
              });

              Comment

              Working...
              X