[CLOSED] spotlight doesn't work properly with window control

  1. #1

    [CLOSED] spotlight doesn't work properly with window control

    i have 3 windows on my page. I want to move between each window using the spotlight.

    At the moment the spotlight will focus on each control correctly however i can still fiddle with the other windows eg drag etc.

    Any ideas how to prevent this?

    Cheers

    Lee
  2. #2

    RE: [CLOSED] spotlight doesn't work properly with window control

    Hi,

    It is strange to use Spotlight with windows because window should have Draggable="false" and Resizable="false" (this properties can't be changed after the window creation). Therefore I don't see why it is need to use windows instead panels

    But if you still required it and your windows have those properties then set zindex for spot after show
    Spot.show(cmp);
    Spot.all.setStyle('zIndex', '20000');

Similar Threads

  1. [CLOSED] Closing twice a window inside another doesn't work
    By FAS in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 30, 2011, 1:26 PM
  2. [CLOSED] [1.0] HtmlEditor in Window doesn't work with Portal
    By jchau in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: May 12, 2010, 2:38 PM
  3. Replies: 4
    Last Post: Feb 09, 2010, 6:14 PM
  4. EventMask doesn't work in ext:window
    By Martyrian in forum 1.x Help
    Replies: 4
    Last Post: Oct 02, 2009, 4:52 AM
  5. Replies: 2
    Last Post: Mar 26, 2008, 9:41 AM

Posting Permissions