Opened 11 years ago
Closed 10 years ago
#8178 closed bug (cantfix)
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.
- Say we fill in a page which has the datepicker in it
- Navigate to a different page via a button.
- 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.
Change History (3)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.datepicker |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:3 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for contributing! Unfortunately, this is a browser behavior we can not account for, and are not going to fix.