GridPanel row hover not disappearing when in a Webcontrol

  1. #1

    GridPanel row hover not disappearing when in a Webcontrol

    It seems like when a GridPanel is in a Webcontrol, and in my example is placed in a Panel inside the West region of a BorderLayout, when moving the mouse out of the control, the last row retains the hover effect and doesn't release.
  2. #2

    RE: GridPanel row hover not disappearing when in a Webcontrol

    Actually, to further clarify the problem, it seems like this is an issue with GridPanel when the scrollbar is present. In other words, if the data requires a scrollbar to be visible, when you hover over a row and then move the mouse quickly out of the GridPanel, the hover remains visible.
  3. #3

    RE: GridPanel row hover not disappearing when in a Webcontrol

    Is the GridPanel within an <iframe>? are you loading the GridPanel (or parent) with the <AutoLoad Mode="IFrame"> option?

    Geoffrey McGill
    Founder
  4. #4

    RE: GridPanel row hover not disappearing when in a Webcontrol

    No, it is not. Here is how to duplicate it:


    ViewPort
    BorderLayout
    West
    Panel
    FitLayout
    GridPanel



    If the GridPanel has data (load with ObjectDataStore in my case) that extends beyond the height, and forces a vertical scrollbar, and you hover, and move out, the hover remains.

Similar Threads

  1. [CLOSED] gridpanel cell hover in IE6
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 02, 2012, 11:00 AM
  2. [CLOSED] DirectEvent in WebControl
    By alliedwallet.com in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 21, 2011, 9:21 PM
  3. [CLOSED] [1.0] WebControl and Ext controls
    By state in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 19, 2010, 6:51 AM
  4. Mouse hover not disappearing in FireFox
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 17, 2009, 11:33 AM
  5. Replies: 0
    Last Post: Apr 29, 2009, 2:32 PM

Posting Permissions