Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

DivLogger position should default to the bottom rather than top of the screen #14

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

The DivLogger rocks (as does gwt-log! :). Though the top of the screen tends to 
be quite useful; 
the bottom less so.

So I think the default should be for divlogger to appear at the bottom of the 
screen by default; then 
folks don't have to write any custom code to position the DivLogger at any 
special place - it'd just 
do the right thing out of the box

Original issue reported on code.google.com by james.st...@gmail.com on 18 Jun 2008 at 11:38

@GoogleCodeExporter
Copy link
Author

Original comment by fredsa on 29 Oct 2008 at 3:40

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

The workaround is to attach the DivLogger window programmatically to the 
desired 
location before the first log statement, e.g.

      DivLogger divLogger = Log.getLogger(DivLogger.class).getWidget();
      RootPanel.get().add(divLogger, x, y); // could be at the bottom


Original comment by fredsa on 22 Apr 2009 at 7:31

@GoogleCodeExporter
Copy link
Author

Fixed in r587

Original comment by fredsa@google.com on 27 Apr 2011 at 4:55

  • Changed state: Fixed

Attachments:

@GoogleCodeExporter
Copy link
Author

Released in version 3.1.3

Original comment by fredsa@google.com on 20 Jun 2011 at 11:51

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant