Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-05-22 20:49:55 +0400
committerMarc Delisle <marc@infomarc.info>2012-05-22 20:49:55 +0400
commit875d9d0f92c91e4cc010b5360fa0547bc98bcb7f (patch)
tree0fdb5e27d1fd778fe4fdb92c5913bab32a40b455 /js/tbl_zoom_plot_jqplot.js
parent7a295f94734bccb1026e100f3936ff02837cabe0 (diff)
comments about tests under IE
Diffstat (limited to 'js/tbl_zoom_plot_jqplot.js')
-rw-r--r--js/tbl_zoom_plot_jqplot.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/tbl_zoom_plot_jqplot.js b/js/tbl_zoom_plot_jqplot.js
index 5628c831ab..a4482e726d 100644
--- a/js/tbl_zoom_plot_jqplot.js
+++ b/js/tbl_zoom_plot_jqplot.js
@@ -497,6 +497,9 @@ $(document).ready(function() {
]);
});
+ // under IE 8, the initial display is mangled; after a manual
+ // resizing, it's ok
+ // under IE 9, everything is fine
currentChart = $.jqplot('querychart', series, options);
$('button.button-reset').click(function(event) {