07-18-2022, 04:42 PM
(07-16-2022, 02:07 AM)Alexandre Machado Wrote: How are these components (labels, edits, etc) positioned in the page? Are they also created dynamically?
Ancient versions of IW used to render using Quirks mode which doesn't exist anymore. If you have any specific CSS used for these controls it probably takes Quirks mode into account and it should be adjusted. Other than that I'd need an working example or access to the real app to tell you more about the possible causes.
Yes sir, everything is created dynamically. The screen components are read from a database (component type, position, size, color, etc.) and dynamically created and added to the dynamically created tab. Weird thing is the upper portion of the screen (above the tabs) is created dynamically the same way and it's fine. Only the tabs are affected with this "mangling" problem.
This is the first I'm hearing of this Quirks mode. Can you elaborate a little on it, please?
By the way, I removed the CSS from the form, rebuilt and the problem persists. The CSS that is created by IntraWeb during rendering is the only CSS on the page...and it is altered when posting. Is there some memory trick I'm missing?
Thanx for your time.
Chuck

