I am using:

Autocomplete Widgets 6.x-1.0
Drupal 6.12

I have made 3 CCK fields in a custom content-type:

1 x Text (Autocomplete Widget) for unlimited values
2 x Text (Select list) for 1 value

When I change the weight of a Text value (Autocomplete Widget) using the draggable label, both of the drop-down boxes of the Text (select list) disappear in IE 6.

CommentFileSizeAuthor
#3 content-type-export.txt39.89 KBandrewsuth

Comments

markus_petrux’s picture

Using the field ordering that breaks in IE6, could you please export (and attach here as a plain text file) your content type using the export function provided by content_copy module in CCK itself?

andrewsuth’s picture

The issue appears as soon as I click on the draggable label, even without moving it up or down.

Below is the export of the Content-type.

EDIT: It would not post it with "code" tags so I will attached it to the next comment.

andrewsuth’s picture

StatusFileSize
new39.89 KB

See Content type attached.

markus_petrux’s picture

First, I should say that the autocomplete widgets module does not add javascript by itself. It merely uses the autocomplete js provided by Drupal core itself, and the drag'n'drop js provided by CCK itself to manage multiple value fields. So I think the problem is probably related to something else on your particular installation. I cannot see how this module can break anything in IE when it doesn't use javascript directly.

I cannot reproduce this problem here, so it is hard to tell what might be going on in your installation.

The content type you have attached contains a few more fields. Could you please try with another type using a text field with the autocomplete widget and test. If it works, then try adding a select field and test. If it works, then add the date field, and so on.

Maybe the problem is related to some other javascript present on the page.

andrewsuth’s picture

Hi Marcus,

You're right, I uninstalled the module and tried to drag and drop a different field and the same problem occurred in IE6.

It must be something else I have installed on the site that is causing this issue.

andrewsuth’s picture

Status: Active » Closed (fixed)