From f2fd95405cf19156ed9453c7351798e7b1ff5bd8 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 9 Jun 2015 15:21:39 +0530 Subject: [PATCH 1/2] #4951 Trying to save chart as image crashes the browser Signed-off-by: Madhura Jayaratne --- js/jqplot/jquery.jqplot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jqplot/jquery.jqplot.js b/js/jqplot/jquery.jqplot.js index 49812b77fc..fc4f8b7406 100644 --- a/js/jqplot/jquery.jqplot.js +++ b/js/jqplot/jquery.jqplot.js @@ -9139,7 +9139,7 @@ for (var i=0; i tagwidth) { + if (context.measureText(w).width > tagwidth && w.length > words[i].length) { breaks.push(i); w = ''; i--; From 8f92d28a453c39be6f00979de5d7fe21bf91b4d8 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 9 Jun 2015 15:22:36 +0530 Subject: [PATCH 2/2] ChangeLog entry for bug #4951 Trying to save chart as image crashes the browser Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index f398e72b40..191264eeb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog 4.4.10.0 (not yet released) - bug #4950 Issues in database selection for replication +- bug #4951 Trying to save chart as image crashes the browser 4.4.9.0 (2015-06-04) - bug #4920 relation view doesn't list fields of table in other database