Reviewed & tested by the community
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Apr 2011 at 23:19 UTC
Updated:
9 Apr 2013 at 14:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
mjpa commentedThis is most likely caused by the Drupal behaviors not checking the page title fieldset to see if the behavior has been added already.
Patch to fix the D7 version attached - the D6 version will need a different change.
Comment #2
NaX commentedI fixed this in the D6 version with the following. It checks for and adds the
page-title-processedclass.Hope it helps.
Comment #3
kpaxman commentedI can confirm this was happening for me in D7 when the node has an image field set to unlimited values...every time an additional image was uploaded, another "Characters entered" line was added.
This patch resolves the issue.