Not sure why but background images for windows, buttons, etc, are not
loading in Google Chrome. Other images, like the icon on the button when you
create a new app, show properly, so it looks like it's an issue with
the background images only.

This happens when I create an application, both browsing files or with
IIS. I'm on Windows Vista, with Python 2.6.6. But the same happens when I
browse the live demos in qooxdoo site:
http://demo.qooxdoo.org/current/demobrowser/#widget~Canvas.html

Looks like an issue with background images. The console shows this errors:
Resource interpreted as image but transferred with MIME type text/html.

Looking at the DOM, seems like those elements don't have a bg image
assigned. There is css, but no url.
Thus, to me sounds like a JS error setting the URL for the bg image for
webkit browsers.

<div style="-webkit-user-drag: none; *background-image: url();* position:
absolute; top: 0px; left: 0px; pointer-events: none; width: 442px; height:
36px; z-index: 5; background-position: 0px 0px; background-repeat: no-repeat
repeat; " qxtype="decorator"></div>

Not sure if this is a known bug. Everything looks good on Firefox.

Thanks.

PS: I'm on Google Chrome 7.0 (dev channel)


-- 
Eneko Alonso
Software Engineer
http://enekoalonso.com
San Luis Obispo, California
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to