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

 

Postscript

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

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)
hass’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)