[gwt-contrib] Re: IE + SSL + Image.setURL throws an Operation Exception at runtime

2011-09-20 Thread DaveC
There was also another runtime Exception being thrown - this time the culprit was the iFrame for GWT History (the exception was thrown at the point the iframe's document was being accessed)... it was unused and removing it fixed the problem. I find it hard to believe that no one else has seen

Re: [gwt-contrib] Re: IE + SSL + Image.setURL throws an Operation Exception at runtime

2011-09-20 Thread John Tamplin
On Tue, Sep 20, 2011 at 4:20 AM, DaveC david.andrew.chap...@gmail.comwrote: There was also another runtime Exception being thrown - this time the culprit was the iFrame for GWT History (the exception was thrown at the point the iframe's document was being accessed)... it was unused and

[gwt-contrib] Re: IE + SSL + Image.setURL throws an Operation Exception at runtime

2011-09-20 Thread Jens
I think its a mixed-mode content problem (HTTPS for app and HTTP for your requested image). I can't see the issue in our app which uses HTTPS for both the app and all resources (to avoid the mixed-mode warning of browsers). -- J. --

[gwt-contrib] [google-web-toolkit] r10658 committed - Allow DateBox to fire events with null date values for invalid and emp...

2011-09-20 Thread codesite-noreply
Revision: 10658 Author: gwt.mirror...@gmail.com Date: Tue Sep 20 05:39:26 2011 Log: Allow DateBox to fire events with null date values for invalid and empty input strings. Review at http://gwt-code-reviews.appspot.com/1552803

[gwt-contrib] [google-web-toolkit] r10659 committed - Fix javadoc for new timezone-aware constructors of DateCell....

2011-09-20 Thread codesite-noreply
Revision: 10659 Author: y...@google.com Date: Tue Sep 20 06:09:15 2011 Log: Fix javadoc for new timezone-aware constructors of DateCell. Review at http://gwt-code-reviews.appspot.com/1545803 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r10660 committed - During row mouseout events, only consider it as row unhovering if the...

2011-09-20 Thread codesite-noreply
Revision: 10660 Author: pengzhu...@google.com Date: Tue Sep 20 07:04:28 2011 Log: During row mouseout events, only consider it as row unhovering if the event coordinates are outside the hovering row. Previously, if there's a popup dialog floating on top of a table row, moving into

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

2011-09-20 Thread codesite-noreply
Comment by khi...@googlemail.com: someone's using netbeans ? For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: IE + SSL + Image.setURL throws an Operation Exception at runtime

2011-09-20 Thread DaveC
Thanks for the replies John Jens, The app can run in http/https, the user can then configure the app to consume various resources, for example rss feeds, web services - in this instance the feed resources contained images which were then loaded over http. The issue was/is that IE throws a