Visman
Visman
Now the display in the editor is broken  result:  P.S. Some forums support recursion in this bbcode fluxbb  forkbb 
SCEditor ignores the autofocus and required options that are enabled on the textarea element. Version 3.2.0
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...
Extra blank lines in HTML if bbcode is on a separate line from the content. Example ``` [code] abcde 12345 [/code] ``` result  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...
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:  2. If...
php 8.3
I don't have a chance to check compatibility with php 8.3 because the developers removed Windows 7 support from the new version of php.
**Какие варианты? / What are the options?** Вариантов у меня, кот наплакал / I have few options: 1. Хуки / Hooks: Отрицательная сторона - нужно добавить в код множество вызовом...
https://github.com/forkbb/forkbb/pull/7 I have several problems with PostgreSQL: 1. case sensitive - Is there a normal (?) solution only in PostgreSQL 12? https://postgrespro.ru/docs/postgresql/12/sql-createcollation 2. collate - Only "C"? If I change...
I added a new bbcode to bbcode.js: ``` var bbcodeHandlers = { ... // START_COMMAND: Hide hide: { tags: { div: { class: 'f-bb-hide' } }, isInline: false, format: function...