SCEditor icon indicating copy to clipboard operation
SCEditor copied to clipboard

A lightweight HTML and BBCode WYSIWYG editor

Results 133 SCEditor issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.7. Release notes Sourced from @​babel/traverse's releases. v7.23.7 (2023-12-29) :bug: Bug Fix babel-traverse #16191 fix: Crash when removing without Program (@​liuxingbaoyu) babel-helpers, babel-plugin-proposal-decorators #16180 fix:...

dependencies

Now the display in the editor is broken ![pic1](https://user-images.githubusercontent.com/5917956/231394202-d4812686-71bc-437b-a664-aa7fab88c107.png) result: ![pic2](https://user-images.githubusercontent.com/5917956/231394488-d5b7fd4a-406c-411c-ae71-85cbe4a2fecc.png) P.S. Some forums support recursion in this bbcode fluxbb ![pic3](https://user-images.githubusercontent.com/5917956/231395639-7954326f-0cb5-464e-8f19-2449e6b2335c.png) forkbb ![pic4](https://user-images.githubusercontent.com/5917956/231396003-9cc8dc1c-8ec4-4191-9924-383356abab1b.png)

Feature

SCEditor ignores the autofocus and required options that are enabled on the textarea element. Version 3.2.0

Bug

Hi! As you can see in title the question is simple but I cannot implement it in the code. HTML I have: ```html Cite test: extended quote Quote: simple quote...

Question

Firefox 108 SCEditor 3.2.0 `format: bbcode` ``` sceditor.create(textarea, options); instance = sceditor.instance(textarea); var forDelete = ['youtube', 'rtl', 'ltr']; if (!linkEnabled) { forDelete = forDelete.concat('url', 'img', 'email'); } for (var bbcodeForDelete...

Bug

Extra blank lines in HTML if bbcode is on a separate line from the content. Example ``` [code] abcde 12345 [/code] ``` result ![i1](https://user-images.githubusercontent.com/5917956/230760718-83e424ec-4c08-4c9b-939a-3fd9af78484c.png) or ``` --- [b] abcde 12345...

Firefox 108 SCEditor 3.2.0 `format: bbcode` 1. If I open edit such a post ``` [url=http://example.com][img]https://i.ibb.co/NpjZt1p/Web-P-Mobile-676-ECAEA9-F56-ED3-C688431-BEEB652-A93-440-es-623601-v1-ab6ab1dcc20aa884a98b6d0f8e36640.webp[/img][/url] ``` Or I set the cursor with the mouse after the image just inserted...

Dropdowns is partially hidden when overflow an iframe window with "overflow=hidden". ### Steps to reproduce the problem 1. Open https://jsbin.com/didipojafo/edit?html,js,output 2. Reduce **Output** iframe width. Open emoticon dropdown. ![image](https://user-images.githubusercontent.com/740757/229597502-1ec79a7f-2059-4cea-9d5c-8d4952bab2bf.png) Another...

Bug

Firefox 108 1. If we do not specify the width parameter in sceditor.create(), then we get a violation of the dimensions of SCEditor when scaling the page: ![test1](https://user-images.githubusercontent.com/5917956/229805990-2e03376b-ba42-471a-a9ad-37f1cffe086b.png) 2. If...

Bug

### Steps to reproduce the problem Issue: Bullet points are converted to font and size Expectation: Bullet points are converted to list items [li] ... [/li] 1. Pasting text from...

Enhancement