"Object HTML" has a bug ?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Radek
 
 
Posts: 1
Joined: Fri Mar 07, 2025 8:00 pm

"Object HTML" has a bug ?

Post by Radek »

Hello!

I try to add my HTML code by using "object HTML". My HTML code is: id="test".
I need to add code "Inside Tag" - in window "Object HTML" (Generated HTML) all looking OK, but in Page/Page HTML my code is in different place.
Is it any WYSIWYG bug ?

In "Object HTML" window (is OK):

<div id="wb_Text1" style="">
<span style="color:#000000;font-family:Arial;font-size:16px;" id="test">Double click to edit</span>
</div>


In Page/Page HTML (in different place):

<div id="wb_Text1" style="position:absolute;left:427px;top:270px;width:250px;height:18px;z-index:0;"id="test">
<span style="color:#000000;font-family:Arial;font-size:16px;">Double click to edit</span>
</div>
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: "Object HTML" has a bug ?

Post by Pablo »

The generated code for an object depends on the context in which the object exists.
For example, if an object is placed inside a layout grid, the output code may differ from when the object is a direct child of the page.

Additionally, the generated code is influenced by the selected HTML formatting options.
The software offers thousands of configuration options, resulting in millions of possible combinations.

Therefore, the "Object HTML" view is only a preview — it does not represent the final code. This is not a bug.
Post Reply