Closed (fixed)
Project:
Community Tags
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2008 at 15:56 UTC
Updated:
1 Apr 2011 at 13:21 UTC
When The JS form elements get injected into the DOM when viewing in any version of IE (Ie6, Ie7) There are 2 "Add" buttons added to the page. Markup is as follows:
<div class="text-field">
<div class="tag-widget">
<ul class="inline-tags">
</ul>
<div class="tag-widget">
<ul class="inline-tags">
</ul>
<input class="form-text form-autocomplete">
<input class="form-button"> // This is the Add Button
</div>
<input class="form-button"> // This is the other Add Button
</div>
</div>
Comments
Comment #1
OneTwoTait commentedsubscribing... I had 12 "Add" buttons.
Comment #2
owahab commentedUnable to reproduce.
Anyone can confirm this?
Comment #3
OneTwoTait commentedSetup a custom view that shows the full nodes. That's how I got a tonne of "Adds". To be more clear, it wasn't actually many add buttons. It was actually one loooong button with "Add" written on it many times.
Or, somebody can PM me and I'll give you access to the specific site to take a look.
Comment #4
Brigadier commentedI've seen this happen when the form appears more than once on the page, in Firefox 3, as described by taite11, above. Not sure what causes it but in my case I actually only wanted to display the form looking at the node as a single page.
Comment #5
Brigadier commentedThis is related to #329579: Make possible to show more tagging form on a page. I think the patch there would fix this problem.
Comment #6
chaps2 commentedI've seen the long Add button where I called community_tags_node_view($node, TRUE) in a theme preprocess_node function but where $node wasn't defined.
I've added a guard to community_tags_node_view in 2.x-dev so rather than see an incorrect CT form you see nothing.
I don't think the long Add button is the same problem as the one described in the original issue but it's been a while and is not reproducible with the information provided so marking as fixed.