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.

  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.

Change History (3)

comment:1 Changed 11 years ago by Scott González

Component: ui.coreui.datepicker

comment:2 Changed 10 years ago by Scott González

Milestone: 1.9.01.11.0

comment:3 Changed 10 years ago by mikesherov

Resolution: cantfix
Status: newclosed

Thanks for contributing! Unfortunately, this is a browser behavior we can not account for, and are not going to fix.

Note: See TracTickets for help on using tickets.