Search and Top Navigation
#8178 closed bug (cantfix)
Opened March 09, 2012 04:16PM UTC
Closed October 19, 2012 04:29PM UTC
DatePicker - bug regarding the back button support of the browser.
Reported by: | ashokraja | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
using the button for the datepicker image introduces a bug regarding the back button support of the browser.
1. Say we fill in a page which has the datepicker in it
2. Navigate to a different page via a button.
3. Click the back button and the fields doesn't remember the values entered.
The default settings used:
Setup the initial styling on the datepicker
$.datepicker.setDefaults({
showOn: "both",
buttonImageOnly: false,
});
But if we use the img instead, this is no longer an issue.
Setup the initial styling on the datepicker
$.datepicker.setDefaults({
showOn: "both",
buttonImageOnly: true,
});
Follow the same steps and the page remembers the values entered.
Updating to latest version has made no difference.
Attachments (0)
Change History (3)
Changed March 09, 2012 04:20PM UTC by comment:1
component: | ui.core → ui.datepicker |
---|
Changed October 11, 2012 02:45PM UTC by comment:2
milestone: | 1.9.0 → 1.11.0 |
---|
Changed October 19, 2012 04:29PM UTC by comment:3
resolution: | → cantfix |
---|---|
status: | new → closed |
Thanks for contributing! Unfortunately, this is a browser behavior we can not account for, and are not going to fix.