https://forums.opensuse.org/forum.php - clicking on Preview button clears text edit area

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
MakeTopSite
Apollo supporter
Apollo supporter
Posts: 47
Joined: 2022-01-08, 11:51

https://forums.opensuse.org/forum.php - clicking on Preview button clears text edit area

Unread post by MakeTopSite » 2022-11-03, 19:05

When text edit area contains special char (when creating post):
🡕

Code: Select all

XML Parsing Error: not well-formed
Location: https://forums.opensuse.org/ajax.php
Line Number 2, Column 10:  
ajax.php:2:10
This browser is AJAX compatible  
vbulletin-core.js:11:10737
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead[Learn More]  
jquery.js:1
Creating array vBulletin.elements["vB_Lightbox_Container"]  
vbulletin-core.js:11:26613
vBulletin.elements["vB_Lightbox_Container"][0] = post_preview, 1  
vbulletin-core.js:11:26731
Firing System Init  
vbulletin-core.js:11:26208
Fire vB_XHTML_Ready  
vbulletin-core.js:11:29535
Fetch Cookie :: vbulletin_collapse (null)  
vbulletin-core.js:11:17103
Checkbox subscribe  
vbulletin-editor.js:11:1568
Dep Ctrl: subscribe  
vbulletin-editor.js:11:1166
Checkbox rating  
vbulletin-editor.js:11:1568
Dep Ctrl: rating  
vbulletin-editor.js:11:1166
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/  
ckeditor.js:138:1409
XML Parsing Error: not well-formed
Location: https://forums.opensuse.org/ajax.php
Line Number 2, Column 10:  
ajax.php:2:10
Another similar problem:

Text edit area is empty from the beginning when clicking on "Reply With Quote" on Post https://forums.opensuse.org/showthread. ... ost3171700

Code: Select all


This browser is AJAX compatible  
vbulletin-core.js:11:10737
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead[Learn More]  
jquery.js:1
Creating array vBulletin.elements["vB_Lightbox_Container"]  
vbulletin-core.js:11:26613
vBulletin.elements["vB_Lightbox_Container"][0] = post_preview, 1  
vbulletin-core.js:11:26731
Firing System Init  
vbulletin-core.js:11:26208
Fire vB_XHTML_Ready  
vbulletin-core.js:11:29535
Fetch Cookie :: vbulletin_collapse (null)  
vbulletin-core.js:11:17103
Checkbox subscribe  
vbulletin-editor.js:11:1568
Dep Ctrl: subscribe  
vbulletin-editor.js:11:1166
Checkbox rating  
vbulletin-editor.js:11:1568
Dep Ctrl: rating  
vbulletin-editor.js:11:1166
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/  
ckeditor.js:138:1409
XML Parsing Error: not well-formed
Location: https://forums.opensuse.org/ajax.php
Line Number 2, Column 120:
Whole thread: https://forums.opensuse.org/showthread.php/576664-Clicking-on-quot-Preview-Post-quot-deletes-what-I-ve-written

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2188
Joined: 2018-05-05, 13:29

Re: https://forums.opensuse.org/forum.php - clicking on Preview button clears text edit area

Unread post by vannilla » 2022-11-03, 22:27

Seems to be an error with CKEditor, the component used for the text area.
You could try to submit this bug to the CKEditor developers too, but it seems the OpenSUSE forum is using an old version so it might've been fixed already.

User avatar
MakeTopSite
Apollo supporter
Apollo supporter
Posts: 47
Joined: 2022-01-08, 11:51

Re: https://forums.opensuse.org/forum.php - clicking on Preview button clears text edit area

Unread post by MakeTopSite » 2022-11-09, 08:36

vannilla wrote:
2022-11-03, 22:27
Seems to be an error with CKEditor, the component used for the text area.
You could try to submit this bug to the CKEditor developers too, but it seems the OpenSUSE forum is using an old version so it might've been fixed already.
well thank you.

Locked