Fabian, I found out what my mystake was: I had the qooxdoo scripts in the
header of the html page.
Moving them to the body solved my problems :-) - the "optimize" and the
first connection problem :-)



Fabian Jakobs-2 wrote:
> 
> westor schrieb:
>> Hi Fabian,
>>
>> thank you for your help. I have some news.
>> The row selection works well after changing the code as you suggested.
>> The problem with the cell indicator and the textfields are caused by my
>> document type: If I remove the xhtml doctype, than the quirks mode in IE
>> is
>> used and most things are looking ok. As I've read here, I can also use a
>> 3.2
>> html doctype? What is the best for now and for the future?
>>   
> The current (0.7) widget system only works properly in quirks mode. This 
> limitation will is no longer there in the qooxdoo 0.8 layout code. For 
> the time being you will have to force quirks mode on your html pages.
> 
>> The hint to test with FF 3 beta was good. This test did not solve my
>> problem
>> with RPC-JSON-Request but it helped to find out a must have change in
>> index.php in backend file. (Hi Derrell ;-) )
>> I analyzed the header, sent from FF 3. The header is not exact
>> "application/json" (like in IE and in FF 2)
>> it is
>> "application/json; charset=UTF-8"
>> so the statement
>> switch($_SERVER["CONTENT_TYPE"])
>> is not working correct, and every RPC-Request will fail.
>> This should be fixed soon.
>>
>> Let's go back to my problem:
>> First time my application is loaded, no request is sent to server. I
>> don't
>> know why, because after reload the request goes out to server. The error
>> is
>> a permission denied - error. But the service script is at the same host
>> like
>> the html page... - do you have another idea?
>>   
> Sorry, I have no idea, what could cause this error.
> 
>> Last problem of this post was the optimization problem, I will try to
>> build
>> a smaller sample... :-)
>>   
> 
> That would be good since I have not been able to reproduce this bug.
> 
> Best Fabian
> 
> -- 
> Fabian Jakobs
> JavaScript Framework Developer
> 
> 1&1 Internet AG
> Brauerstraße 48
> 76135 Karlsruhe
> 
> Amtsgericht Montabaur HRB 6484
> 
> Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas
> Gauger, Thomas Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn,
> Achim Weiss
> Aufsichtsratsvorsitzender: Michael Scheeren
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problems-with-qooxdoo-in-html-pages-tp15950612p16045650.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to