Don't see anything unusual there. You might look at event handlers for onmousedown/up/click or event previews in your code.
On Wed, Aug 26, 2009 at 9:04 AM, Zhang, Bi-Hang <[email protected]>wrote: > Highlighting texts and copy/paste in Your demo works really well. Hmm, > maybe my DivLogger is attached incorrectly (see my codes below)? I’m using > gwt-log 2.5.3 (I’m on GWT 1.5.3 currently). > > > > *final* DivLogger divLogger = (DivLogger) Log.*getLogger*(DivLogger. > *class*); > > AbsolutePanel myPanel = *new* AbsolutePanel(); > > myPanel.add(divLogger.getWidget()); > > logCanvas.addChild(myPanel); > > > > Tab logTab = *new* Tab(); > > logTab.setTitle(“Log/Trace”); > > logTab.setPane(logCanvas); > > > > *final* TabSet tabSet = *new* TabSet(); > > // other tabs were added to the tabset here … > > > > tabSet.addTab(logTab); > > tabSet.draw(); > > > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Fred Sauer > *Sent:* Wednesday, August 26, 2009 11:44 AM > > *To:* [email protected] > *Subject:* [gwt-log] Re: anyway to copy the content of DivLogger? > > > > Do you see the same issue here? > > http://allen-sauer.com/com.allen_sauer.gwt.log.demo.LogDemo/LogDemo.html > > On Wed, Aug 26, 2009 at 6:35 AM, Zhang, Bi-Hang <[email protected]> > wrote: > > I’m using IE7 on windows XP. > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Fred Sauer > *Sent:* Tuesday, August 25, 2009 6:46 PM > *To:* [email protected] > *Subject:* [gwt-log] Re: anyway to copy the content of DivLogger? > > > > Highlighting and copy/paste should generally work. Which browser / platform > are you on? > > On Tue, Aug 25, 2009 at 2:54 PM, sunshine <[email protected]> wrote: > > > I just started playing around with gwt-log. I attached the DivLogger > to a tab on the main page. Log messages show up in DivLogger which is > good, but I cannot find any way to copy these log messages (the texts > in DivLogger cannot be highlighted). Right click and use browser > "Select All" then Ctrl-C will only copy the visible part of the > messges, not all the messages. Is there a way to copy all the > messages in DivLogger? > > > > > -- > > Fred Sauer > > Developer Advocate > > Google Inc. > > 1600 Amphitheatre Parkway > > Mountain View, CA 94043 > [email protected] > > > > > > > > > > > > -- > > Fred Sauer > > Developer Advocate > > Google Inc. > > 1600 Amphitheatre Parkway > > Mountain View, CA 94043 > [email protected] > > > > > > > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-log" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-log?hl=en -~----------~----~----~----~------~----~------~--~---
