Re: Typescript annotations to JsInterop java classes automatic generation tool ready

2017-09-29 Thread Joseph Webber
This is totally awesome! I have the tour of heros working with angular2 as per a project post by Lte Consulting a year ago. Is there the Angular4 tour of heros example working and published? I work a very large government department that is just starting to use Angular 4 now and i would like to

Pass element eventHandler to JSNI function

2012-11-29 Thread Webber
Hi, I'm developing a JS library using GWT. I have a JSNI function and I'm able to pass in premitive types to it from js. I'm looking for a way to pass in an htmlElement and an EventHandler. Is this something that' supported? Thanks, -- You received this message because you are subscribed to

Re: [gwt-contrib] New Google Groups apparent with GWT ?

2010-12-09 Thread Joel Webber
I believe it is, though I think they may have taken Gmail's Javascript rich-text editor (the one from the Closure library). I'm pretty happy with it, too. On 10:55 am, stuckagain david.no...@gmail.com wrote: Hi, I'm writing this message using the new Groups... and what do I see... it is now

[gwt-contrib] Re: Fix some timeout typos, and increase delay on RequestFactoryTest. (issue1163801)

2010-11-30 Thread Joel Webber
Ready for review now? On 2:32 pm, Ray Ryan rj...@google.com wrote: http://gwt-code-reviews.appspot.com/1163801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Fixing Internet Explorer specific memory leaks (circular references, etc)

2010-11-15 Thread Joel Webber
Paul, First off, I'd like to applaud your diligent efforts to track down these leaks. It's often very hard in practice, especially with the paucity of good tools and no access to the browser's source. That Microsoft leak detector is definitely the right one to be using -- Drip (which I wrote

Re: [gwt-contrib] protected com.google.gwt.user.client.ui.Widget.addHandler(H, TypeH)

2010-11-10 Thread Joel Webber
The point of that method being protected is that under normal circumstances you don't want to be able to add handlers to a widget that's not capable of firing them in the first place. So a widget subclass creates addFooHandler(), then uses this method internally. Are you saying you want to add a

Fwd: [gwt-contrib] Re: Comment on WhyWidgetIsAClass in google-web-toolkit

2010-11-04 Thread Joel Webber
[+rjrjr] I haven't put much thought into widget interfaces recently (I've been busy wrestling low-level stuff on other fronts), but clearly Ray and others have been thinking about this problem (based upon the appearance of IsWidget, which seems to have worked out well). Thoughts? --

Re: [gwt-contrib] factory methods

2010-10-13 Thread Joel Webber
Specific examples might be helpful here. I can see how this might be useful in some specific cases, but wrapping every new in a template method sounds like a horribly contorting way to have to write all one's code. Le 13 octobre 2010 05:19, cokol eplisc...@googlemail.com a écrit : many other

Re: [gwt-contrib] panel does not fire attach events (issue981801)

2010-10-12 Thread Joel Webber
Hmm... I didn't even realize AttachEvent had been added. John Ray, you might want to take a look at this -- in the original design this super invocation wouldn't have mattered, because widget's onLoad() was empty (onAttach/Detach() weren't really meant to overridden outside of Panel and Composite

Re: [gwt-contrib] 2 questions about TabBar internals

2010-10-08 Thread Joel Webber
Thanks for pointing these out, Jay. If you could put together a quick patch, we'd be glad to commit it. Le 6 octobre 2010 16:52, jay jay.gin...@gmail.com a écrit : While debugging my code I ran across two things within the TabBar class that I seemed strange... (Line numbers are from svn 8960.)

Re: [gwt-contrib] Why is getOffsetWidth/getOffsetHeight returning 0 even after onLoad is called for LayoutPanel children?

