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
Original issue reported on code.google.com by
jason.gi...@gmail.com
on 20 Jan 2011 at 2:55