Menu

#4712 (ok 4.3.8) Wrongly positioned date-picker while Grid-Editing

Latest_Git
fixed
None
1
2015-01-24
2015-01-19
No

Steps to reproduce:

Table SQL:

CREATE TABLE `datepicker_bug` (
 `id` int(10) NOT NULL AUTO_INCREMENT,
 `time_stamp` timestamp NOT NULL,
 PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1
  1. Insert a row in the above table.
  2. Try to edit the timestamp column, date-picker will appear.
  3. Hide it by clicking on the calendar icon next to the date field.
  4. Try to display it by clicking again on the same calendar icon, it will appear somewhere at the bottom of the page.
1 Attachments

Discussion

  • Ashutosh Dhundhara

     
    • Marc Delisle

      Marc Delisle - 2015-01-19

      Pull request merged, thanks.

       
  • Marc Delisle

    Marc Delisle - 2015-01-19
    • assigned_to: Marc Delisle
     
  • Marc Delisle

    Marc Delisle - 2015-01-19
    • summary: Wrongly positioned date-picker while Grid-Editing. --> (ok 4.3.8) Wrongly positioned date-picker while Grid-Editing
    • status: open --> resolved
    • Priority: 5 --> 1
     
  • Marc Delisle

    Marc Delisle - 2015-01-24
    • Status: resolved --> fixed