Jani Tiainen schrieb: > Rainer Sokoll kirjoitti: >> Did you notice the wywiwyg radio button in the upper right area? > > No. There is no radio button visible. > > Firebug reveals that wysiwyg.js is loaded, wysiwyg.css is loaded but no > radiobutton what soever. > > Also I don't get any script errors to console. > > Any ideas to detect what goes wrong. Tested also with Opera 9 and IE 7, > same thing.
Did you test on another machine? Do you use any "internet security" software? In the source code (if you edit a wiki page) , do you see somthing like <script type="text/javascript" src="<env>/chrome/common/js/wikitoolbar.js"></script><script type="text/javascript"> $(document).ready(function() { $("#text").blur(function() { $("#scroll_bar_pos").val(this.scrollTop); }).get(0).scrollTop = $("#scroll_bar_pos").val(); $("#editrows").change(function() { resizeTextArea("text", this.options[this.selectedIndex].value); }); }); </script> ? Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---