1. v9.1p_2014-07-13/Pro Deployment (built 2014-07-13)
2. Chrome - 35.0.1916.153 m
Problem Statement: The code in example
http://smartclient.com/#comboListComboBox
has a dynamic form with combobox as its editor type. The combobox leaves the following iFrame
I am facing some similar issue in the production code where the iFrame burns through (i am guessing) and making the components beneath not "right clickable" for the desired context menu.
I was going through topic discussed in
http://forums.smartclient.com/showthread.php?t=30204
and was wondering if the there is still an issue with chrome.
I see the iFrame still been created in IE11 but is not allowed to burn through. In FF i don't see the iFrame created at all.
2. Chrome - 35.0.1916.153 m
Problem Statement: The code in example
http://smartclient.com/#comboListComboBox
has a dynamic form with combobox as its editor type. The combobox leaves the following iFrame
Code:
<div id="isc_4Y" eventproxy="isc_BackMask_0" class="normal" style="position: absolute; left: 365px; top: 530px; width: 146px; height: 114px; z-index: 800322; overflow: hidden; visibility: hidden; cursor: default; -webkit-margin-before-collapse: collapse; -webkit-margin-after-collapse: collapse;" onscroll="return isc_BackMask_0.$lh()" role="presentation"> <iframe width="100%" height="100%" border="0" frameborder="0" src="about:blank" marginwidth="0" marginheight="0" scrolling="no" tabindex="-1" tabstop="false"> </iframe> </div>
I was going through topic discussed in
http://forums.smartclient.com/showthread.php?t=30204
and was wondering if the there is still an issue with chrome.
I see the iFrame still been created in IE11 but is not allowed to burn through. In FF i don't see the iFrame created at all.
Comment