IE Job Queue Error with RAP 1.4.2 [message #930707] |
Tue, 02 October 2012 11:04  |
Eclipse User |
|
|
|
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 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  |
Eclipse User |
|
|
|
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/
|
|
|
Powered by
FUDForum. Page generated in 0.04638 seconds