Author Topic: After enlarging the screen and closing the popup using escape key. showing blank  (Read 3096 times)

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
H team,
               After closing the pop up in the maximize screen, the blank screen is appearing.instead it should be displayed main screen.
 This issue is also there in the demo pop up screen example. please help on this issue.

  http://paramquery.com/pro/demos24/fluid_popup


Thanks and regards
Bsol team.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
This is the fix for it.

Code: [Select]
//event callback (add in grid options)
toggle: function(evt, ui){
$("#popup").dialog({
closeOnEscape: ui.state != 'max'
});
},

jubjubmane

  • Newbie
  • *
  • Posts: 1
    • View Profile