Visman

Results 9 issues of Visman

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

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...

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

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: Отрицательная сторона - нужно добавить в код множество вызовом...

help wanted

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...