jQWidgets Forums

jQuery UI Widgets Forums Scheduler scheduler state/cache – bug/behavior

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  ch3s 7 years, 9 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • scheduler state/cache – bug/behavior #96360

    ch3s
    Participant

    Hi Team,
    I have observed strange behavior which I was able to reproduce on your demos:
    – Create 2 events (currently did this in the same week) , I have selected time zone from the 2nd and no time one on the first
    – Doublick on the 2nd
    – Close
    – Doubleclick on the first -> comes with preselected time zone from the 2nd event

    I have experienced this in my own pilot, drop downs are per-selected with wrong data. editDialogCreate event is not called 2nd time, event caught with:
    $(“#scheduler”).on(‘appointmentDoubleClick’, function (event) {

    here appointment contains correct data, but dialog is visualised with incorrect selected drop down (form dropDownList).

    Kind Regards,
    Vlad

    scheduler state/cache – bug/behavior #96364

    Peter Stoev
    Keymaster

    Thank you for the feedback.

    scheduler state/cache – bug/behavior #96365

    ch3s
    Participant

    Hi Peter,
    any idea how I can workaround this ?

    Kind Regards,
    Vlad

    scheduler state/cache – bug/behavior #96366

    Peter Stoev
    Keymaster

    Hi Vlad,

    The Scheduler has events which occur when the scheduler dialog is opened. Inside the event handlers, you have access to the dialog fields. You can try that approach.

    Regards,
    Peter

    scheduler state/cache – bug/behavior #96371

    ch3s
    Participant

    Hi Peter,
    great idea,thank you.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.