Postponed (maintainer needs more info)
Project:
Tagging
Version:
6.x-2.5
Component:
Javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2011 at 09:28 UTC
Updated:
4 Jul 2011 at 09:39 UTC
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
Comment #1
eugenmayer commentedVery 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
Comment #2
wickedwookie commentedI will do asap! Sorry for the delay..