I've found extra #(id) tag in code which, i believe, not needed.
Active_tags.module v 1.5 line 63:
$settings[] = "#edit-taxonomy-tags-$id-wrapper";

After render it looks like:

<div id="#edit-taxonomy-tags-1-wrapper" class="some-class">

...

I guess you need to delete '#' from code.

Thanks.

Comments

Kane’s picture

Hmm, not saved.
Again, after render it looks like:

<div id="#edit-taxonomy-tags-1-wrapper" class="form-item active-tags-pop-processed">

Looks like this module dependent on whether there is # tag or not.

dragonwize’s picture

Title: Unnecessary ID tag » Unnecessary hash character
Category: bug » task
Status: Active » Postponed

I am aware of this. It is from before I started with this module and I have left it as such for backwards capability until I have time to do more research into its history.

dragonwize’s picture

Status: Postponed » Fixed

After research it appears that it was used like this to allow pass through selectors. I've implemented a solution that just removes it from the id attribute as needed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.