Closed (fixed)
Project:
Insert
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2011 at 13:20 UTC
Updated:
17 Sep 2012 at 03:51 UTC
Currently it is only possible to use the insert function on node body textareas.
On comment textareas, term textareas or other textareas is the insert action without function.
The patch fix the bug - the insert action is allowed/possible on all textareas.
| Comment | File | Size | Author |
|---|---|---|---|
| insert.js_.patch | 579 bytes | quiptime |
Comments
Comment #1
quiptime commentedbump
Comment #2
chiappa commentedthank you!! but how does this work? i would like to use the insert function in comments.
##edit.
I see you can add the insert field when you edit the content type, seems to be working fine without this patch.
Comment #3
quiptime commented@chiappa,
The code
The class node-form never exist if you are add or edit an comment.
The class node-form never exist if you are add or edit an term.
Comment #4
quicksketchThanks, this was much less of an issue in Drupal 6 when other entities did not support fields. I've committed this patch to the 7.x branch.