2010-09-27 Thread Joel Webber
getOffsetWidth/Height() always read the current state of the widget's backing element, which won't be updated until the layout panels are done laying themselves out. All the layout panels have the potential to be animated, and defer actually laying things out until the end of the current event (in

Re: [gwt-contrib] Re: Let MenuItem implement HasEnabled (issue846801)

2010-09-20 Thread Joel Webber
Sorry about that. Will look at it this afternoon (US/EST). Le 20 septembre 2010 04:45, johan.rydb...@gmail.com a écrit : Ping! On 2010/09/07 16:49:52, rjrjr wrote: Please! On Tue, Sep 7, 2010 at 8:01 AM, Joel Webber mailto:j...@google.com wrote: @rjrjr: I notice you own the bug

Re: [gwt-contrib] Re: How to detect HTML5 support?

2010-09-15 Thread Joel Webber
Daniel, Which HTML5 features are you thinking of emulating on older browsers? It seems to me that the only ones realistically emulatable are a few of the input types -- most of the stuff like canvas, audio/video, et al would be impossible without direct browser support. It might be kind of

Re: [gwt-contrib] GWT Compiler or widget.gwt.xml file optimisation for 2.1 ?

2010-09-13 Thread Joel Webber
This is slightly off-topic, but I'm curious -- would having a formal nightly build actually be acceptable for use within your locked-down environment? And would the same go for offline dev-mode plugin installers? Le 12 septembre 2010 08:43, David david.no...@gmail.com a écrit : Eric, No I'm

Re: [gwt-contrib] PopupPanel rolldown animation is only accesable with incubator!?

2010-09-13 Thread Joel Webber
@jlabanca: Sounds like a bit of an anachronism in the code. Is this something we can clean up now (and do you need a hand getting it done if so)? Le 13 septembre 2010 03:50, stuckagain david.no...@gmail.com a écrit : Hi, While factoring out a dependency on GWT incubator I stumbled upon the

Re: [gwt-contrib] Wrong error message...

2010-09-13 Thread Joel Webber
Whoops, looks like I missed a rename :) Thanks for the heads-up. Le 13 septembre 2010 11:03, dflorey daniel.flo...@gmail.com a écrit : ...in ResizeComposite:25 java.lang.AssertionError: LayoutComposite requires that its wrapped widget implement HasLayout should be

[gwt-contrib] Re: Deletes the bikeshed. (issue816801)

2010-09-10 Thread Joel Webber
Don't worry, I'm sure it will come back next time we need to do something big that needs time to settle. This ended up being a much, much better pattern than the incubator, which just became a dumping ground with version-skew hell... Le 10 septembre 2010 03:28, edwin...@gmail.com a écrit :

Re: [gwt-contrib] GWT Compiler or widget.gwt.xml file optimisation for 2.1 ?

2010-09-10 Thread Joel Webber
Wait, are you saying that your compile time went down *by* 2/3 (meaning to 1/3 of its original duration)? And this is a result of pulling the incubator off of the classpath (and hoisting out a couple of widgets)? That would seem to be a pretty big difference! @Eric: This might be interesting

Re: [gwt-contrib] [conference]

2010-09-09 Thread Joel Webber
Allez Nicolas! Le 9 septembre 2010 09:18, nicolas de loof nicolas.del...@gmail.com a écrit : For info, I'll speak at JugSummerCamp http://www.jugsummercamp.org/ conference tomorrow on GWT 2. Long live GWT :D Nicolas -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --

Re: [gwt-contrib] Let MenuItem implement HasEnabled (issue846801)

2010-09-07 Thread Joel Webber
@rjrjr: I notice you own the bug -- do you have time to look at this, or would you like me to take it off your hands? Le 6 septembre 2010 04:48, johan.rydb...@gmail.com a écrit : Reviewers: , Description: Let MenuItem implement HasEnabled and update MenuBar to use this information when

Re: Memory Leak IE7 GWT 2.0.4

2010-09-03 Thread Joel Webber
growth in a compiled GWT 1.5.4 application? On Aug 27, 12:52 pm, Joel Webber j...@google.com wrote: Hmm... I've tried to reproduce this on IE7 and IE8 (both quirks standards), to no avail. I doubt it's anything in the outer HTML file, but just in case, here's what I used

Re: Memory Leak IE7 GWT 2.0.4

2010-08-27 Thread Joel Webber
Hmm... I've tried to reproduce this on IE7 and IE8 (both quirks standards), to no avail. I doubt it's anything in the outer HTML file, but just in case, here's what I used: !DOCTYPE HTML html head titleHello/title script type=text/javascript language=javascript src=hello/

Re: [gwt-contrib] IE6/7/8 huge speed problems when adding Stylenames on the fly.

2010-08-19 Thread Joel Webber
[+some people who have looked at this problem in the past] Le 19 août 2010 09:36, stuckagain david.no...@gmail.com a écrit : Hi, I found out that using something like addStylename() in an onmouseover can have really catastrophic effects on performance in IE (6/7 and 8). In fact IE8 seems to

Re: [gwt-contrib] HTML5 tags in com.google.gwt.dom.DOM.gwt.xml module

2010-08-18 Thread Joel Webber
Le 15 août 2010 10:40, Cristiano cristiano.costant...@gmail.com a écrit : Hello all, I need to work with new HTML5 elements: video and SVG's tags. Now I'm doing some experiment and I'm working out this HTML5 support by myself on a modified src of GWT: I'm adding some new Element subclasses

[gwt-contrib] This is a bug in JSORestrictionsChecker

2010-08-11 Thread Joel Webber
Bob Lex, I just ran into an interesting error message while experimenting with some JSO stuff that you might be able to shed some light on. First, here's the error: InternalCompilerException: Already seen an implementing JSO subtype (DocumentImpl) for interface (Node) while examining

[gwt-contrib] Re: This is a bug in JSORestrictionsChecker

