Page containing Community Tags form doesn't print in IE6

Filip Van Tendeloo - October 14, 2008 - 09:58
Project:Community Tags
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When you try to print a page that contains the form for adding tags you get an error in Internet Explorer 6.

The cause of this error is that "Community Tags" uses the following field:

<input type="text" class="form-text form-autocomplete form-tags" value="" size="20" id="edit-tags" name="tags" maxlength="100" autocomplete="OFF" style="display: inline;"/>

For some strange reason you can't use ' name="tags" ' or ' id ="tags" ' in Internet Explorer 6.
Using ' name="edit-tags" ' should fix this problem.

In attachment I have added a screenshot of the error that occurs when trying to print.

AttachmentSize
community-tags-ie6error.jpg48.56 KB
 
 

Drupal is a registered trademark of Dries Buytaert.