Hi all, I have seen other issues with the month and year datepicker dropdowns in a Dialog in Safari, but not in FF so I think this is a new bug but I'm not 100% sure. Has anyone else experienced the following?
I open a Modal dialog in FF 18.0.1 which contains a form with a date picker with the change month and year dropdowns enabled. When I click the input field to open the datepicker and then try to use the month and year dropdowns, they are not clickable, focus remains on the first field in the form.
The problem is only present when the dialog is modal. When not modal, the month and year dropdowns work fine.
I have tested it against jqueryui 1.9.2 and the bug is not present so it seems to have been introduced in 1.10.0.
This issue is not present in Safari 5.1.7 and Chrome 25.0.1364.36 beta
Is this a new bug and should I be creating a ticket for it?
Hi all, I'm trying to customize the rendering of the Day's in a month in the datepicker. I need to display 1 or 2 time links beneath the day number within the rendered cell. Something like this:
I have achieved this by post-processing the rendered html after the datepicker has initially displayed. However, when the datepicker is interacted with, by changing month or clicking a day cell, the datepicker is re-rendered and the cells are populated with the default HTML content.
Does anyone know a way to hook into this rendering? Can I override/extend the _generateHTML function within the datepicker or is there an event defined that executes after rendering where i can post-process the HTML again?
Any help would be appreciated.
I'm using jquery-ui 1.7.3 but could upgrade to the latest if necessary (just trying to avoid the QA overhead of upgrading if possible)
Hi all, is there a way to force the datepicker widget to always display? I want it to stay on the screen so the user can see the date range they have chosen in context. Which brings me to my second question: Is it possible to have 2 different date widgets displayed onscreen at the same time, to allow the user to select a date range?