Internet Explorer JS injection error
SteveK - November 8, 2008 - 15:56
| Project: | Community Tags |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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>
#1
subscribing... I had 12 "Add" buttons.
#2
Unable to reproduce.
Anyone can confirm this?
#3
Setup 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.
#4
I'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.
#5
This is related to #329579: Make possible to show more tagging form on a page. I think the patch there would fix this problem.