Project

General

Profile

Actions

Bug #22288

closed

htmlArea RTE: Table button not working in FF on some PC

Added by Guenter Koch about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-03-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

1. Handling with the table element is very tricky. When pasting content from the clipboard into an existing table, the table is destroyed.

2. Creating a new table is not possible in Firefox 3.6. When clicking on the "table" - Button, nothing happens.

Before upgrading to TYPO3 Ver. 4.3.x all works fine.

TYPO3 Ver. 4.3.2
rtehtmlarea 1.8.8
(Default configuration settings: Minimal)
(issue imported from #M13837)


Files

screenshot.jpg (391 KB) screenshot.jpg Administrator Admin, 2010-03-25 15:59
Actions #1

Updated by Stanislas Rolland about 14 years ago

Please clear the RTE cache (using the Clear cache menu in the BE) and clear the browser cache.

What error do you get on the JS console when you press the table insertion button?

Actions #2

Updated by Guenter Koch about 14 years ago

Thank you very much for response!

RTE cache and browser cache cleared.

JS error in Firefox console:
aa.callee is undefined
http://....../typo3/alt_doc.php?&returnUrl=%2Ftypo3conf%2Fext%2Ftemplavoila%2Fmod1%2Findex.php%3Fid%3D2&edit[tt_content]534=edit
Line 0

have a nice day.

Actions #3

Updated by Stanislas Rolland about 14 years ago

Do you have the same error if you use the RTE in a standard content element rather than a TemplaVoila element?

Actions #5

Updated by Stanislas Rolland about 14 years ago

I don't know where this 'aa.callee' is coming from.

This is not a statement of the RTE scripts.

Javascript from some other extension is causing trouble?

Actions #6

Updated by Stanislas Rolland about 14 years ago

Maybe a configuration handling issue... Do you have the same problem if you use Default configuration settings: Demo?

Actions #7

Updated by Guenter Koch about 14 years ago

Yes, the same problem using Default configuration settings: Demo.

I attache a screenshot for details.

Thanks

Actions #8

Updated by Stanislas Rolland about 14 years ago

I am not able to reproduce these issues. I have the impression that something is broken in your TYPO3 installation.

Actions #9

Updated by Guenter Koch about 14 years ago

ok, I made some other tests;

same TYPO3 installation from another workstation, the same Firefox (3.6) : tables can be created; perhaps something with the firewall? as I reported, in Internet Explorer it works fine.

but the other problem still exists in Firefox and Internet Explorer: When pasting content from the clipboard into an existing table, the table is destroyed. (also in Demo and Minimal setting); but If I am the only one with this problem, it must be a configuration problem.

thanks a lot

Actions #10

Updated by Stanislas Rolland about 14 years ago

Both problems are odd and I can reproduce neither. That's why I suspect that something is broken in your installation. Please click on the About button and, looking at the list of plugins, report what is the version number of the Table Operations plugin.

Actions #11

Updated by Guenter Koch about 14 years ago

did you mean the extension Table Library (table); it´s version 0.1.32

Actions #12

Updated by Stanislas Rolland about 14 years ago

No, I mean in the RTE toolbar, click on the About button and, looking at the list of plugins, report what is the version number of the Table Operations plugin.

Actions #13

Updated by Stanislas Rolland about 14 years ago

What is the Page TSConfig configuration under property RTE.default.buttons.table ?

Actions #14

Updated by Stanislas Rolland about 14 years ago

Is this still an issue?

Actions #15

Updated by Guenter Koch about 14 years ago

sorry for the break, Easter time and no pc available and thanks for your patience;

- TableOperations v4.2
- My RTE TSConfig is very long, I hope I extract the essential parts:
  1. RTE Konfiguration
    RTE.default {
enableWordClean = 1
removeTrailingBR = 1
removeComments = 1
removeTags = center, sdfield, strong, h1, h2, h3, h4, h6
removeTagsAndContents = style,script
................
showButtons = tableproperties, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, columninsertbefore, columninsertafter, columndelete, columnsplit, cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge,  table ....
hideButtons = .....
...............
ignoreMainStyleOverride = 0
proc {                
allowTags = table, tbody, tr, th, td, .....
denyTags = font, style # List all class selectors that are allowed on the way to the database
allowedClasses = tabelle_gray, tabelle_blue # html parser einstellungen
HTMLparser_rte {
.............
}
...............
  1. Classes Tabelle
    classesTable = tabelle_gray, tabelle_blue
    classesTD =
  1. Classes: Eigene Stile
    classesCharacter = tabelle_gray, tabelle_blue

...........
hideTableOperationsInToolbar = 0 # Tabellen Editierungs-Optionen (cellspacing/ cellpadding / border)
disableSpacingFieldsetInTableOperations = 1
disableAlignmentFieldsetInTableOperations=1
disableColorFieldsetInTableOperations=1
disableLayoutFieldsetInTableOperations=1
disableBordersFieldsetInTableOperations=1
............

RTE.config.tt_content.bodytext.proc.allowedClasses = tabelle_gray, tabelle_blue
...............
  1. FE RTE configuration (htmlArea RTE only)
    RTE.default.FE < RTE.default
    RTE.default.FE.userElements >
    RTE.default.FE.userLinks >
Actions #16

Updated by Stanislas Rolland about 14 years ago

Is the workstation from which the button does not work behind a proxy? Maybe an old script is cached somewhere...

Actions #17

Updated by Guenter Koch about 14 years ago

The workstation from which the button does not work is behind a firewall, not behind a proxy.

Actions #18

Updated by Guenter Koch almost 14 years ago

ad problem2:
Creating of a table element works now without problems. (don´t know why)

ad problem 1:
That was my configuration mistake (word clean!) , sorry for this.

thanks a lot for your patience

Actions

Also available in: Atom PDF