HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Display issues/html issues
Display issues/html issues
  View type:
I am experiencing an issue with some elements being displayed wrong in IE. The root cause seems to be a wrong width setting.

Apparently, text boxes seem to be transformed into an html construct similar to this during runtime:

<div style="... width: 41px; height: 41px; ... id="OBJ_356" w="350" h="41"...>
<div ... id="OBJ_356_tbl">
<tbody>
<tr>
<td ... id="OBJ_356_td">
<div style="... width: 346px; ... id="OBJ_356_div">
HERE IS THE ACTUAL TEXT BOX CONTENT
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>

As you can see, the width of the outmost div element is set to a value that equals the height and not its true width, as expressed in the "w" attribute. The inner divs are therefore wider than the outer width resulting in display flaws in IE.

I suspect this to be a bug and I tried to debug courselab.js but could not spot the place where this div is created. Does anyone else have a clue?

Any help is appreciated
Frank

Subject:
Message options
No additional options