Closed yunter closed 5 months ago
I found this issue as well, but the editor workes with this. Unfortunately, the 'summernote' has not been updated for a long time. I was thinking about using other WYSIWYG text editor.
It would be great if you may have a better solution, you may send pull request as well.
Is a problem with the Summernote-Lite version, so maybe Quill Rich Text Editor is an alternative.
@yunter
thanks for the update, does the Quill Rich Text Editor
have file browser? or does it fits in with Laravel Starter?
There is a problem when uploading images,the LFMButton woking error: Uncaught TypeError: Cannot read properties of undefined (reading 'top') at t.value (summernote-lite.min.js:2:148092) at HTMLButtonElement.handle (jquery-3.6.4.min.js:2:46636) at HTMLButtonElement.dispatch (jquery-3.6.4.min.js:2:43184) at y.handle (jquery-3.6.4.min.js:2:41168) Maybe it's a compatibility issue
To Reproduce Steps to reproduce the behavior:
Expected behavior can show tooltip and none errors
Screenshots See attach file.
Additional Information V11.5 and V11.6
Install by composer create-project nasirkhan/laravel-starter
{ "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build" }, "devDependencies": { "@coreui/coreui": "^5.0.0", "@fortawesome/fontawesome-free": "^6.5.1", "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.2", "alpinejs": "^3.4.2", "autoprefixer": "^10.4.2", "axios": "^1.6.4", "bootstrap": "^5.3.3", "flowbite": "^2.3.0", "jquery": "^3.7.1", "laravel-vite-plugin": "^1.0", "postcss": "^8.4.31", "sass": "^1.72.0", "sass-loader": "^14.1.1", "simplebar": "^6.2.5", "tailwindcss": "^3.1.0", "vite": "^5.2" } }