Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    BlackOps Skin ScreenSpan isc_EH_screenSpan clickAction

    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.

    #2
    We're not really following what you're saying is wrong. BlackOps does use blank.gif, and it should. Also, the screenSpan comes to the from during blocking operations, by design. So what specifically is wrong? Screenshots would help.

    Comment


      #3
      Thanks for the reply Isomorphic. Why is a click on the SelectItem a blocking option on BlackOps but not on Enterprise?



      I have attached two images to further explain myself:

      Black Screen 1.jpg - This is how the screen looks like (the SelectItem can be seen)

      Black Screen 2.jpg - This is how the screen looks like after I click on the arrow to get the SelectItem to show me what is in its drop down menu.


      Thank you.
      Attached Files

      Comment


        #4
        It's not blocking vs non-block - it looks like what's actually going on is you're using a skin file from an older version with a newer build. Please let us which two versions are involved, and whether making them the same fixes the problem.

        You also haven't mentioned what browser(s) this happens in either.

        Comment

        Working...
        X