2010-08-11 Thread Joel Webber
Le 11 août 2010 15:11, BobV b...@google.com a écrit : At first glance, this would appear to anger the SingleJSO gods. However, because NodeImpl contains implementations of all Node methods, there is no actual ambiguity as to which method implementation to bind to. The this is a bug

Re: [gwt-contrib] Re: Make GWT template javascript suitable for XHTML

2010-08-02 Thread Joel Webber
instead of document.write, which seems to work, and would like you to look at it. How can I send this file to you? On Jul 23, 3:17 pm, Joel Webber j...@google.com wrote: We've tried to get rid of the document.write() tricks before, but with no success. There's always some squirrely case

Re: [gwt-contrib] Phasing in a new, unified linker

2010-07-26 Thread Joel Webber
[+matt, who's one of the few people I know outside of Google creating custom linkers] I'm 100% on board with this as well. These things weren't all that carefully designed for extension from the beginning, so it's going to be difficult to make significant changes to them without breaking existing

Re: [gwt-contrib] Make GWT template javascript suitable for XHTML

2010-07-23 Thread Joel Webber
We've tried to get rid of the document.write() tricks before, but with no success. There's always some squirrely case that crops on (especially on IE) that's forced us to put them back in. There are also a couple of specific corner cases that rely on document.write(), which would need to be

Re: [gwt-contrib] Re: IE9 Preview 3 issues

2010-07-15 Thread Joel Webber
Thanks, Brendan. I entered issue 5125 to capture the general IE9 support issue. I agree that it seems likely we'll be able to shift to an IE9 that derives from the standard browser base classes. Nothing would make me happier :) Le 24 juin 2010 15:08, Brendan Kenny bcke...@gmail.com a écrit : I

Re: [gwt-contrib] UiBinder tweaks for GWT Designer

2010-06-23 Thread Joel Webber
Konstantin, I've not gone over these proposals in great detail, but it does seem like a reasonable idea to build design time hooks into UiBinder-generated code. One very important caveat would be that it must be possible for the compiler to strip them out completely in production mode (this seems

[gwt-contrib] Re: UiBinder. Parser for TextAlignConstant (issue612803)

2010-06-23 Thread Joel Webber
@rjrjr: What say ye? Have you considered doing something like this before, and perhaps found a way to generalize it such that we don't have to create a separate attribute parser for every enum? Le 22 juin 2010 07:14, konstantin.scheg...@gmail.com a écrit : Reviewers: jgw, Description: It

Re: [gwt-contrib] Re: UiBinder. Code style for constant parsers.

2010-06-23 Thread Joel Webber
Le 22 juin 2010 07:03, Konstantin.Scheglov konstantin.scheg...@gmail.com a écrit : Pretty much everything we've done so far has been limited to automatically exposing the Java-level APIs in all their ugliness. The h/v alignment values are implemented somewhat manually, but for things

Re: [gwt-contrib] Re: Improving event handling, as initiated in 1.6

2010-06-22 Thread Joel Webber
Just to let everyone know, I've finally gotten around to picking up this task again, and have updated the linked wave with my proposals. Please feel free to chime in; I could use the feedback. Le 11 juin 2010 11:13, Thomas Broyer t.bro...@gmail.com a écrit : On Thu, Jun 10, 2010 at 11:59 PM,

Re: [gwt-contrib] Any ETA for 2.1?

2010-06-21 Thread Joel Webber
We're also working to get the new widgets libraries stabilized well before that, though we don't have hard dates. One thing to look for would be the removal of the Note: This class is new and its interface subject to change. warnings in the javadoc. Or just ask here :) Le 21 juin 2010 14:29,

Re: [gwt-contrib] mail patch

2010-06-21 Thread Joel Webber
Thanks, Stephen. @Dan: Is this still applicable, or has it been fixed already? Le 9 juin 2010 13:21, Stephen Haberman step...@exigencecorp.com a écrit : Hi, I was playing with the Mail example this morning and saw a stack trace casting the Message class to Comparable for the TreeMap inside

Re: [gwt-contrib] UiBinder. Code style for constant parsers.

2010-06-21 Thread Joel Webber
Le 19 juin 2010 10:34, Konstantin.Scheglov konstantin.scheg...@gmail.com a écrit : Why existing horizontal/vertical alignment parsers use so unfriendly names for alignments? ALIGN_RIGHT looks not very good in XML. Why not just right? This would be more natural for people with HTML

Re: [gwt-contrib] DockPanelParser and width/height attributes

2010-06-18 Thread Joel Webber
That certainly looks like a leftover implementation detail that could be cleaned up. If you don't mind putting together a patch I'd be happy to commit it. Le 18 juin 2010 08:23, Konstantin.Scheglov konstantin.scheg...@gmail.com a écrit : Is there reason to have separate handling for

