jQuery UI Widgets › Forums › Scheduler › Edit-Dialog Focus only on subject
Tagged: jqxScheduler editDialog
This topic contains 8 replies, has 4 voices, and was last updated by Peter Stoev 5 years, 6 months ago.
-
Author
-
Hi,
there seems to be an error in the default Dialog for new or edit an appointment. It’s not possible to enter any field exept the subject because every time you try to enter another field like for example location the focus jumps back to subject.What is wrong?
I found this behaveour in a couple of your own examples:
https://jseditor.io/?key=jqxscheduler-appointmenttooltips-property
https://jseditor.io/?key=jqxscheduler-contextmenu-callbacks
…Hello DirkHeymer,
Thank you for your feedback! This is an issue that needs to be fixed.
For the moment we have noticed that when you run the code from these examples not in the jseditor, then the issue isn’t present.Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Hello Martin,
thanks for the answers but that’s not true. I have the sane error in my application and therefore can’t use the dialog.
I need a quick solution or workaround please. I need a quick fix as my client is one of the largest companies on the planet and delays in delivery can be very expensive for me.Best Regards,
DirkHello Dirk,
It seems that the issue is coming from the “jqx-all.js” file. Have you referred it?
Try referring all necessary files for the scheduler without “jqx-all.js”.
These are the files:jqxcore.js
jqxbuttons.js
jqxscrollbar.js
jqxdata.js
jqxdate.js
jqxscheduler.js
jqxscheduler.api.js
jqxdatetimeinput.js
jqxmenu.js
jqxcalendar.js
jqxtooltip.js
jqxwindow.js
jqxcheckbox.js
jqxlistbox.js
jqxdropdownlist.js
jqxnumberinput.js
jqxradiobutton.js
jqxinput.jsBest Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Hello Martin, thank you. That works.
Best Regards
DirkIn ver. 8.0.0 this seems to be fixed only partly. Everything works as expected while editing an existing appointment.
If, however a fresh appointment is being created (“Create New Appointment”) there are still two critical issues:- Opening any popup (in result of a click on either
jqxDateTimeInput
or anyjqxDropDownList
) results in clearing values in almost all other fields. - Hiding fields.repeatContainer in
editDialogCreate
handler is ignored on subsequent dialog opening (while editing existing appointment).
I don’t attach or link to any user cases as your own fiddle samples show the same bugs in action.
Those issues should be fixed as soon as possible as they make the whole widget entirely useless.
Use case:
- Enter your own jseditor: https://jseditor.io/?key=scheduler-edit-dialog-
- Right-click on a cell, then click on “Create New Appointment”
- Fill in fields labelled “Title” and “Where”
- Click on either calendar icon in fields “Start”, “End” or on either DropDownLists “Repeat”, “Calendar”
Effect – the content of top 2 fields is gone. Not expected behaviour, I suppose.
Hello wuuemm,
Thank you for the feedback!
This issue is present only if you use thejqx-all.js
file.
Please, refer all necessary files for the scheduler, instead.
You can see them from my last answer above.Best Regards,
MartinjQWidgets Team
http://www.jqwidgets.com/Issue is now resolved in jqx-all.js
Thanks for the valuable feedback!
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.com/ - Opening any popup (in result of a click on either
-
AuthorPosts
You must be logged in to reply to this topic.