I have a table with 1 row with 4 cells, each with a C1WebDateEdit control and a C1WebCalendar control (with PopupSetting.Dock = c1_dock_bottomleft).
In IE6 and Firefox, after the page loads in the browser the users describe seeing "flashing" on the screen.
I recreated this on a very slow machine and can see that each WebCalendar control is made visible (increasing the height of the table cell, which then pushes all the controls below the table down) then made invisible (which moves everything back up). This repeats for each of the WebCalendars in the other 3 table cells.
Interestingly, the problem goes away in IE7. Unfortunately, we're developing this app for a client and cannot dictate that all their users upgrade to IE7.
I'm unable to find any properties that change this behavior. Suggestions?