From bbe9174a3cee59369d85c8656fac0e8ea93cd409 Mon Sep 17 00:00:00 2001 From: Stanislas Rolland Date: Fri, 7 Jan 2011 19:54:47 +0000 Subject: [PATCH] Fixed bug #16946: htmlArea RTE: Mouse cursor should be move cursor in drag an drop tab git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10006 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/sysext/rtehtmlarea/ChangeLog | 1 + .../rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b761b5e56900..2ba9560f80c7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2011-01-07 Stanislas Rolland * Fixed bug #16945: htmlArea RTE: Incorrect default tab label in image insertion dialogue + * Fixed bug #16946: htmlArea RTE: Mouse cursor should be move cursor in drag an drop tab 2011-01-07 Ernesto Baschny diff --git a/typo3/sysext/rtehtmlarea/ChangeLog b/typo3/sysext/rtehtmlarea/ChangeLog index 9567fa297c41..9ddadff38e39 100644 --- a/typo3/sysext/rtehtmlarea/ChangeLog +++ b/typo3/sysext/rtehtmlarea/ChangeLog @@ -1,6 +1,7 @@ 2011-01-07 Stanislas Rolland * Fixed bug #16945: htmlArea RTE: Incorrect default tab label in image insertion dialogue + * Fixed bug #16946: htmlArea RTE: Mouse cursor should be move cursor in drag an drop tab 2011-01-06 Stanislas Rolland diff --git a/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php b/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php index 69337cb731d1..0a60c4c663a2 100644 --- a/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php +++ b/typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php @@ -1076,7 +1076,7 @@ class tx_rtehtmlarea_select_image extends browse_links { // Add default class for images $lines[]=' - defaultClass?(' class="'.$this->defaultClass.'"'):''). ' /> + defaultClass?(' class="'.$this->defaultClass.'"'):''). ' style="cursor:move;" /> '; $lines[]=' -- 2.20.1