vue-froala-wysiwyg icon indicating copy to clipboard operation
vue-froala-wysiwyg copied to clipboard

Vue component for Froala WYSIWYG HTML Rich Text Editor.

Results 109 vue-froala-wysiwyg issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

- Fixed issue with disabled not actually disabling the Froala editor as might be the expected behaviour - Fixed issue with scrollableContainer and iframe_document not binding properly as the node...

I am trying to run a unite test on a component that uses the froala component. Here is my setup: ``` // jest.setup.js window.jQuery = require('jquery'); window.$ = require('jquery'); require('froala-editor/js/froala_editor.pkgd.min')...

focus event will change scroll bar Before ![WeChatc6a5917a03332f3b864b583bc3bbe2cc](https://user-images.githubusercontent.com/39906816/154459860-011ca1db-e951-4e7a-822d-5766f0246612.png) after ![WeChat2026c9f17e136b26c10565b41563cbe7](https://user-images.githubusercontent.com/39906816/154460117-be3d891d-f02a-44e8-bcd2-7c5db808dc2d.png) can use button.focus({ preventScroll: true });

I have a CMS-driven website which is not a SPA and not a Vue application. However, I'm using Vue in some situations to make pages partially driven by client-side code....

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Cannot read property 'tagName' of undefined TypeError Object.p [as openTagString](froala-editor/js/froala_editor) ./node_modules/froala-editor/js/froala_editor.min.js in Object.p [as openTagString] at line 7:5061 ./node_modules/froala-editor/js/froala_editor.min.js in Object.t [as applyStyle] at line 7:71838 ./node_modules/froala-editor/js/plugins/font_family.min.js in Object.t [as...

Hi, we have a problem with using froala inside a popup/modal of our application. We noticed that the "edit link" popup of froala is not showing (or better: it is...