Dear maintainers,

using FF, Chrome the tagging widget performs just fine. Using IE 8.0.6001.18702 I get the following error when clicking the add button in tagging.plugin.js

Message: Object doesn't support this property or method
Line: 118
Char: 11

function bind_button() {
        $(button_sel).bind('click',function() {
          tags = $(input_sel).not('.tag-processed').val().split(',');

(line 118/11 is the beginning of the third line above)

Any ideas? I'd appreciate it...

Comments

eugenmayer’s picture

Status: Active » Postponed (maintainer needs more info)

Very odd, it works with IE8 for us.

Can you please just take a fresh drupal, install tagging and try it there, just to isolate the issue and to be sure its not a other contrib

wickedwookie’s picture

I will do asap! Sorry for the delay..