Menu

#3537 Chrome: Selecting database on navi panel: Nothing happens

3.4.10
out-of-date
nobody
5
2013-06-11
2012-03-22
Anonymous
No

When I select a database from drop-down select on the navigation panel, absolutely nothing happens. (OS: Ubuntu Linux 10.04, Chrome 17.0.963.79) In Firefox it works properly.

Discussion

  • Marc Delisle

    Marc Delisle - 2012-04-09
    • summary: Selecting database on navigation panel: Nothing happens --> Chrome: Selecting database on navi panel: Nothing happens
     
  • J.M. Rütter

    J.M. Rütter - 2012-04-09

    Press [F12] before selecting the database from the dropdown. Does the Javascript console tell you anything?

     
  • Marc Delisle

    Marc Delisle - 2012-04-24
    • status: open --> pending
     
  • Karsten Bruch

    Karsten Bruch - 2012-05-08

    Chrome Version 18.0.1025.168

    common.js line 2
    Uncaught TypeError: Cannot read property 'document' of undefined

    Code:

    function getElementsByClassName(a,b,c){var d=[];if(b==null)b=document;if(c==null)c="*";var e=0;c=b.getElementsByTagName(c);var f=c.length;for(i=0;i<f;i++)if(c[i].className.indexOf(a)!=-1){b=","+c[i].className.split(" ").join(",")+",";if(b.indexOf(","+a+",")!=-1){d[e]=c[i];e++}}return d}function setDb(a){if(a!=db){var b=db;db=a;if(window.frame_navigation.document.getElementById(db)==null)refreshNavigation();else{unmarkDbTable(b);markDbTable(db)}refreshQuerywindow()}}
    Uncaught TypeError: Cannot read property 'document' of undefined

     
  • Marc Delisle

    Marc Delisle - 2012-05-08
    • status: pending --> open
     
  • Karsten Bruch

    Karsten Bruch - 2012-05-08

    same in current http://demo.phpmyadmin.net/master-config/index.php
    common.js line 1
    Uncaught TypeError: Cannot read property 'document' of undefined

    var querywindow="",query_to_load="";function setDb(a){if(a!=db){var b=db;db=a;if(window.frame_navigation.document.getElementById(db)==null)refreshNavigation();else{unmarkDbTable(b);markDbTable(db)}refreshQuerywindow()}}function setTable(a){if(a!=table){table=a;window.frame_navigation.document.getElementById(db+"."+table)==null&&table!=""&&refreshNavigation();refreshQuerywindow()}}

     
  • Marc Delisle

    Marc Delisle - 2012-12-05
    • status: open --> pending
     
  • Marc Delisle

    Marc Delisle - 2012-12-05

    Navigation panel has been redesigned for the upcoming version 4.0, please try the development version on http://demo.phpmyadmin.net.

     
  • Marc Delisle

    Marc Delisle - 2013-01-18
    • status: pending --> closed-out-of-date
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-out-of-date --> out-of-date