Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

list buttons don't work in Firefox #224

Open
JonathanReeve opened this issue Sep 26, 2014 · 4 comments
Open

list buttons don't work in Firefox #224

JonathanReeve opened this issue Sep 26, 2014 · 4 comments

Comments

@JonathanReeve
Copy link

The FF console error message is "NS_ERROR_FAILURE" in hallo.js:230. This is using Hallo 1.0.4. Lines 230-232 are:

if (document.execCommand(command, false, value)) {
    return this.element.trigger("change");
}
@JonathanReeve
Copy link
Author

It turns out this might be a bug in Firefox. I should also note that this only happens if you try to make a list out all the lines in a contenteditable. If you select just a portion of the lines, it works fine.

@SalahAdDin
Copy link

Have the same problem: NS_ERROR_FAILURE

@Gagaro
Copy link

Gagaro commented Oct 24, 2016

I have the same issue in my website, but the demo (http://hallojs.org/) does work in the same browser. Does anyone have any idea what could be wrong? I tried reproducing the environment to no avail.

@SalahAdDin
Copy link

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants