Hi Joachim,

On Monday March 1 2010 20:56:55 Joachim Baran wrote:
> I am again having trouble with qx.ui.decoration.Grid and my own baseImage.
> 
> While I got it to work under OSX by referring to the baseImage which
> is called 'captionbar-active.png' and then have files called
> 'captionbar-active-b.png', 'captionbar-active-bl.png', etc, in my
> resource directory, the same program tries to fetch only the image
> 'captionbar-active.png' from my resources under Linux.
> 
> Of course, I can easily provide this file, but I would like to
> understand why I see different behaviours when I switch operating
> systems. Or is this issue related to the respective JavaScript
> interpreter on those systems?
No, the difference is that we use the CSS3 border Images if the browser does 
support them.

        http://www.w3.org/TR/css3-background/#border-images
        
http://demo.qooxdoo.org/devel/apiviewer/#qx.ui.decoration.css3.BorderImage

So, I guess you have a CSS3 border Image capable browser under Linux (e.g. 
Firefox) and this is causing the request of the 'captionbar-active.png' image.

cheers,
  Alex

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to