Bug #29485
closedPadding of RTE statusbar is too big
Added by Webadmin no-lastname-given about 13 years ago. Updated about 7 years ago.
100%
Description
If a RTE is configured on not on the first tab of a TCA Form, the statusbar is not correctly positioned.
If you leave the form on the tab with the RTE and reopen it, everything works fine.
Files
rte_status_bar.PNG (36.9 KB) rte_status_bar.PNG | Webadmin no-lastname-given, 2011-09-05 12:07 | ||
rte_status_bar2.PNG (35.7 KB) rte_status_bar2.PNG | Webadmin no-lastname-given, 2011-09-05 12:07 |
Updated by Stanislas Rolland about 13 years ago
- Status changed from New to Needs Feedback
In what version of what browser?
Updated by Stanislas Rolland about 13 years ago
- Assignee set to Stanislas Rolland
Updated by Webadmin no-lastname-given about 13 years ago
We get this in FF 4,5,6, Chrome 13, IE8. Always if the editor is not placed on the first tab, which will be loaded after openening the record.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I607d2fb61b3d9ba4a37d1ac5cf92542f41e23c37 has been pushed to the review server.
It is available at http://review.typo3.org/4779
Updated by Stanislas Rolland about 13 years ago
- Status changed from Needs Feedback to Under Review
Problem: The height of the RTE framework is not correctly set because
this.setSize is NOT setting size in ExtJS 3.3.1 or ExtJS 3.4
Solution: Use this.setWidth and this.setHeight
Note: The problem does not arise when the RTE is resizable.
Please test this patch: http://review.typo3.org/4779
Clear the RTE cache using the BE Clear cache menu option after applying the patch.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I76a0af5b711fe723328e966b48049596962f4826 has been pushed to the review server.
It is available at http://review.typo3.org/4780
Updated by Webadmin no-lastname-given about 13 years ago
It seems that the path does not solve the problem. We applied it, cleared the cache, but nothing changed.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Ie2218a1e69fcba4f79507f7e3d450511c1ff5d60 has been pushed to the review server.
It is available at http://review.typo3.org/4829
Updated by Stanislas Rolland about 13 years ago
Webadmin wrote:
It seems that the path does not solve the problem. We applied it, cleared the cache, but nothing changed.
You're right. It worked only in Firefox.
Please test this new patch: hhttp://review.typo3.org/4831
Tested in IE8, Firefox 7, Chrome 13, Safari 5.1 and Opera 11.51.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Iebba44be9e51812458d14c525ad30136939f3f30 has been pushed to the review server.
It is available at http://review.typo3.org/4831
Updated by Stanislas Rolland about 13 years ago
Mr. Hudson wrote:
Patch set 1 of change Ie2218a1e69fcba4f79507f7e3d450511c1ff5d60 has been pushed to the review server.
It is available at http://review.typo3.org/4829
Abandoned.
Updated by Webadmin no-lastname-given about 13 years ago
Stanislas Rolland wrote:
Webadmin wrote:
It seems that the path does not solve the problem. We applied it, cleared the cache, but nothing changed.
You're right. It worked only in Firefox.
Please test this new patch: hhttp://review.typo3.org/4831
Tested in IE8, Firefox 7, Chrome 13, Safari 5.1 and Opera 11.51.
Works great!!! Tested in Chrome 13 and IE 8
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Iffe239a05f43033ca7bb352d0f840e733b82bace has been pushed to the review server.
It is available at http://review.typo3.org/4859
Updated by Stanislas Rolland about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 69d545448f8d0b9e6609585e61b7e876a8852d70.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed