Running the latest bits on OS X (Tiger). Everything seems fine, set the permissions correctly on the /Library/WebServer/Documents/wordpress directory, have the DB up, Apache happy, etc.
Problem: when I create or edit a static page, the path is not editable. There's only a "p" in next to the "path: " label. No text field is displayed.
The generated HTML for this block looks like:
<div id="content_path_row">
Path:
<a href="#" accesskey="x"/>
<span id="content_path">
<a class="mcePath_0" href="javascript:;" onmousedown="return false;">p</a>
</span>
</div>
Any ideas?