This question is kind of related to WordPress in that the bug is with the 'forum toolset' in Simple:Press. However I have asked a question on the WordPress stack exchange website and it hasn't drawn any attention, which I think is because the question would be more suited to here...
The situation is as follows. In Simple:Press, when you have been granted the correct permissions, hovering over a topic icon will make a toolbox icon appear in the top left hand corner of the topic icon. When clicked, this toolbox icon will display a popup dialog containing options to manage the topic - however, in IE9 it is impossible to click the toolbox icon; a very frustrating problem occurs which does not occur in Firefox... Whenever my cursor goes over the toolbox icon it disappears before I have chance to click on it!
Unfortunately, I can only test it on Internet Explorer and Firefox, but I can definately say that the problem doesn't occur in Firefox. Here is the code that does the job:
<div class='spForumTopicSection spOdd' id='topic52'>
<a class='spToolsButton vtip' id='spForumToolButton52' title='Open the forum toolset' rel='nofollow' href='javascript:void(null)' style='display:none;' onclick='spjDialogAjax(this, "http://diabetesuknelfsg.org.uk/index.php?sp_ahah=admintoollinks&sfnonce=0aaa9b0764&action=topictools&topic=52&forum=4&page=1", "Forum Tools", 250, 0, 0);' ><img class='spIcon' src='http://diabetesuknelfsg.org.uk/wp-content/sp-resources/forum-themes/default/images/sp_ForumTools.png' alt=''/></a>
<script type='text/javascript'>
/* <![CDATA[ */
var sptb = {
class : '.spForumTopicSection'
};
/* ]]> */
</script>
<div class='spColumnSection spLeft' style='width: 6%; min-height: 50px;'>
<img id='spTopicIndexIcon52' class='spRowIcon spLeft' src='http://diabetesuknelfsg.org.uk/wp-content/sp-resources/forum-themes/default/images/sp_TopicIcon.png' alt='' />
</div>
Any ideas or solutions would be greatly appreciated. Thanks in advance