View Single Post
  #4 (permalink)  
Old 12-01-2005, 01:07 PM
pshah pshah is offline
Zimbra Employee
 
Posts: 269
Default

This is a known bug and as Smied pointed out, we avoid this issue by not allowing columns widths to exceed the width of the window. Using the onscroll event to move the DIV containing the column headers is definitely the right fix.

In fact, ZmCalColView.js uses onscroll to keep the horizontal scrolling in week views in sync (see ZmCalColView.prototype._syncScroll if you're really curious).
Reply With Quote