Hi Scott,

I will try to create a scaled down test case that I can post here.  In
the meantime, I did find a work-around.  Immediately after the call to
open the dialog, I execute this:

    $('.ui-widget-overlay').css("visibility","hidden").css
("visibility","visible");

This causes the overlay to repaint (or whatever isn't happening
otherwise).  So I don't know if that lends any clues to what I've
observed.

Anyway, I will try to make a test case and get back to you.

Jon


On Sep 5, 10:38 am, Scott González <[email protected]> wrote:
> Are you able to create a simplified test case that produces the
> problem?  Also, what browser(s) are you seeing this behavior in?
>
> On Sep 4, 8:32 am, Stretch2m <[email protected]> wrote:
>
>
>
> > I have an application that displays an org chart of employees.  On
> > each employee node I have a button to open that employee's profile.  I
> > am using jQuery UI 1.7.2 modal dialog for the profile window.
>
> > When I click the open profile button on an employee on the BOTTOM half
> > of the window, the dialog appears and the modal overlay is
> > transparent.  But when I click the open profile button on an employee
> > on the TOP half of the window, the modal overlay is opaque, and my
> > chart disappears completely.  Note the chart is pannable and there are
> > horizontal and vertical scrollbars before opening the dialog.  When
> > the opaque overlay is shown, the scrollbars also disappear.
>
> > If I then MOVE the dialog while the opaque overlay is displayed, the
> > overlay becomes transparent.  So, something about moving the dialog
> > causes the overlay to be redrawn correctly.
>
> > I can't seem to figure out why this would be or what workarounds there
> > might be.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to