[FIXED] [V0.8.1] ComboBox open list behind the window

  1. #1

    [FIXED] [V0.8.1] ComboBox open list behind the window

    *I dont know if is a bug, but after upgrade to 0.8 version my comboboxes open they listitems behind the window (modal) and cannot be clicked (using firefox)...

    Look the image atached to undertand what i saying...






    Tks for any help.




  2. #2

    RE: [FIXED] [V0.8.1] ComboBox open list behind the window

    Yes, there appears to be a z-index problem. I'm investigating.

    Geoffrey McGill
    Founder
  3. #3

    RE: [FIXED] [V0.8.1] ComboBox open list behind the window

    *If i remove the modal="true" property*from desktopwindow*they works....



  4. #4

    RE: [FIXED] [V0.8.1] ComboBox open list behind the window

    *Any news about this problem ?

    Tks.
  5. #5

    RE: [FIXED] [V0.8.1] ComboBox open list behind the window

    Hi,

    Fixed. The fix will be available in next release.
    Work-around until new release:

    1. Set for combo ListClass="top-list"
    2. Define css rule

    .top-list {
        z-index:25000 !important;
    }
  6. #6

    RE: [FIXED] [V0.8.1] ComboBox open list behind the window

    *ok, tks...

Similar Threads

  1. [CLOSED] missing } after property list with JsonReader
    By krzak in forum 1.x Legacy Premium Help
    Replies: 26
    Last Post: May 19, 2011, 3:40 PM
  2. ComboBox list forcing window to scroll
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Sep 03, 2009, 10:35 AM
  3. Replies: 3
    Last Post: Sep 16, 2008, 3:50 PM
  4. Replies: 3
    Last Post: Jun 24, 2008, 12:32 AM
  5. Replies: 5
    Last Post: Mar 15, 2008, 3:53 PM

Posting Permissions