[TYPO3-dev] htmlArea: Broken link to css with FF 3.0.9
Armin Günther
armin.guenther at augusta.de
Fri Apr 24 15:00:01 CEST 2009
Hi list,
there seems to be an issue with htmlArea and the new FF version 3.0.9:
When editing tables and opening some popup windows for table properties
the link to the htmlarea.css is broken. I looked into the (generated)
source of the popup window and found something like the following (which
could not work):
<head>
<title>
</title>
<link
href="http://www.some-domain.dechrome://browser/typo3/sysext/t3skin/rtehtmlarea/htmlarea.css"
type="text/css" rel="stylesheet">
<link type="text/css" rel="stylesheet"
id="webdeveloper-view-style-information"
href="chrome://webdeveloper/content/stylesheets/view_style_information.css">
</head>
The second link might be added by the FF plugin web developer but what's
about the first one?
I've got some complaints from users and could replicate the issue.
Best wishes,
Armin
More information about the TYPO3-dev
mailing list