Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » IE Job Queue Error with RAP 1.4.2(Flushing job queue (childrensignals#5) failed error under IE)
IE Job Queue Error with RAP 1.4.2 [message #930707] Tue, 02 October 2012 15:04 Go to next message
Tiber Sept is currently offline Tiber SeptFriend
Messages: 32
Registered: February 2010
Member
Hi guys,

we've got this issue with IE versions 8 and 9 where we get the following error:

Flushing job queue (childrensignals#5) failed Invalid argument


This results when the user starts vertically resizing one of our workbench views, the mouse pointer leaves the browser window and then reenters it after the user has released the mouse button.

I am not entirely sure how and why, but I tracked the issue down to the method
qx.ui.form.TextField._syncFieldHeight

It appears that the following code attempts to set a negative height for the element since the inner height of the widget is 0:

this._inputElement.style.height = (this.getInnerHeight() - 2) + "px";


We've patched this with
Math.max
in our qooxdoo sources but we don't like the solution, any ideas how we get rid of the issue without modifying the qooxdoo sources?

Best regards
Re: IE Job Queue Error with RAP 1.4.2 [message #931516 is a reply to message #930707] Wed, 03 October 2012 09:21 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
you could check if the issue still persists in RAP 1.5/1.5.1. If it's
still valid, than please open a bugzilla and attach a snippet to
reproduce it.
Thanks,
Ivan

On 10/2/2012 6:04 PM, tibersept Mising name wrote:
> Hi guys,
>
> we've got this issue with IE versions 8 and 9 where we get the
> following error:
>
> Flushing job queue (childrensignals#5) failed Invalid argument
>
> This results when the user starts vertically resizing one of our
> workbench views, the mouse pointer leaves the browser window and then
> reenters it after the user has released the mouse button.
> I am not entirely sure how and why, but I tracked the issue down to
> the method qx.ui.form.TextField._syncFieldHeight It appears that the
> following code attempts to set a negative height for the element since
> the inner height of the widget is 0:
>
> this._inputElement.style.height = (this.getInnerHeight() - 2) + "px";
>
> We've patched this with Math.max in our qooxdoo sources but we don't
> like the solution, any ideas how we get rid of the issue without
> modifying the qooxdoo sources?
>
> Best regards

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Java-Version of WAR product
Next Topic:Set Custom Variant for TableColumn not working.
Goto Forum:
  


Current Time: Fri Apr 26 03:52:23 GMT 2024

Powered by FUDForum. Page generated in 0.02879 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top