Version: 4.2.2 (using KDE 1.2) OS: Linux On website built during django tutorial, changed arguments for models.DateTimeField in class Poll to ( null=True, blank=True). When creating a new instance of Poll model using the admin page, picking a date from the calendar widget throws JS error. Reproducible: Always Steps to Reproduce: Follow the first Django app tutorial. In the file for mysite/polls/model.py, change the pub_date defintion in class Poll class Poll(models.Model): ... # pub_date = models.DateTimeField('date published') pub_date = models.DateTimeField( null=True, blank=True ) Start Konqueror, change Configuration Settings --> Configure Konqueror... Select Web Browsing --> Java & JavaScript Select JavaScript tab Enable JavaScript globally, Enable debugger, Enable Report errors Select OK Visit Test website at 127.0.0.1:8000/admin Login as admin (setup during tutorial 'syncdb' step) go to page: http://127.0.0.1:8000/admin/polls/poll/add Select 'show' next to "Date Information" Select calendar icon, on pop-up calender, pick any date on month Actual Results: upon calendar date pick, Konqueror throws the error: JavaScript Error - Konqueror An error occurred while attempting to run a script on a page. (unknown file) line 269: Parse error at (unknown file) line 2 Debugger shows: void(function(y, m, d) { DateTimeShortcuts.calendarInputs[0].value = new Date(y, m-1, d).strftime('���);DateTimeShortcuts.calendarInputs[0].focus();document.getElementById(DateTimeShortcuts.calendarDivName1+0).style.display='none';}(2011,4,4)); The argument to strftime is in error. Expected Results: Visiting the same site with Firefox 3.0.10, the picked date is used to populate the pub_date field. OS: Linux (i686) release 2.6.22.18-co-0.7.4 Compiler: cc OS: Linux andLinux 2.6.22.18-co-0.7.4 Django: django 1.3 rc 1 Python: python2.6 KDE: 4.2.2 Konqueror: 4.2.2 Note: This does not happen when using Firefox 3.0.10 in place of KDE, all other factors the same.
When posting this bug using the same Konqueror session, a JavaScript error occurred trying to run validateNewBug(), or something similar. [window closed before I could make full notes].
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone!
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!