Hi, I am having issue with "isc_styleTester" div element that gets visible when "styleName" of the HLayout element is being changed.
So whenever I change style of my HLayout element, it renders that div element
(sure thing I searched and found the code that creates it in ISC_Core.js). Here is the generated html:
As you see that DIV is shifted but not enough. My style has a big background image (bigger then 100px), so the DIV with the image becomes visible at the top.
I kind of solved the issue by finding that element by ID and removing it from DOM manually, but I am wondering if it might cause other issues? What is that DIV for?
And still sometimes it gets displayed for a tiny moment before it's gone.
Browsers: IE, Firefox
SmartClient version that I am working with:
Version SC_SNAPSHOT-2010-07-27/EVAL Development Only (2010-07-27)
So whenever I change style of my HLayout element, it renders that div element
(sure thing I searched and found the code that creates it in ISC_Core.js). Here is the generated html:
Code:
<div class="loginBackgrounden" id="isc_styleTester" style="position: absolute; top: -100px; left: 0px;">
I kind of solved the issue by finding that element by ID and removing it from DOM manually, but I am wondering if it might cause other issues? What is that DIV for?
And still sometimes it gets displayed for a tiny moment before it's gone.
Browsers: IE, Firefox
SmartClient version that I am working with:
Version SC_SNAPSHOT-2010-07-27/EVAL Development Only (2010-07-27)
Comment