Bug #32659
Task #32185: Migrate TYPO3 Backend to ExtJS4
Task #32201: Umbrella for smaller outstanding tasks
TCEforms reference non-existant CSS file resize.css
Status: | Resolved | Start date: | 2011-12-18 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | 4.7.0-alpha2 | |||
TYPO3 Version: | 4.7 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
Introduction of ExtJS4 (#32196) removed t3lib/js/extjs/ux/resize.css
, which is still referenced in t3lib_tceforms
and causes a PHP warning in t3lib_compressor
.
Unsure if this file has to be brought back or whether it is really not needed anymore.
Associated revisions
[BUGFIX] TCEforms reference non-existant CSS file resize.css
With the migration to ExtJS4 the CustomResizer has been modified.
Since that the extra CSS file is superfluous.
Remove the left over call in TCEforms.
Change-Id: I4092b804c57478a30f90ec3fae12a6049741b1b0
Fixes: #32659
Releases: 4.7
Reviewed-on: http://review.typo3.org/7360
Reviewed-by: Steffen Gebert
Tested-by: Steffen Gebert
History
#1 Updated by Steffen Ritter over 3 years ago
resizing is now natively supported by ExtJS
therefore it is included within the skin...
removal of file is valid
#2 Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7360
#3 Updated by Steffen Ritter over 3 years ago
- Parent task set to #32201
#4 Updated by Steffen Ritter over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7e9c99a2f14387f49dd3be27d6e91bb56266e28d.