jQWidgets Forums

jQuery UI Widgets Forums Scheduler jqxScheduler Bug / Issues

This topic contains 6 replies, has 2 voices, and was last updated by  alexdshark 8 years, 11 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • jqxScheduler Bug / Issues #86936

    alexdshark
    Participant

    1) editDialog:
    dialog Header Title: “Create New Appointment” or “Edit Appointment”
    The first action you choose (Create) menu option, it shows okay; thus, if you choose the (Edit) menu option the “Create New Appointment always shows.
    At startup, whatever option you choose first, that is the one that always sticks.

    2) views
    Whether in type: “dayView” or type: “weekView”,
    wortime: toHour: 19 stops short at hour (18)
    e.g.
    { type: “weekView”,
    allDayRowHeight: 50,
    timeRuler: {
    scale: “quarterHour”,
    scaleStartHour: 9,
    scaleEndHour: 19
    },
    workTime: {
    fromDayOfWeek: 1,
    toDayOfWeek: 6,
    fromHour: 9,
    toHour: 19
    }

    3) resources
    a) If you use multiple calendar (more than 2)
    orientation: “horizontal”
    legendPosition: ‘top’
    it only shows the first 2 calendars

    b) resourceColumnWidth has NO effect no matter what number you use

    jqxScheduler Bug / Issues #86938

    Peter Stoev
    Keymaster

    Hi alexdshark,

    1. I see no issue with #1 and current version of the Scheduler. It should be that way.
    2. This is the correct behavior. The Slot takes 1 hour so if it is written by 19 it displays 18 which means from 18 – 18:59:59:99999
    3. We do not find anything wrong here, too. Example: https://www.jseditor.io/?key=jqxscheduler-resources-columns-widths

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    jqxScheduler Bug / Issues #86954

    alexdshark
    Participant

    Peter,
    1) are you testing this on Web Firefox or Chrome browser look at dialog header title:
    click to Create an Appointment the dialog shows ‘Create Appointment’
    click to Edit an existing Appointment it shows the same ‘Create Appointment’
    — dialog header label not changing with mode

    2) timeRuler -> scaleEndHour: 19 …ends at 7 PM
    worktime -> toHour: 19 …ends at 6 PM, leaving 7th hour still shaded
    —this is inconsistent

    3) resourceColumnWidth has NO effect no matter what number you use
    — column width is NOT changing

    jqxScheduler Bug / Issues #86955

    alexdshark
    Participant

    Peter,
    for 1) try the scheduler Edit Dialog example on your website
    and you will see the header title issue

    …thanks

    jqxScheduler Bug / Issues #86956

    Peter Stoev
    Keymaster

    Hi alexdshark,

    1. I now understand this one.
    2. We will think whether a change is required in the future.
    3. It would have been great if you looked at the sample I provided which shows that resourceColumnWidth has effect.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    jqxScheduler Bug / Issues #86958

    alexdshark
    Participant

    Peter,
    3) if legendPosition is on bottom , it works however,

    NEW Bug)
    If you use:
    orientation: “horizontal”,
    legendPosition: ‘top’

    — the bottom horizontal scrollbar disappears
    and resourceColumnWidth does NOT work

    jqxScheduler Bug / Issues #86959

    alexdshark
    Participant

    Peter,
    I have gone thru your examples 3 times and have tried different combinations.

    resourceColumnWidth appears to have a minimum size it will not go beyond – that’s my bad, although not documented

    — the bottom horizontal scrollbar disappears still holds true from previous message

    Thank you

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

You must be logged in to reply to this topic.