The ASIN entry box isn't editable in Safari with any theme. It works properly in Firefox.

Comments

slower’s picture

I'm not sure this is something I can fix -- I'm using standard Drupal functions to add form fields. The code for that field is as follows:

form_textfield(t("New item"), "amazon_items_asin", NULL, 20, 20, t("Enter the Asin for the item."));

Have you had trouble with any other single-line input fields in the Drupal installation you're using? When you say the field isn't editable, do you mean the field displays properly, but you can't focus it? Maybe you can elaborate, and attach a screenshot.

mike3k’s picture

It displays properly but can't be focused by clicking, although I can tab into it. On further investigation, I found that that's true of all text fields inside a box border, such as authoring information (which I didn't realize was supposed to be editable).

Anyway, I've pretty much given up on Safari and have been using Firefox.