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)
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

taite11 - December 16, 2008 - 21:39

subscribing... I had 12 "Add" buttons.

#2

Omar - March 8, 2009 - 10:38
Status:active» postponed (maintainer needs more info)

Unable to reproduce.
Anyone can confirm this?

#3

taite11 - March 8, 2009 - 18:32

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

Brigadier - March 27, 2009 - 01:12

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

Brigadier - March 27, 2009 - 01:24

This is related to #329579: Make possible to show more tagging form on a page. I think the patch there would fix this problem.

 
 

Drupal is a registered trademark of Dries Buytaert.