Hi all,
I am currently using the Enterprise and BlackOps skin in my SmartGWTEE app.
Issue
------
I have two controls on my app - a SelectItem and a draggable Window.
In the Enterprise Skin, when I resize the Window or click on the SelectItem arrow, everything works file.
In the BlackOps skin, a mouse down on the SelectItem or the drag resize causes the blank.gif image to appear.
Research
--------
I have found that the z-index of the isc_EH_screenSpan on the BlackOps skin increases, causing the blank.gif to be brought forward.
The Developer Console tells me the following:
10:31:40.849:MDN0:EventHandler:Target Canvas for event 'mousedown': [ScreenSpan ID:isc_EH_screenSpan]
10:31:40.850:MDN0:INFO:EventHandler:mouseDown on masked [ScreenSpan ID:isc_EH_screenSpan] firing clickAction, will block click
10:31:40.850:MDN0:INFO:clickMask:hideClickMask called with ID: isc_PickListMenu_0
10:31:40.850:MDN0:INFO:clickMask:hiding clickMask ID: isc_PickListMenu_0[autoHide:false], all masks hidden
The SmartGWTEE Handler.js file tells me that the _adjustSpanZIndex () function is being called - causing the ScreenSpan to be brought forward on the BlackOps skin.
Can anyone tell me why and how I can prevent this from happening? I have done a difference between the Enterprise and BlackOps load_skin.js and skin_styles.css files but could not find anything significantly wrong.
Thanking you in advance.
I am currently using the Enterprise and BlackOps skin in my SmartGWTEE app.
Issue
------
I have two controls on my app - a SelectItem and a draggable Window.
In the Enterprise Skin, when I resize the Window or click on the SelectItem arrow, everything works file.
In the BlackOps skin, a mouse down on the SelectItem or the drag resize causes the blank.gif image to appear.
Research
--------
I have found that the z-index of the isc_EH_screenSpan on the BlackOps skin increases, causing the blank.gif to be brought forward.
The Developer Console tells me the following:
10:31:40.849:MDN0:EventHandler:Target Canvas for event 'mousedown': [ScreenSpan ID:isc_EH_screenSpan]
10:31:40.850:MDN0:INFO:EventHandler:mouseDown on masked [ScreenSpan ID:isc_EH_screenSpan] firing clickAction, will block click
10:31:40.850:MDN0:INFO:clickMask:hideClickMask called with ID: isc_PickListMenu_0
10:31:40.850:MDN0:INFO:clickMask:hiding clickMask ID: isc_PickListMenu_0[autoHide:false], all masks hidden
The SmartGWTEE Handler.js file tells me that the _adjustSpanZIndex () function is being called - causing the ScreenSpan to be brought forward on the BlackOps skin.
Can anyone tell me why and how I can prevent this from happening? I have done a difference between the Enterprise and BlackOps load_skin.js and skin_styles.css files but could not find anything significantly wrong.
Thanking you in advance.
Comment