jQWidgets Forums
Forum Replies Created
-
Author
-
September 4, 2016 at 9:18 pm in reply to: editDialogCreate repeatContainer.hide() …Bug editDialogCreate repeatContainer.hide() …Bug #87103
See your Scheduler – Edit Dialog example in your website.
Its happening in your sample code.
September 4, 2016 at 9:16 pm in reply to: editDialogCreate repeatContainer.hide() …Bug editDialogCreate repeatContainer.hide() …Bug #87102Peter,
I call a bug because of the inconsistencies:
See:– this option remains hidden ONLY while in Create, becomes visible in Edit
fields.repeatContainer.hide(); <—–— these group remain hidden under both Create & Edit
fields.statusContainer.hide();
fields.timeZoneContainer.hide();
fields.colorContainer.hide();…I do not have a better name for inconsistency !!!
..Thanks
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
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 workPeter,
for 1) try the scheduler Edit Dialog example on your website
and you will see the header title issue…thanks
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 mode2) timeRuler -> scaleEndHour: 19 …ends at 7 PM
worktime -> toHour: 19 …ends at 6 PM, leaving 7th hour still shaded
—this is inconsistent3) resourceColumnWidth has NO effect no matter what number you use
— column width is NOT changing -
AuthorPosts