Ok, I’ve installed Chrome (version 15.0.874.106) on my PC and started playing with the debug tools. (I hasten to add I’m not part of ME staff, just a forum member trying to help out).
I can replicate a locking up state by clicking on the smiley icon or Insert Image icon within the Post-a-reply window and a no-entry sign replaces my mouse pointer. To clear that state I right click anywhere on the page and select reload from the drop-down menu. It’s not a fix but saves waiting around for it to clear.
The behaviour I’m seeing is that when I select an icon in the toolbar that tries to launch a pop up window I get no window but get the no-entry mouse pointer. Looking a bit deeper with debug tools I noticed it’s trying to launch these popup windows in an iframe and embedded .asp file which are not displayed to the screen.
The Post-a-reply text input window uses Cute Editor and a Loader.js script. Within that script and a few other .js scripts are entries for various web browsers but not one for Chrome. Not sure if this is required to make it work with Chrome, but I hope this might be a clue for the site Admin’s.
Additionally I noticed that Chrome blocks all popup windows by default. I changed that setting to allow all popups but this did not make any difference.
Some Google searches indicated that Chrome does not like iframes that use document.write()
Edited By Ed Duffner on 06/11/2011 11:22:12