I've noticed that the WMD control does not respond to Cmd+B for bold in Safari 4 on OSX. (Problem with both Leopard and Snow Leopard. Also an issue with webkit nightlies) The correct keystroke is Cmd+B, not Ctrl+B.

I've looked at the code for this:

util.addEvent(inputBox, keyEvent, function(key){
  // Check to see if we have a button key and, if so execute the callback.
  if (key.ctrlKey || key.metaKey) {

I've done some limited searching, and metaKey is supposed to be true when the Cmd key is held. Oddly enough, Firefox 3 in OSX responses correctly to Cmd+B but Safari 4 does not. Google Docs responds correctly to Cmd+B, so it's possible to use the Cmd key in Safari 4, so I don't think this is an issue with Safari.

This issue happens with the WMD control from the git repository, not just the one on Stack Overflow.

link|improve this question
feedback

1 Answer

That's strange, I'm on Safari 4 and both Cmd-B and Ctrl-B work fine for me. I'm actually much more annoyed that Cmd-H creates a heading — it's hijacking the "Hide Safari" behavior, since Cmd-H is a systemwide shortcut. I'd really like to see that one disappear... :-(

link|improve this answer
It is strange because I've tried disabling my plugins (Stand and 1Password) to no effect. I have the same bug on my friend's mac. If the plugins are causing the issue, why does Google Docs still respond? And for more weirdness another friend's mac with Safari 4 responses to Cmd+B. – epochwolf Jul 8 '09 at 19:32
Interestingly enough FCKEditor and TinyMCE demos work. This is a WMD Specific error. – epochwolf Jul 8 '09 at 19:34
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged