diff --git a/ChangeLog b/ChangeLog
index 0c5fc26b6..981d244ef 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -113,6 +113,8 @@ $Id$
+ [interface] AJAXification on various pages
3.3.7.0 (not yet released)
+- patch #3050492 [PDF scratchboard] Cannot drag table box to the edge after
+ a page size increase, thanks to Martin Schönberger - mad05
3.3.6.0 (not yet released)
- bug #3033063 [core] Navi gets wrong db name
diff --git a/js/functions.js b/js/functions.js
index e8893c716..d89a8278c 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -1406,6 +1406,7 @@ function refreshDragOption(e) {
var elm = $('#' + e);
if (elm.css('visibility') == 'visible') {
refreshLayout();
+ TableDragInit();
}
}
diff --git a/libraries/schema/User_Schema.class.php b/libraries/schema/User_Schema.class.php
index 3139b0a6c..09eb25f3e 100644
--- a/libraries/schema/User_Schema.class.php
+++ b/libraries/schema/User_Schema.class.php
@@ -392,13 +392,13 @@ class PMA_User_Schema
-