Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-25-2009, 04:32 AM
Junior Member
 
Posts: 9
Default Oversized Zimlets and IE window scrolling

I've searched the forums and google but can't find any reference to this...

If I open a Zimlet of any kind (including Add Attachment, for example) in IE and the Zimlet happens to be longer than the current browser window then IE does not show the standard overflow scroll bar on the browser window. Firefox does.

I'm using IE6.

This came to my attention because one of my Zimlets has quite a lot of content and stretches off the bottom of the browser window. The overflow area then becomes inaccessable. As I say, the same thing turns out to apply to smaller Zimlets too if they are opened in a small browser window, which might be unavoidable on a netbook, for example.

Any ideas?
Reply With Quote
  #2 (permalink)  
Old 02-25-2009, 11:30 AM
Zimbra Employee
 
Posts: 187
Default

you can set overflow to auto to get scroll bars.

Code:
	this.pbView = new DwtComposite(this.getShell());
	this.pbView.setSize("500", "40");
	this.pbView.getHtmlElement().style.overflow = "auto";
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 02-25-2009, 11:55 AM
Junior Member
 
Posts: 9
Default

That might help, but does that refer to the overflow of the Zimlet itself and will just add scrollbars within the Zimlet?

What I mean is that when the Zimlet stretches off the bottom of the screen, I want the browser window to scroll (as it does in Firefox).
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.