django-summernote icon indicating copy to clipboard operation
django-summernote copied to clipboard

NS_ERROR_FAILURE in Firefox

Open arviesan24 opened this issue 5 years ago • 8 comments

I keep getting this error in Firefox which is not present in Chrome:

2019-05-14-181748_1366x768_scrot

This is its initial layout when the page loads: image

and will become like this when you try to drag downwards the toolbar from the top:

image

I'm using Firefox 66.0.5 in Ubuntu.

arviesan24 avatar May 14 '19 10:05 arviesan24

Could you share your Summernote settings? It looks like this problem is up to summernote's isFontInstalled function. It uses <canvas> to test whether a given font exists or not.

lqez avatar May 15 '19 07:05 lqez

This is the only changes I made on its settings. I'm using django-summernote==0.8.11.4

SUMMERNOTE_THEME = 'bs4'

SUMMERNOTE_CONFIG = {
    'width': '100%',
    'height': '300',
}

arviesan24 avatar May 15 '19 14:05 arviesan24

Thanks. I will find out after installing Linux on my laptop.

lqez avatar May 16 '19 04:05 lqez

@lqez was this bug fixed? I am still getting the same error

sikaili99 avatar Sep 23 '19 09:09 sikaili99

@arviesan24 did you manage to fix it?

sikaili99 avatar Sep 23 '19 09:09 sikaili99

@Mathewsmusukuma no. I didn't manage to make it work.

rbsantoral-indra avatar Sep 28 '19 09:09 rbsantoral-indra

Same problem. Appears only on Mozilla. Would appreciate if somebody solve it

bpospanov avatar Sep 23 '20 06:09 bpospanov

Anyone have any solutions please?

IRakha avatar Jul 30 '22 20:07 IRakha