Closed (duplicate)
Project:
Insert
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2011 at 19:47 UTC
Updated:
6 Sep 2012 at 07:39 UTC
With the Comium browser it is not possible to insert images.
This error occurs when inserting into comments and terms.
Reason:
// Add the click handler to the insert button.
$('.insert-button', context).unbind('click').click(insert);
This code works with Cromium:
// Add the click handler to the insert button.
$('.insert-button', context).click(insert);
Curently it is not possible to insert images of comments and terms! Way out: Fix the limit of insertion of images only with nodes.
Comments
Comment #1
quicksketch#1341404: JS click function to insert not work with Cromium
Comment #2
hass commented