Menu

#173 Alter table - adding new collumns problem

3.2.2
closed-fixed
nobody
None
5
2011-07-18
2011-07-15
No

When altering table (mysql), when I click the plus button to add a column, a column is added (so far so good), but an ajax request is made too - eventually adding another column. This doesn't seem right. The ajax also disrupts focus on the field when adding the new column name, so the whole operation is wrong.

Discussion

  • PunchyRascal

    PunchyRascal - 2011-07-15
    • milestone: --> 3.2.2
     
  • Jakub Vrána

    Jakub Vrána - 2011-07-18

    I couldn't reproduce it. Please specify your browser. Also specify the button you are pushing (whether it is plus in the table header or in some column). Also specify your database system.

     
  • Jakub Vrána

    Jakub Vrána - 2011-07-18
    • status: open --> pending-works-for-me
     
  • PunchyRascal

    PunchyRascal - 2011-07-18
    • status: pending-works-for-me --> open-works-for-me
     
  • PunchyRascal

    PunchyRascal - 2011-07-18

    The browser is Opera 11.50
    DB = MySQL
    The button is the one in the column row, see screenshot to see it before and after. First, a column with inherited datatype is created, by JS, then the loading gif appears and another column is created by ajax presumably, with default datatype.

     
  • PunchyRascal

    PunchyRascal - 2011-07-18

    Screen shot with the used button highlighted - before and after the click

     
  • Jakub Vrána

    Jakub Vrána - 2011-07-18
    • status: open-works-for-me --> closed-fixed
     
  • Jakub Vrána

    Jakub Vrána - 2011-07-18

    Thank you for the report, I've fixed it in Git. You can download the "Current development version" from http://www.adminer.org/#download

     

Log in to post a comment.