Hello Everyone.
I have been running GO version 2.05 for a few weeks now and have some browser compatability infomation for you. Browser support is certainly much wider.
I also noticed GO now uses mozilla's wysiwyg html editor which required a bit of a tweak to firefox to allow pasting into the composer. Items marked with an asterix (*) required the modification. You'll know if you need to tweak firefox if it pop's up a dialogue box when you first try to paste.
The 'fix' is to create a file called 'user.js' in your profile directory with these lines in it and restart firefox:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://your.website.url");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
Linux:
Mozilla 1.3/1.7 - Works
Firefox 0.91/0.93/1.0rc - Works*
Mac OS 9
Mozilla 1.2 - Works
Mac OSX
Safari - Works (yay)
Windows
Firefox 0.91/0.93 - Works*
IE 5.5/6.0 - Works
Mozilla 1.6 - Works
I'm expecting a bit more feedback from our users so I'll update this as info comes in.
O.
PS thanks admin for the sticky.