jQWidgets Forums
Forum Replies Created
-
Author
-
Point 3 is solved:
In the generated light css file, the line for calendar item is:
–jqx-editors-dat-lighttimeinput-calendar-icon-color: url(‘images/icon-calendar.png’);
–jqx-editors-dat-lighttimeinput-calendar-icon-selected-color: url(‘images/icon-calendar-white.png?);the correct entry would be:
–jqx-editors-datetimeinput-calendar-icon-color-light: url(‘images/icon-calendar.png’);
–jqx-editors-datetimeinput-calendar-icon-selected-color-light: url(‘images/icon-calendar-white.png’);October 31, 2019 at 12:02 am in reply to: setting date in jqxdatetimeinput not working setting date in jqxdatetimeinput not working #107199Hi,
When do you expect the correction? I set the date by $(“#Date”).val(“2019-10-31”). It will be displayed briefly (0.5 seconds), then it will disappear again. I tried it also with $(“#Date”).jqxDateTimeInput(‘setDate’, 2019, 10, 31). It doesn’t work also. Since 09.10.
I think that’s not a nice-to-have functionality. That should definitely be corrected as soon as possible. On 23.10. came out a new version. The message regarding this error was already on 08.10. reported.
Last Version I used was 7.1 (February 2019). Now I would update it to the newest one. But if every time (it’s not the first time something doesn’t work again) there is an error, it’s not easy to do this.
Errors can happen. But if these are reported, it should be corrected immediately! Especially if there are such serious errors. Like I wrote above: It’s not a nice-to-have functionalitiy.
Regards,
RolandNovember 3, 2018 at 12:45 pm in reply to: jqxdatetimeinput unable to select date before 1970 jqxdatetimeinput unable to select date before 1970 #102621Hi Martin,
But you know: Every developer which needs for his software personal datas including birthdates or other things with a date before 1970, he can’t use your framework?
It’s a small, but very important thing!
Regards,
RolandOctober 31, 2018 at 7:34 am in reply to: jqxdatetimeinput unable to select date before 1970 jqxdatetimeinput unable to select date before 1970 #102567Hi Martin,
Sorry if I ask you again but my english is in this case not good enough:
Does your answer mean the error is still there or is it solved?
If I create an example in jsfiddle I have the same result: After 01.01.1970 all dates will be displayed in the jqxDateTimeInput. Before, the date will not be shown.
If it’s not be solved yet, when you think you do this? For a software which needs birthday dates, it is horrible!
regards,
RolandOctober 27, 2018 at 9:29 am in reply to: jqxdatetimeinput unable to select date before 1970 jqxdatetimeinput unable to select date before 1970 #102538Hi,
I have downloaded the newest version (6.1.0) because of this. It’s the same. Dates before 1970 wouldn’t be displayed in the field! Because I have an application which needs birthdates of users – and a lot of them are older than 48 and the birthdates are before 1970 – I need this immediatly.
First time this error is posted on Sept, 25th!
Best regards,
RolandOctober 14, 2016 at 9:35 am in reply to: Tab key not working with one modal window with input Tab key not working with one modal window with input #88195Unfortunately, there is no announcement of a new version through email.
With Version 4.3.0, the problem is solved.
Roland
October 14, 2016 at 8:39 am in reply to: Tab key not working with one modal window with input Tab key not working with one modal window with input #88190Strange. 9 days after my post, I have the old problem with jquery 3.x and 4.2.1!
Why it works one time, why not?
October 5, 2016 at 5:40 am in reply to: Tab key not working with one modal window with input Tab key not working with one modal window with input #87910Hi Hristo,
I think, I found the problem. 4.2.x must be used with jquery 3.x. I used jqwidets with 1.11.3 / 2.1.4 until now. With this versions, the problems described above arises. With jquery 3.x, I can use the tab without problems and also the length of the width in grid tables are now correct!
Regards,
RolandOctober 2, 2016 at 11:15 am in reply to: Tab key not working with one modal window with input Tab key not working with one modal window with input #87835I have the same issue but only since Version 4.2.1. But not only the key tab will not work properly (I have one window, in which it works), but also some Elements in this hidden dialog window will only be shows after losing the focus of the last field, which related to an element. And also the with of grid tables are not the same as before Version 4.2.x.
I think, with Version 4.2 a lot of things appears, which was not there before this version!
-
AuthorPosts