[TYPO3-team-templavoila] RFC: #12949: Bugfix: A drag/drop cursor is shown on the TV Page object

Tolleiv.Nietsch info at tolleiv.de
Wed Dec 9 08:23:53 CET 2009


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=12949

Branches:
trunk, templavoile_1-4

Problem:
A drag'n'drop cursor is rendered for the page container(s). This is 
confusing and serves no purpose.

Solution:
The attached patch fixes a design-flaw which renders the relevant 
sortableItem-[div] for every container. and makes sure that the cursor 
is only shown when neccessary.


Additional informations:
The opening and closing tag of the [div] which is used to mark this 
sortableItem currently reside in different methods - the opening tag is 
placed in: render_framework_singleSheet(), the closing tag can be found 
in render_framework_subElements(). After the patch both side very close 
together in render_framework_subElements(). In addition this new 
location prevents that the [div]-tag is wrapped around the high-level 
page containers - which didn't serve any purpose so far.

Drag'n'drop between various page content containers is still permitted 
and possible of course.


Cheers,
Tolleiv

-- 
Tolleiv Nietsch
www.tolleiv.de - www.aoemedia.de
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0012949.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-templavoila/attachments/20091209/64a3fefc/attachment-0001.asc>


More information about the TYPO3-team-templavoila mailing list