Announcement

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

  • Isomorphic
    replied
    hi Blama, we've made some changes to address bad behaviors- on your points:

    1. the issue of whether a cell-click (up and down in the same cell, even with movement) creates a long event (all day) or a regular event (within a day), is supposed to rely on where you click the mouse - if you click in the layout that houses the long events, it should open the eventDialog and create an All Day event - elsewhere in the cell, it should open the eventEditor and create a regular event. We'll take a look at whether this is a bug with area-detection, all-day detection or with it not resetting the All Day checkbox in the eventEditor

    2/3. single and multi day event-dates are now validated as expected

    4. hover not close to the mouse - you weren't seeing a link-hover here, but a cell hover, which happens as soon as the mouse enters the new cell and, by default, doesn't move until the hover-value changes - you can now set Calendar.hoverMoveWithMouse to true, and it will propagate to the individual CalendarViews, updating the hover more often and moving it with the mouse. We'll switch this on by default. If you wanted to test the idea, you can set hoverMoveWithMouse to true on monthViewProperties in your current build.

    Fixes mentioned above are in the queue and will be in tomorrow's builds.

    For your second section:

    1. We already have the capability to simply show all events as "longEvents" in the monthView, that is, as canvases rather than links. We'll likely add a property to allow that, and styling can be made to look similar to Google's offering, but we won't go much deeper in that redesign unless we have parties interested in improving that aspect of the widget.

    2. [All Day] disappearing from the ghost-canvas during drag is a bug - we'll fix it, likely for tomorrow's builds

    3. on the dynamic height of the longEventsLayouts - by default, those layouts have a short default height, 10px, just to allow somewhere to drag-create long-events - when you start a drag, we create a ghost-canvas which is taller than that default short layout height, so we resize the layouts interactively in order to display the ghost-canvas without clipping. We already have a change locally to have longEventsLayouts have a minimum height of one longEvent-height, rather than 10px, which will prevent the runtime resizing you see. This should be in tomorrow's builds as well.

    Leave a comment:


  • Blama
    replied
    Hi Isomorphic,

    wow, that's fast!
    I also have general feedback (tested in Month-view):

    - When you create an event and make it "All day", the next time you create an event, it's also "All day". I'm not sure this is on purpose.
    - Single day events don't have validators "Time Start < End" and display with the selected Start time
    - Multi day events don't have validators "Date Start < End" and just don't display on "Save Event"
    - If you hover events from right to left in month view very quickly, the hover box is displayed too far right IMHO, not where the mouse stopped.
    Click image for larger version  Name:	Hovering meeting, box over Realtor.jpg Views:	0 Size:	25.9 KB ID:	277167


    General month view design feedback:
    - I like the "google calendar"-design of the All Day events very much. I'd say that it would look better for normal events if they also had a google calendar "chip"-design on hover.
    - The "[All Day]" displayed for All Day events is removed on Drag and shows up again after Drop. This would look better if it was there the whole time.
    - I'm not sure the dynamic height change of week rows with content is on purpose, but it is really confusing. A fixed height like in google calendar would look better IMHO, but perhaps you have reasons for this.

    Click image for larger version  Name:	Design feedback.gif Views:	0 Size:	374.2 KB ID:	277168


    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    Thanks Blama - both issues have been fixed in 15.0, along with an optimization that prevents frequent updates of the ghost-canvas during drags, even when the dates hadn't changed.

    Please retest with tomorrow's builds.

    Leave a comment:


  • Blama
    replied
    Here is an even shorter sequence of clicks also causing the issue:

    Click image for larger version

Name:	Event changed.gif
Views:	88
Size:	1.26 MB
ID:	277164


    Best regards
    Blama

    Leave a comment:


  • Blama
    replied
    Hi Isomorphic,

    the Drag-and-Drop issue happens eventually in Month-view.
    Here is a video where you can see that the length of the two events is suddenly the same after drag and drop:

    Click image for larger version

Name:	Event changed.gif
Views:	63
Size:	2.13 MB
ID:	277162

    Best regards
    Blama
    Attached Files

    Leave a comment:


  • Blama
    replied
    Hi Isomorphic,

    I can see that all the issues are fixed using SNAPSHOT_v15.0d_2026-02-19 here + allowLongEvents: true.

    I noticed this issue:
    The "Delete event" Button in the event details window does not work for "All Day"-events. It works for other events.

    There is also a Drag and Drop event change issue, that I can't reproduce yet.

    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    Following up - all three issues mentioned here have been fixed in 15.0 for tomorrow's builds, and autotests added.

    We're still making enhancements and optimizations, and will port the whole back as far as 13.1 when we have everything addressed.

    Leave a comment:


  • Isomorphic
    replied
    On post #9, ah, in the WeekView - we see it now and will get it fixed today.

    Leave a comment:


  • claudiobosticco
    replied
    Originally posted by Blama View Post
    Deleting long events with the "X" of the event does not work.
    I do not see any error message in the Developer Console log. Tested with FF147.
    Hi Blama , you're right - in 13.1 it doesn't work in the week view (it works in month and day views, though).
    I didn’t notice because I override eventRemoveClick in my application. Good catch!

    Leave a comment:


  • Blama
    replied
    Originally posted by Isomorphic View Post
    On your post #6, from "put off by a few pixels", we were going to say that's the drag-area for creating long-events, like the vertical gap you see to the right of regular events - but of course "cut off" means something entirely different!
    Sorry, I meant "cut off" of course.

    Best regards
    Blama

    Leave a comment:


  • Blama
    replied
    Originally posted by Isomorphic View Post
    the close buttons seem to work fine, even in 13.1 - if you see issues, please provide more information
    Hi Isomorphic,

    retested here (SNAPSHOT_v15.0d_2026-02-06, also in v13.1p_2026-02-15, tested with FF and Edge, nothing in the Developer Console log):
    Click image for larger version

Name:	Cant delete event.gif
Views:	88
Size:	301.8 KB
ID:	277149

    Best regards
    Blama

    Leave a comment:


  • Isomorphic
    replied
    No problem, we'll backport everything in the next few days - in the meantime, 15.0 has more recent code if you want to test.

    On your post #6, from "put off by a few pixels", we were going to say that's the drag-area for creating long-events, like the vertical gap you see to the right of regular events - but of course "cut off" means something entirely different! :) We'll fix that top:-1px for events in the first row - it's not related to long-events, but it's been around for a long time.

    Leave a comment:


  • Blama
    replied
    Originally posted by Isomorphic View Post
    We'll let the feature settle, then we'll announce it.
    Hi Isomorphic,

    sorry for the crossposts. Will wait a bit and looking forward to the blog post.

    Best regards
    Blama

    Leave a comment:


  • Blama
    replied
    Tops of normal events are put off by a few pixels, if they start at 0:00.
    Click image for larger version

Name:	Top cut off.png
Views:	46
Size:	72.3 KB
ID:	277145

    Leave a comment:


  • Isomorphic
    replied
    Blama,

    1) the close buttons seem to work fine, even in 13.1 - if you see issues, please provide more information
    2) we do see the drag-drop issue, and the reason for it

    We'll get #2 fixed

    Leave a comment:

Working...
X