Closed (fixed)
Project:
Autocomplete Widgets for Text and Number Fields
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 13:08 UTC
Updated:
1 Jul 2009 at 16:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
markus_petrux commentedUsing 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?
Comment #2
andrewsuth commentedThe 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.
Comment #3
andrewsuth commentedSee Content type attached.
Comment #4
markus_petrux commentedFirst, 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.
Comment #5
andrewsuth commentedHi 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.
Comment #6
andrewsuth commented