Add button doesn't do anything,
Manager page knocks out my navigation menu block
Moving terms generates a series of small (debug?) message screens e.g.:- "7: -2"

Well done in trying to create this desperately needed feature, though it might be better if it was consistent with the other Drag'n'Drop editing interfaces in Drupal 6 such as the menu editor. Presumable most of the code to do this will already be in the base Drupal 6 install, though ofcourse not available on Drupal 5.

I appreciate this is probably just an experimental snapshot.

Comments

mh86’s picture

Hi!

At the moment I'm working on porting the module, so it definitely can happen that some things do not work... ;) anyway, I removed the debugging code when moving terms.
Concerning the Add button, I can't reproduce your problems, but I have to say, that I'm using Firefox (at the moment I don't have an IE installation on my system). Do the other buttons like 'Merge' and 'Delete' work? Can you make a screenshot or describe it a bit more? Would help me...
Well, Drag'n'Drop would be a nice feature for the Taxonomy Manager. Initially I was planning to implement this in D-6, but first, this would mean much work for me and I'm not sure if I have so much time and second, Drag'n'Drop needs much JavaScript resources and can slow down everything, especially with bigger taxonomies.

John Bryan’s picture

Title: ADD button does not work on Drupal 6.1, IE7 » Toolbar buttons do not work on Internet Explorer clients

Website is at Drupal 6.1. The following client combinations have been tested:-

Vista 64bit, IE7 32bit: FAIL
XP sp2, IE6: FAIL
XP sp2, Firefox 2: Works

No point adding screen shots as there is nothing to show. On IE the toolbar buttons do nothing what so ever - e.g. no Add box appears, no error messages, no change in the screen what so ever.

IE 6 & 7 Behaviour:

On IE the initial Taxonomy Manager screen looks the same as with Firefox,
When you hover over a term the same up/down arrows appear
The updown arrows works the same as Firefox
Clicking on a term opens the term editing box.
All toolbar button do nothing what so ever other than the Up Down buttons.

UpDown Arrow Behaviour:
The term being moved tends to jump 2 places at a time instead of just moving up or down one place in the list.

Feature suggestion:
On the tool bar add buttons/icons for "Expand All" & "Collapse All".

mh86’s picture

does this problem still exists with the latest beta?
you can use my demo site: http://d6.mhutterer.at/?q=admin/content/taxonomy_manager/voc/1 for testing.

mh86’s picture

Status: Active » Postponed (maintainer needs more info)
derjochenmeyer’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta2

I can confirm this (or similar) bug. The Toolbar links dont work at all. I tried 6.x-1.0-beta2 and 6.x-1.x-dev with Drupal 6.6 in Garland. Firebug shows no JS Errors.

Browsers:
- Firefox 3.0.4
- IE 7

ica’s picture

I can confirm this problem too (none of the Toolbar button actions does not works, therefore module is not functioning to date) tested on Mac Safari, Mac Firefox, Mac Camino

developer demo of the latest beta works for all the browsers above
http://d6.mhutterer.at/?q=admin/content/taxonomy_manager/voc/1

I've updated the module to the latest beta -just in case (despite it was the lastest beta)
the module still does not work.
I wonder it is something to do with js conflict disabling js actions for this module.
Any clue?

zmove’s picture

I didn't see that thread before creating my issue.

I confirm all #2 behavior, with both beta and dev release.

zmove’s picture

Title: Toolbar buttons do not work on Internet Explorer clients » Toolbar buttons do not work on 6.x

As it's not related to IE, I put a better title to that thread.

mh86’s picture

it would be great if people facing this problem can report which further modules and themes they are using (I tried the administration menu and it doesn't seem to be a conflict with this one)

mh86’s picture

any update on this with newest version of taxonomy manager?
tested taxonomy manager with all browsers and it's working fine for me

mcfroggie’s picture

Has someone fixed this? I think it is definetly a browser related problem. With Safari I get nothing, with Firefox some buttons work.

Adam S’s picture

I'm having this problem using the Cleanr Administration Theme (http://drupal.org/project/cleanr) however the buttons work correctly with the Rubik/Toa Administration Themes. Any fixes?

EDIT:
I added an if condition to line 18 in template.php in the Cleanr theme. I hope it doesn't mess the theme up elsewhere.

  if (!empty($element['#id'])) {
 	 $element['#attributes']['id'] = $element['#id']; 
	 }
ivnish’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (outdated)