Safari 4 beta bug with WordPress 2.7

The new Safari 4 beta is pretty good, as long as you’re happy with a browser that lacks most of the features that have been standard on the competition for some years (ad-blocking and saved sessions, to name but two). It is a beta though, so it’s bound to be buggy — and I’ve just hit a big one.

Safari 4 WordPress 2.7 bugWhen editing a post in the WordPress 2.7 back-end, clicking the Insert Link button causes the Ajax ‘Insert Link’ dialog box to ghost-out along with the rest of the page. As a result, both the dialog box and everything else on the page are inaccessible, and you have to open a new tab to do anything else (this only affects the current tab and not the browser session).

Actually, it is still possible to paste text into the URL box with a right-click, but won’t respond to any other mouse or keyboard command.

Given that WordPress has more than a few users, you might think that the Safari dev team might have tested this, but evidently not. Of course it may be a WordPress template issue, but a quick Google reveals that I’m not the only person to encounter this bug. The problem affects both Mac OS and Windows versions of Safari 4 beta, too. Silly Apple.

  • http://www.geekguides.co.uk/178/safari-4s-hidden-preferences/ Safari 4’s hidden preferences | Geek Guides

    [...] WordPress 2.7 bug makes Safari 4 beta useless to me, but if you’re a Safari fan, want to stick with it, but [...]

  • http://www.markwheadon.com Mark Wheadon

    The problem with wordpress was the last straw for me — for those having problems downgrading back to 3.2.1, here's how:

    http://www.markwheadon.com/blog/2009/02/how-to-…

    Mark

  • http://www.markwheadon.com/blog/2009/02/how-to-back-out-of-safari-4beta/ Wheadon’s Words; Mark’s Mutterings » Blog Archive » How to back out of Safari 4beta

    [...] when (for example) I’m editing posts like this in wordpress (documented by Geek Guides here). So how do you [...]

  • DRemesov

    Just inspect it and you will see it not a problem of Safari4
    Safari does just the right thing – places elements according their z-order

    <div> that shows dialog has no z-order attribute so it's zero
    <div> that blocks other elements on the page has z-order 299999 so it's ordered above all elements including dialog

    WordPress or MCE it uses needs fixing – not safari

  • http://www.markwheadon.com/blog/2009/03/safari-4-and-wordpress-now-works/ Safari 4 and wordpress now work together (in effect) | Wheadon’s Words; Mark’s Mutterings

    [...] Want to use Safari 4, but put off by the visual editor not working in wordpress? Here’s a fix. written by Mark Wheadon If you’re a Mac and wordpress user, and you’ve tried out Safari 4, then you will have noticed that you can’t add hyperlinks in wordpress‘ visual editor (Geek Guides has documented the problem nicely here). [...]

  • http://www.markwheadon.com Mark Wheadon