NodeBB-Community / nodebb-plugin-composer-redactor

Redactor Composer for NodeBB
GNU General Public License v3.0
38 stars 28 forks source link

Firefox issues - highlighting, editing text #22

Closed Errapolis closed 9 years ago

Errapolis commented 9 years ago

Using Firefox on Win7, I found the following issues:

Highlighting text (either by double-clicking a word or click-and-drag highlighting) doesn't work at all, unless done in HTML mode. Highlighting text in HTML mode, then clicking "link" to add a hyperlink: the "selected" text isn't added to the "Text" box in the "Insert link" popup, and must be retyped.

No similar problems in Chrome.

NodeBB version 0.8.1

drewdotpro commented 9 years ago

Confirmed as an issue present in NodeBB Redactor, but not Redactor editor on official site. Can recreate. No idea what the cause is yet.

drewdotpro commented 9 years ago

This is caused by .composer having -moz-user-select: none

@julianlam I can override this, but wondering why it's there at all?

Errapolis commented 9 years ago

Excellent, working perfectly in Firefox now.