|
Just added this to the bugtracker and thought I’d take
credit for it in case anyone had any questions: I'm loading a hidden tacos:Dialog on a page. I'm calling a
listener from an AjaxDirectLink?. The listener calls the dialog's show()
method. The Dialog (correctly) calls its generateHide(boolean asdf) method and
I can see the script in the output of the tacos _javascript_ logging window. The
AjaxDirectLink? updates an @Any component that contains the Dialog. The
contents of the Dialog become visible on screen. However, the Dialog contents
do not appear in the center of the screen and the background does not grey as
expected. Also, I see that the documentation describes this example,
perhaps it could be added to the live demo? |
