Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Smart gwt print preview not showing scrollbar on ie8

    SmartGWT2.5
    Browser: ie8
    client side problem
    No javascript errors.

    Problem:
    Scroll bar missing on ie8 when we do print preview on listgrid with large number of rows. There is no way a user can scroll down

    We are using
    Code:
    	final MenuItem printItem = new MenuItem("Print Preview");
    		printItem.addClickHandler(new ClickHandler() {
    			
    			@Override
    			public void onClick(final MenuItemClickEvent event) {
    				 Canvas.showPrintPreview(this); // this is the list grid
    			}
    		});
    from listgrid menu. ON firefox the scrollbar appears fine. But on ie8, there is no scroll bar visible.

    The same issue is also occuring on ie8 when we use a dynamic form with large data.
    Please can you help

    Regards
    Sandeep
    Last edited by sandeepm; 12 Oct 2011, 07:56.

    #2
    This should now be resolved - please try the next nightly build on the 2.5p branch
    (Also fixed in 3.0p and 3.1d)

    Comment


      #3
      Hello, thanks for the fix. When can we expect a production release of 2.5p? Alternatively would it be possible to give us a patch so we can apply on the current build(we are on smart gwt 2.5) instead of waiting on the next release ?


      Thanks
      Sandeep
      Last edited by sandeepm; 9 Jan 2012, 01:52.

      Comment

      Working...
      X