What steps will reproduce the problem?
1. Open a normal modal (with minWidth=700, width=null (defined on processHandler callback))
2. Click a link to open a second modal (with minWidth=300, width=300 (defined on endFillContent callback))
3. See the result
What is the expected output? What do you see instead?
- The text displayed above the window
What version of the product are you using? On what operating system?
- 1.6.2
Please provide any additional information below.
- My goal was to resize the window and display a background color based on the text received by the Ajax request.
- Sorry for my English ;)