Skip to main content



      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 11:04 Go to next message
Eclipse UserFriend
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 05:21 Go to previous message
Eclipse UserFriend
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: Thu Jul 10 04:50:27 EDT 2025

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

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

Back to the top