AntonioChiancone / dropthings

Automatically exported from code.google.com/p/dropthings
0 stars 0 forks source link

Dropthing v 1.7.0 - using AJAX and Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded #180

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new bespoke widget user control for video. 
2. Add:
 var prm = Sys.WebForms.PageRequestManager.getInstance(); 
    prm.add_pageLoaded(flashVideo); to a widget Panel body.
3. Step 2 code is required so when settings panel is saved, the flashVideo 
script is called
3. When maximise, minimise buttons are pressed in this particular widget type, 
page is OK. However if I minimise, maximise a different widget anywhere one 
page, RSS widget for example, it cause the page to re-render and flicker.

What is the expected output? What do you see instead?
The page should not flicker as the call is asynchronous. Instead the page 
flickers...

What version of the product are you using? On what operating system?
 v 1.7.0

Please provide any additional information below.

Original issue reported on code.google.com by jason.gi...@gmail.com on 20 Jan 2011 at 2:55

GoogleCodeExporter commented 8 years ago
Can send me the widget code to look at?

If you can capture a screencast that would be good.

Original comment by omaralzabir@gmail.com on 21 Feb 2011 at 2:44