For a start, add a job "build-script" to your config.json and set the
property
build-script/compile-options/code/format : true
and re-run the 'build' job. This will break up the long line in the build
version in a number of shorter lines and will hopefully give easier access
to the problemati
Hi,
I migrate my project to the last qooxdoo version 2.1.1. The /source/ works
fine and when I do the application /build/ everything it's ok, without
errors. But when I run the application (build) in browser occurs the
following error:
/Uncaught SyntaxError: Unexpected token var (script xxx.js li
Hi Leo,
you can switch the following flag in your config.json and re-build your app:
"qx.mobile.nativescroll" : true,
That might solve your problem.
A workaround would be to disable my component on mobile devices. Is
there any qooxdoo method to check for a mobile browser?
Yes, there is an en
Hi,
I've a problem with an Inline application. As soon as I embed my qooxdoo
component into the page no scrolling or zooming is possible on that page
on mobile devices. May it be that the events are all captured by the
component even on other parts of the page. Can I switch it off?
A workaroun
Hi Cyrille,
As I could see, the this._clearCache flag can be set to true but will be
handled on the next _onRowDataLoaded call. This causes in a timing problem,
which should be solved. Could you please open a bug and provide us with a more
dedicated example code on playground? (use tiny url but
Hi,
I would like to have to blocker on my application.
On the Application there is a blocker that is used to make modal window.
My issue is that i want to block the content of my app when there is a ajax
call in progress(some of them).
And sometime it happend that the main app blocker and my bloc
Hello,
I think I found 2 bugs in qx.ui.table.model.Remote.
1) the first one is that the lastRow field sent in the dataChanged event
when data is received exceed 1 block size.
2) the second one appears after qooxdoo 2.0, where the protected
variable _clearCache has been added.
the problem appears