Re: [gwt-contrib] Re: DockPanelParser and width/height attributes

2010-06-18 Thread Joel Webber
added also other patch yesterday and would like to add more of them in future (TextAlignConstant parser, AbsolutePanel support, etc). What is procedure for asking review? Sorry if I'm too impatient. ;-) On Jun 18, 5:26 pm, Joel Webber j...@google.com wrote: That certainly looks like

Re: [gwt-contrib] FileUpload.setEnabled(false) causing invalid access of stack red zone 0x141055ff8 rip=0x101098a05

2010-06-07 Thread Joel Webber
Even if that were a stupid thing to do, it shouldn't be crashing like that :) I suspect that most browsers would either silently fail or throw an exception under those circumstances, but that should be pretty harmless. What browser/platform are you seeing this on? At a glance, the bug looks like

Re: [gwt-contrib] Tabless

2010-06-03 Thread Joel Webber
in a FlowPanel? On Wed, May 26, 2010 at 8:41 AM, Joel Webber j...@google.com wrote: Well... HorizontalPanel is still useful in some instances, and we have no way of providing the same behavior in a general way because CSS layout is a bloody mess. I'd be ok with deprecating the others (StackPanel

Re: [gwt-contrib] Tabless

2010-06-03 Thread Joel Webber
at 8:36 AM, Ray Ryan rj...@google.com wrote: Joel, can we @Deprecate all the redundant non-flow panels yet? It's getting harder and harder for people to discover the right thing to do. On Wed, May 26, 2010 at 7:15 AM, Joel Webber j...@google.com wrote: The FlowPanel (just a simple div

[gwt-contrib] Re: RR : Rework ImageResourceGenerator to address several issues (issue335802)

2010-06-02 Thread Joel Webber
Crap, sorry. I/O ate my brain. Reviewing now. Le 2 juin 2010 10:04, b...@google.com a écrit : Ping. http://gwt-code-reviews.appspot.com/335802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Tabless

