Doleditor Extra Field Type: Html text

Dolibarr v 14.0.5

/dolibarr/htdocs/core/class/extrafields.class.php Line 1147

$doleditor = new DolEditor($keyprefix.$key.$keysuffix, $value, '', 200, 'dolibarr_notes', 'In', false, false, !empty($conf->fckeditor->enabled) && $conf->global->FCKEDITOR_ENABLE_SOCIETE, ROWS_5, '90%');

The $uselocalbrowser value is set to false (8th parameter). Does anyone know why this is? I was thinking of requesting on GitHub that they make it true OR create a new global where users can define that $uselocalbrowser be true.

This is sort of an issue because I would like to use images on the Html text extra fields. The only way I can add an image to the field is to copy/paste it on Firefox. I tried to copy/paste on Chrome and on IE, but copy/pasting images does not work on those browsers.

If the $uselocalbrowser were true, you could at least use the “Browse Server” button to add an image, but that option is not available for Html text extra fields.

Browse Server

Browse Server is missing on Html text extra field

Hi,

No clue, may be you should ask on GitHub?

@ksar
I opened this issue on GitHub as suggested.