Hi Gerritjan,
Edit a blog post, wait for the page to load, open Firebug console and write:
Wysiwyg.readyState
What do you get?
Thanks,
Marius
On 07/21/2011 12:02 PM, Gerritjan Koekkoek wrote:
All,
Hi the problem is still persisting...
For my answers to Marius see inline
For completeness; i'm running Firefox 5.01 on Mac OS X Snow Leopard 10.6.8
My browsers Java version is: 1.3 || Java enabled: Yes!
Script testpage:
JavaScript Support Test Page
You are using Netscape version number 5.0 (Macintosh) code name Mozilla
This is a JavaScript 1.1 browser
(my google chrome shows a extended line;
JavaScript Support Test Page
You are using Netscape version number 5.0 (Macintosh; U; Intel Mac OS X 10_6_8; en-US)
AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5code name Mozilla
This is a JavaScript 1.1 browser
Op 2 mei 2011, om 10:19 heeft Marius Dumitru Florea het volgende geschreven:
> Hi Gerritjan,
>
> On 04/29/2011 10:05 AM, Gerritjan Koekkoek wrote:
>> Hi,
>>
>
> First of all, what XWiki Enterprise version are you using?
XWiki Enterprise 2.7.1.34853
>
>> When I go to xwikipages containing inline form with textarea fields I get
spinningwheels in each of these field, but no editor
>
> I suppose those fields have "WYSIWYG" set as their editor in the xclass,
> right?
Yes, they have. Maybe specific is that the class has multiple text area field
It is occuring in the XWiki Blog (Blog/BlogPostClass) also...
> Can you edit simple wiki pages in WYSIWYG edit mode?
Yes, editing simple standard XWiki pages-> no problem, but then you do not use
inline?
> Can you
> check with Firebug if there are any JavaScript exceptions?
Yes, there are many scripts; see below for complete list
>
>> Same with some javascript driven imageslideshows
>
> I'm not sure what you are referring to.
Let's forget this one, I rather focus on the editor...
>
> Hope this helps,
> Marius
>
>>
>> Is this a firefox4 problem. (it used to work in firefox 3.x)
>> Same pages work fine in google chrome
>>
>> Gerritjan
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>>
http://lists.xwiki.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users(a)xwiki.org
>
http://lists.xwiki.org/mailman/listinfo/users
===================
Lists of javascripts loaded on the page
script type="text/javascript"
src="/xwiki/resources/js/prototype/prototype.js"></script>
<script type="text/javascript"
src="/xwiki/bin/skin/resources/js/xwiki/xwiki.js"></script>
<script type="text/javascript">
//<![CDATA[
XWiki.webapppath = "xwiki/";
XWiki.servletpath = "bin/";
XWiki.contextPath = "/xwiki";
XWiki.mainWiki = "xwiki";
XWiki.currentWiki = "xwiki";
XWiki.currentSpace = "Blog";
XWiki.currentPage = "BlogPostClass";
XWiki.editor = "";
XWiki.viewer = "";
XWiki.contextaction = "view";
XWiki.docisnew = false;
XWiki.docsyntax = "xwiki/2.0";
XWiki.blacklistedSpaces = [ ];
XWiki.hasEdit = true;
XWiki.hasProgramming = true;
XWiki.hasBackupPackImportRights = true;
window.docviewurl = "/xwiki/bin/view/Blog/BlogPostClass";
window.docediturl = "/xwiki/bin/edit/Blog/BlogPostClass";
window.docsaveurl = "/xwiki/bin/save/Blog/BlogPostClass";
window.docgeturl = "/xwiki/bin/get/Blog/BlogPostClass";
// ]]>
</script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/js/scriptaculous/effects.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/js/xwiki/widgets/modalPopup.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/js/xwiki/widgets/jumpToPage.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/uicomponents/widgets/confirmationBox.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/uicomponents/widgets/confirmedAjaxRequest.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/uicomponents/widgets/notification.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/resources/uicomponents/widgets/list/xlist.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/resources/js/xwiki/suggest/ajaxSuggest.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/skins/albatross/resources/uicomponents/viewers/tags.js'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/uicomponents/viewers/comments.js?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/skin/resources/js/xwiki/viewers/attachments.js?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/jsx/XWiki/WebDAV?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/jsx/AnnotationCode/Settings?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/jsx/XWiki/CdlsWorldScriptExtension?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/jsx/AnnotationCode/Script?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/jsx/XWiki/SharePage?language=nl'
defer='defer'></script>
<script type='text/javascript'
src='/xwiki/bin/jsx/Blog/BlogScripts?language=nl'
defer='defer'></script>
<script type="text/javascript"
src="/xwiki/resources/js/xwiki/compatibility.js"
defer="defer"></script>
<script type="text/javascript">
document.observe('xwiki:dom:loaded', function(){
$('companylogo').down('img').src =
'/xwiki/bin/download/ColorThemes/BlogNLTheme/logo.png';
});
</script>
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org