I am able to edit file path and/or name in FileUpload widget of GWT in IE-8.

2013-10-24 Thread Akshay Lokur
https://lh3.googleusercontent.com/-moalmN9jHuE/Umj0s4eruOI/A8c/3O-9xpdILwQ/s1600/invalid_file_in_gwt_file_upload_IE8.png Hi All, I am using FileUpload widget of GWT and it is perfectly fine with one issue though. In Internet Explorer version 8, the textfield which is beside Browse

Debugging code failing after obfuscation with GWT 2.5.1

2013-10-24 Thread Dann Martens
Hi everyone, We seem to have run into a problem, which bears a striking resemblance to the issue reported here: https://code.google.com/p/google-web-toolkit/issues/detail?id=7253 Code compiled with the OBFUSCATED flag doesn't work anymore. We cannot reproduce the problem when PRETTY or

An updatable tree solution

2013-10-24 Thread gslender
For those interested... http://code.google.com/p/updatable-cell-tree/ Demo and code available. G -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: I am able to edit file path and/or name in FileUpload widget of GWT in IE-8.

2013-10-24 Thread Thomas Broyer
No, you can't do anything about it (that I know of), except maybe overlaying something above it, but that'll just prevent clicks. Users of Internet Explorer know this widget and know how (not) to use it, so IMO this is a false issue: this is how IE8 behave, so don't make it behave differently

Re: An updatable tree solution

2013-10-24 Thread Thomas Broyer
Just curious: what change did you make to the EditTextCell? On Thursday, October 24, 2013 1:54:30 PM UTC+2, gslender wrote: For those interested... http://code.google.com/p/updatable-cell-tree/ Demo and code available. G -- You received this message because you are subscribed to the

Re: Help with Source Map

2013-10-24 Thread Thomas Broyer
On Thursday, October 24, 2013 7:36:00 AM UTC+2, Axel R wrote: Hi, I use GWT 2.5.1 I have at least theses configurations : add-linker name=xsiframe / set-configuration-property name='xsiframe.failIfScriptTag' value=false / set-property name=compiler.useSourceMaps value=true / --

Dev Mode Unusably slow after OS X Mavericks 10.9 Upgrade

2013-10-24 Thread KevMo
I'm not sure where to start debugging this issue. After I upgraded my machine to 10.9 Mavericks my dev mode is incredibly slow. I thought maybe the new App Nap feature was killing it, so I've disabled that for my IDE (IntelliJ) and browsers, still no difference. This is happening for all of my

Re: Dev Mode Unusably slow after OS X Mavericks 10.9 Upgrade

2013-10-24 Thread KevMo
Well, my co-workers were able to run the same projects on their machines without issue, so it must be something wrong with my machine. Any clue where to start? On Thursday, October 24, 2013 9:54:23 AM UTC-7, KevMo wrote: I'm not sure where to start debugging this issue. After I upgraded my

Re: GWT Requestfactory JSR-303 Problems when updating entity

2013-10-24 Thread Ignacio Baca Moreno-Torres
Maybe your problem is… 1. request start 2. entity manager is created 3. request factory load your entity, which is attached to the entity manager 4. request factory sets the client side modification in your attached entity 5. request factory validates your entity and generate a

Re: On extension strategies for GWT applications

2013-10-24 Thread Thanos
We really need something like this too. We've developed a workbench UI, that has plugins - all currently compile time. Would be nice to be able to have those as runtime plugins, even if they are self contained GWT apps. As you pointed out you can not just simply pass those objects between the

Re: I am able to edit file path and/or name in FileUpload widget of GWT in IE-8.

2013-10-24 Thread Akshay Lokur
Hey Thomas, Thanks for your suggestion. Could you please let me know, how can I catch the exception which form.submit() throws? A small code snippet would be great to understand. Best Regards, Akshay On Thursday, October 24, 2013 8:39:10 PM UTC+5:30, Thomas Broyer wrote: No, you can't do

[gwt-contrib] Re: Question about the source: how does GWT builds *.translatable.*, *.emul.*, etc. packages?

2013-10-24 Thread Cristiano
As part as a jdepend documentation effort, it would be great to have a report when using these sources instead of the non-super-source ones. Ideally, we'd also want to teach jdepend to read into JSNI. Teaching JDepend to read JSNI is out of my path :-) but if you check the link of the