AppliesTo: | Component: | Priority: | CurrentState: | WaitingFor: | TargetRelease | ReleasedIn |
---|---|---|---|---|---|---|
Extension | WysiwygPlugin | Normal | Closed | n/a |
Linux Fedora 8
Apache Webserver
Twiki 4.2.0 RC2
Plugin Version:
Windows XP
Firefox V2.0.0.11
IE V7.0.5730.11
<Directory "/var/www/twiki/pub"> Options None AllowOverride None Order Allow,Deny Allow from all Deny from env=blockAccess # This line will redefine the mime type for the most common types of scripts # It will also deliver HTML files as if they are text files AddType text/plain .html .htm .shtml .php .php3 .phtml .phtm .pl .py .cgi </Directory>This redefines .htm to text/plain. Since TinyMCE gets the tempates for its popups from the pub dir, this is the problem. Solution: remove .htm and .html from the above list and reboot the apache server (if necessary). AddType text/plain .shtml .php .php3 .phtml .phtm .pl .py .cgi I close the ticket. Thanks for help. -- TWiki:Main.ThomasFeldmann
ItemTemplate | |
---|---|
Summary | Popup Window on Firefox 2.0.0.11 is not working |
ReportedBy |
TWiki:Main.ThomasFeldmann![]() |
Codebase | 4.2.0 |
SVN Range | |
AppliesTo | Extension |
Component | WysiwygPlugin |
Priority | Normal |
CurrentState | Closed |
WaitingFor | |
Checkins | |
TargetRelease | n/a |
ReleasedIn |