2010-05-26 Thread Joel Webber
The FlowPanel (just a simple div that leaves its children's styles unmodified) already allows you to do this. For the vertical case, this tends to happen naturally with block-level children. The horizontal case is trickier, however. Using float:left captures some, but definitely not all cases

Re: [gwt-contrib] Tabless

2010-05-26 Thread Joel Webber
...@google.com a écrit : Joel, can we @Deprecate all the redundant non-flow panels yet? It's getting harder and harder for people to discover the right thing to do. On Wed, May 26, 2010 at 7:15 AM, Joel Webber j...@google.com wrote: The FlowPanel (just a simple div that leaves its children's

[gwt-contrib] Re: Adds a mobile-friendly drag-scroll implementation. (issue530801)

2010-05-18 Thread Joel Webber
We should definitely consider how we're going to bring gesture/touch events into the existing event framework. I went ahead and wrote this the simple way because it will only ever need to work on mobile webkit browsers, which all safely support addEventListener() and don't leak memory. Le 14 mai

Re: [gwt-contrib] Setting DocType or Standards mode within generated cache.html files

2010-05-14 Thread Joel Webber
Erin, The DOCTYPE of the script HTML won't affect the behavior of the outer page. You should only have to put a simple !DOCTYPE html in the outer page -- that's it. If you're still having troubles with LayoutPanel after that, ping me. Cheers, joel. Le 13 mai 2010 15:04, Erin

Re: [gwt-contrib] Re: use ParameterizedType at GWT#create method (issue429801)

2010-05-12 Thread Joel Webber
I'm not the right one to review this, but I just wanted you to (a) apologize for your email getting caught by the spam filter (which I just fixed), and (b) let you know that we're all pretty slammed getting ready for I/O, so it might be a while before anyone has time to take a look. This looks

Re: [gwt-contrib] History misses token set by Window.Location.replace()

2010-05-07 Thread Joel Webber
I've added comments to the bug so they don't get lost. The short form of the story is that I'm not sure it's possible to make this work in the general case because of various cross-browser issues (I'm always happy to be proven wrong, though!) Le 6 mai 2010 18:58, jarrod jarrod.carl...@gmail.com a

Re: [gwt-contrib] Re: Selection/Cursor for RichTextArea implementation

2010-04-30 Thread Joel Webber
You can always just put it up in a little code.google.com (or github, as you see fit) project. That usually makes it easier for others to try it out. Le 30 avril 2010 14:03, kozura koz...@gmail.com a écrit : Ok, understood, just didn't want it to get lost in the mix. Maybe for now I'll just

Re: [gwt-contrib] RootLayoutPanel

2010-04-26 Thread Joel Webber
Kerr, Can you show me roughly the code needed to get into this state? It sounds like it could be a problem, but I'm having a slightly hard time imagining the precise code that got you here. Cheers, joel. Le 15 avril 2010 12:34, kerrr kerr.rai...@gmail.com a écrit : Hi, I've been playing

Re: [gwt-contrib] Text Area enhancement

2010-04-19 Thread Joel Webber
Allahbaksh, That seems like it would be useful, though looking at the code I'm a little wary as to whether it works in all circumstances (font-size changes, etc). The first step would be to convert it to Java (usually pretty straightforward) and test it under all the circumstances you can think

Re: [gwt-contrib] TabLayoutPanel: Distinguish between user- and code-initiated SelectionEvents

2010-04-12 Thread Joel Webber
[I just commented directly on the linked issue] On Thu, Apr 8, 2010 at 11:17 PM, jarrod jarrod.carl...@gmail.com wrote: I would really like to see a way to distinguish between SelectionEvents (and BeforeSelectionEvents) in TabLayoutPanel based on whether the event occurred in response to a

Re: [gwt-contrib] Re: RFC: Web worker proposal and proof of concept

2010-04-12 Thread Joel Webber
Brendan, At a quick glance, this looks pretty much like I would have expected a good workers library to look like. Is there any way I *could* convince you to make a wave of it? It's a pretty big description, and would probably diverge badly on a mailing list (@everyone: If anyone who frequents

Re: [gwt-contrib] Re: Comment on EnumOptimizations in google-web-toolkit

2010-04-12 Thread Joel Webber
[+cromwell: What's the current state of the enum optimizations? I seem to recall they were partially done, but forgot where the doc is] On Mon, Apr 12, 2010 at 11:28 AM, codesite-nore...@google.com wrote: Comment by piotr.swigon: Joel, I would like to ask if anything has changed regarding

Re: A question!

2010-04-09 Thread Joel Webber
[+gwt group] Konark, I actually don't see an attached screenshot (perhaps you forgot the attachment -- I do that all the time). I would normally recommend just looking at the Showcase source (it's part of the GWT distribution, and you can find it online here:

Re: [gwt-contrib] DockLayoutPanel addLayoutCompleteHandler

2010-03-31 Thread Joel Webber
I was hoping that because most people (not using the Maps API) wouldn't need this, it wouldn't be necessary to provide a special case for layout complete outside of the existing animation callbacks. Does it not work to put the Map in a RequiresResize container and call its layout method when

Re: [gwt-contrib] Re: LayoutImplIE6 and onResize()

2010-03-31 Thread Joel Webber
John, Sorry for the slow response -- I've had a browser window open for several days to respond, but I keep getting pulled off onto other things. It sounds like this is indeed an ordering bug. It's hard to be sure precisely when IE's going to call onresize() (onmove() and onresize() are obscure

Re: [gwt-contrib] TabLayoutPanel suggestion: Add tab-position property

2010-03-31 Thread Joel Webber
On Wed, Mar 24, 2010 at 1:01 PM, dflorey daniel.flo...@gmail.com wrote: I've been missing that one as well. I can provide patches if desired. -- On Wed, Mar 24, 2010 at 11:40 AM, dflorey daniel.flo...@gmail.com wrote: I just needed a TabLayoutPanel with Tabs on the bottom instead of tabs

Re: [gwt-contrib] Re: IE9 preview support ?

2010-03-22 Thread Joel Webber
I just installed the preview the other day as well, and most things seem to be working ok (the UA script should detect it as IE8 for the time being). As others point out on this thread, the DOMContentLoaded thing is expected (because they added addEventListener()) but likely harmless. I haven't

Re: [gwt-contrib] Proposal for including easyXDM as a new cross-domain Transport/RPC

2010-03-22 Thread Joel Webber
[+matt] I can't speak to any experience with either of these libraries, but this also sounds like the work Matt's been doing here: http://code.google.com/p/gwt-rpc-plus/ http://code.google.com/p/gwt-rpc-plus/Can anyone speak to the relationship between these libraries? I'd love to see a

Re: [gwt-contrib] Re: Array implementation for Lightweight Collections. Pure Java implementation only. (issue232801)

2010-03-22 Thread Joel Webber
I think we're talking about two different things here. Rodrigo's (valid) point is that implementing immutability sanely early on is a good idea. And this implementation is pretty much analogous to the one you describe from Cocoa. The question at hand is whether it makes sense to get an immutable

Re: [gwt-contrib] ClientBundle produce memory leaks in IE6

2010-03-19 Thread Joel Webber
I am able to reproduce this leak as well, and can confirm that it only happens on IE6 (not 7+). If I use a standard image url rather than a ClientBundle, the leak goes away. Interestingly, though, it doesn't appear to be a standard circular-ref leak, because Microsoft's own leak detector doesn't

Re: [gwt-contrib] GWT's JsonpRequest conflicts browser caching

2010-03-18 Thread Joel Webber
That's definitely a valid point, and I understand how it would defeat caching. However, I believe using a hash for the callback name would make it impossible to properly deal with two requests to the same URL, because there would be no way to distinguish which AsyncCallback should get which

Re: [gwt-contrib] Multiple inheritance in Widget hierarchy

2010-03-18 Thread Joel Webber
John, The background behind that weird type hierarchy is that it stems from a time before overlay types existed. Originally c.g.g.user.client.Element was a simple opaque handle that had to be passed to the DOM.*() methods to get anything done (same for Event). After the compiler got overlay type

Re: [gwt-contrib] Re: Avira and HTML/CryptedGen (again)

2010-03-17 Thread Joel Webber
This is Avira, isn't it? Ddi you ever hear anything back from them about this? It seems like it really ought to be fixed on their end, though I applaud your spelunking for a workaround :) On Tue, Mar 16, 2010 at 3:08 PM, Matt Mastracci matt...@mastracci.comwrote: On Mar 16, 12:42 pm, Matt

Re: [gwt-contrib] Support runAsync with the cross-site linker.

2010-03-15 Thread Joel Webber
That's great news, and will really help with efforts to make our linkers more sane. Out of curiosity, what's the strategy for loading fragments into the enclosing namespace (and yes, that's the sound of me being too lazy to dig into the patch)? On Mon, Mar 15, 2010 at 6:17 PM, sp...@google.com

Re: Generated widget markup

2010-03-12 Thread Joel Webber
First of all, there have always been widgets that have used tables, and those that don't. When we started designing them, tables were pretty much the only way to get sane layout behavior, especially before anything like standards mode was widely supported. But it's always been possible to avoid

Re: [gwt-contrib] 3 PopupPanel related bugs

2010-03-09 Thread Joel Webber
Thanks, George. I'll put these on our schedule to look at as soon as we can. On Fri, Mar 5, 2010 at 9:41 AM, ggeorg georgopoulos.georg...@gmail.comwrote: Hi, please have a look at: - http://code.google.com/p/google-web-toolkit/issues/detail?id=4720can=4 -

Re: [gwt-contrib] Updates the IFRame and XS selection script templates to support

2010-03-08 Thread Joel Webber
@Ian: I know, it's nasty. These things have gotten a bit out of hand, and we have a big, fat TODO to come back and clean this up (as well as to bring together various other linkers under a more coherent umbrella). But we probably won't be able to get around to it for at least another quarter,

Re: [gwt-contrib] UIObject methods return type improvement.

2010-03-03 Thread Joel Webber
We could argue the merits of method chaining (I'll let the compiler guys speak to whether or not this is better, worse, or indifferent for code generation) -- but the bigger problem is that we'd have to change the style of code throughout the system to make it useful, but any attempt to do so

Re: GWT 2.0 is unusable in IE7

2010-02-26 Thread Joel Webber
I can assure you that this is not a general problem -- we've built plenty of applications (including the Mail sample) which work fine using a structure very much like the one you describe. If it's only happening on IE, there's a very good probability that you're running using a quirks-mode doctype

Re: [gwt-contrib] Re: JSON.parse vs. eval

2010-02-22 Thread Joel Webber
What Thomas said. But yes, if we could make a good safe-eval JSON parser available, that would be great. The old json library is both unsafe (because it uses eval()) and ugly (because it was written long before overlay types). On Sat, Feb 20, 2010 at 10:22 AM, Thomas Broyer t.bro...@gmail.com

Re: [gwt-contrib] Feature Request: VisibilityEvent

2010-02-16 Thread Joel Webber
across browsers. On Mon, Feb 15, 2010 at 10:46 AM, Joel Webber j...@google.com wrote: I'm not sure if it's possible to do this correctly in the general case. You can currently override setVisible(), but that only works if it's called explicitly. Most importantly, there's no way I know of to get

Re: [gwt-contrib] Size improvements with latest trunk

2010-02-16 Thread Joel Webber
That's great news. I'm particularly happy given that (IIRC) Ray confirmed that these have no negative impact on parse time (please tell me I'm remembering this correctly!). On Tue, Feb 16, 2010 at 8:21 PM, Ray Cromwell cromwell...@gmail.com wrote: Awesome, thanks a lot for the data and

Re: [gwt-contrib] GWT 2.0.2 still broken when there is no history.

2010-02-15 Thread Joel Webber
[+jlabanca: can you take a look at this?] On Mon, Feb 15, 2010 at 9:06 AM, stuckagain david.no...@gmail.com wrote: People, Somehow testings needs to be a bit enhanced. GWT 2.0.2 which is supposed to fix issue 4585 does not seem to work correctly. Although the original stack is no longer

Re: [gwt-contrib] Feature Request: VisibilityEvent

2010-02-15 Thread Joel Webber
I'm not sure if it's possible to do this correctly in the general case. You can currently override setVisible(), but that only works if it's called explicitly. Most importantly, there's no way I know of to get the DOM to tell you when an element becomes visible/hidden; to synthesize this would

Re: [gwt-contrib] Patch for RichTextEditor

2010-02-10 Thread Joel Webber
Sebastian, Sorry it's taken so long for anyone to respond. This sounds like useful functionality, and I would suggest creating an issue ( http://code.google.com/p/google-web-toolkit/issues/) and a patch for public discussion (http://gwt-code-reviews.appspot.com/). That way it will be easier for

Re: [gwt-contrib] StackPanelLayout and applying additional style when hovering header.

2010-02-09 Thread Joel Webber
Thanks, Marko. I'll take a look at it today. On Tue, Feb 9, 2010 at 4:07 AM, Marko Vuksanovic markovuksano...@gmail.comwrote: I thought it would be nice if it was possible to have hovering effect on StackPanelLayout header so I created an issue for that (issue nuber is 4561, or direct link

Re: Exceptions in Event Handlers(inner classes) are not shown by Dev Mode Panel in Eclipse!

2010-02-05 Thread Joel Webber
This may be a problem with SmartGWT. I'm not familiar with the details of how they deal with wrapping events from the native SmartClient widgets, but if they fail to properly punt exceptions to the UncaughtExceptionHandler, dev mode will eat the exceptions. On Thu, Feb 4, 2010 at 12:58 PM, J-Pro

[gwt-contrib] Re: GWT 2.0.1: is the history support iframe now mandatory ?

2010-02-05 Thread Joel Webber
=4584 On Feb 4, 6:36 pm, Joel Webber j...@google.com wrote: It shouldn't be -- if you kick off History's static initializer, it will GWT.create(HistoryImpl.class), and thus attempt to find the iframe, but I believe it's been this way for a long time. Are you sure you're not referencing

[gwt-contrib] Re: GWT 2.0.1: is the history support iframe now mandatory ?

2010-02-05 Thread Joel Webber
=4584 On Feb 4, 6:36 pm, Joel Webber j...@google.com wrote: It shouldn't be -- if you kick off History's static initializer, it will GWT.create(HistoryImpl.class), and thus attempt to find the iframe, but I believe it's been this way for a long time. Are you sure you're not referencing

[gwt-contrib] Re: html5 + gwt ... or gears?

2010-02-05 Thread Joel Webber
Karl-Heinz, We are planning on adding built-in support for the HTML5 AppCache, but have not done so yet. I believe there are some projects already in existence working to do this, such as gwt-mobile-webkit ( http://code.google.com/p/gwt-mobile-webkit/). I haven't used this project personally, but

Re: [gwt-contrib] GWT 2.0.1: is the history support iframe now mandatory ?

2010-02-04 Thread Joel Webber
It shouldn't be -- if you kick off History's static initializer, it will GWT.create(HistoryImpl.class), and thus attempt to find the iframe, but I believe it's been this way for a long time. Are you sure you're not referencing History somewhere? On Thu, Feb 4, 2010 at 10:34 AM, stuckagain

Re: [gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-02-01 Thread Joel Webber
To be clear, we do recognize the importance of starting to support HTML5 constructs that don't work on all browsers, though we need to find a clear way to indicate to developers that a particular library or widget won't work in some cases. None of us have ever worked through all the nuances of how

Re: [gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-02-01 Thread Joel Webber
Feb., 17:23, dflorey daniel.flo...@gmail.com wrote: What about Fred Sauer's gwt voices project? AFAK it has an elegant approach how to provide flash based fallback if certain capabilities are not supported by the browser itself. On 1 Feb., 14:25, Joel Webber j...@google.com wrote

Re: [gwt-contrib] Re: Changing JsArrayT extends JavaScriptObject to JsArrayT

2010-01-26 Thread Joel Webber
Correct me if I'm wrong, but isn't the closure collections library more like JRE-ish collections than simple JSO wrappers? My impression of most JS code was that if it needed a string map or simple array, people tended to just use raw objects, knowing that there are certain strange behaviors they

Re: gwt-phys2d: 2D physics engine for GWT

2010-01-22 Thread Joel Webber
[+gwt-contrib] That's pretty impressive. Have you tried it on any larger scene graphs? I'd love to see how it scales. It looks quite smooth on Chrome already. On Fri, Jan 22, 2010 at 3:05 AM, Neil Halelamien ne...@caltech.edu wrote: I quasi-ported the Phys2d Java physics library to run with

[gwt-contrib] Re: gwt-phys2d: 2D physics engine for GWT

2010-01-22 Thread Joel Webber
[+gwt-contrib] That's pretty impressive. Have you tried it on any larger scene graphs? I'd love to see how it scales. It looks quite smooth on Chrome already. On Fri, Jan 22, 2010 at 3:05 AM, Neil Halelamien ne...@caltech.edu wrote: I quasi-ported the Phys2d Java physics library to run with

[gwt-contrib] Re: SuggestBox loses focus when hovering over suggestions

2010-01-22 Thread Joel Webber
Sure thing. Looking now. On Fri, Jan 22, 2010 at 11:17 AM, John LaBanca jlaba...@google.com wrote: ping - can you get to this today? It should go into GWT 2.0.1 Thanks, John LaBanca jlaba...@google.com On Wed, Jan 20, 2010 at 2:32 PM, jlaba...@google.com wrote: Reviewers: jgw,

Re: [gwt-contrib] LayoutPanel Button in Mozilla

2010-01-20 Thread Joel Webber
Agreed that this is a really irritating bug in Firefox. Have you tried w/h:100% just on the button itself? This is required for table and iframe on all browsers, though it's not baked into the Layout code by default, because it mis-lays-out slightly (pushes borders and margin off the edge). On

Re: [gwt-contrib] Re: More on TabLayoutPanel styles

2010-01-19 Thread Joel Webber
(is it called on one of the parent panels?) On Jan 19, 5:07 pm, Joel Webber j...@google.com wrote: On Mon, Jan 18, 2010 at 6:17 AM, dflorey daniel.flo...@gmail.com wrote: Hi, I've been trying to usw the new TabLayoutPanel for different layouts. Here are my findings: 1. The .gwt

Re: GWT Incubator Status Update and Schedule

2010-01-15 Thread Joel Webber
To be clear, the inclusion of more core widgets and libraries won't impose any size overhead on projects that don't use them. If you *do* use them, you can always use code-splitting to divide your app into logical components that are demand-loaded. On Wed, Jan 13, 2010 at 10:25 AM, Deanna Bonds

Re: [gwt-contrib] Re: AutoHide PopupPanel on History Events

2010-01-13 Thread Joel Webber
Say I have a GWT-powered eBook reader. That would be really cool :) Ok, fair enough. Let's just leave it as is then. LGTM. On Wed, Jan 13, 2010 at 3:55 PM, Isaac Truett itru...@gmail.com wrote: I like it except for one scenario: Say I have a GWT-powered eBook reader. I hide some navigation

Re: [gwt-contrib] All the content of RichTextEditor is deleted in FF first time you push a key

2010-01-08 Thread Joel Webber
If you're not explicitly selecting the RTA's text (using formatter.selectAll(), and it's becoming selected by default, please do file a bug for this. It's likely a mozilla bug, but there's probably something we can do to forcibly work around it. Do post a snippet that reproduces the exact behavior

Re: [gwt-contrib] All the content of RichTextEditor is deleted in FF first time you push a key

2010-01-08 Thread Joel Webber
at 2:26 PM, Joel Webber j...@google.com wrote: If you're not explicitly selecting the RTA's text (using formatter.selectAll(), and it's becoming selected by default, please do file a bug for this. It's likely a mozilla bug, but there's probably something we can do to forcibly work around it. Do

Re: [gwt-contrib] All the content of RichTextEditor is deleted in FF first time you push a key

2010-01-08 Thread Joel Webber
Ok, I'm a complete idiot. Please ignore stupid chatter between me and John about our internal repository. There is nothing in GWT (internally or externally) called RichTextEditor, so I just assumed RichTextArea was being referred to on this thread. On Fri, Jan 8, 2010 at 2:45 PM, Joel Webber j

Re: [gwt-contrib] Re: [google-web-toolkit] r7364 committed - Adds the module name to the generated ID of FormPanel's iframe to ensu...

2010-01-07 Thread Joel Webber
createUniqueId() guarantees a unique id for the document, but makes no guarantees about uniqueness within the global namespace ($wnd). I think it would be a worthwhile addition to create such a method in the future, though. On Thu, Jan 7, 2010 at 4:12 AM, Thomas Broyer t.bro...@gmail.com wrote:

Re: [gwt-contrib] Re: [google-web-toolkit] r7364 committed - Adds the module name to the generated ID of FormPanel's iframe to ensu...

2010-01-07 Thread Joel Webber
On Thu, Jan 7, 2010 at 9:57 AM, John LaBanca jlaba...@google.com wrote: createUniqueId() guarantees a unique id for the document, but makes no guarantees about uniqueness within the global namespace ($wnd). I think it would be a worthwhile addition to create such a method in the future,

Re: [gwt-contrib] Tab-selected style missing in JavaDoc for TabLayoutPanel

2010-01-06 Thread Joel Webber
Whoops, thanks. Added, and will commit momentarily. On Wed, Jan 6, 2010 at 5:47 AM, dflorey daniel.flo...@gmail.com wrote: reminder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   3   4   >