Hi devs,

today I found that my there not renders properly, after some
experiments I noticed that it's caused by Double decorator. The
decorator code is:

    "tabview-page-button-active-top" :
    {
      decorator: qx.ui.decoration.Double,
      style: { width : [1, 1, 0, 1], innerWidth: [2, 0, 0, 0], color :
"border-tabview", innerColor: "effect", backgroundImage:
"qxetd/tabview-button-active-top.png", backgroundRepeat: "scale" }
    },

Problem is caused the backgroundReleat: scale, that behaves
differently in qooxdoo 0.8 and qooxdoo 1.0.

I tried to remove background and skeleton displayed successfully:

    "tabview-page-button-active-top" :
    {
      decorator: qx.ui.decoration.Double,
      style: { width : [1, 1, 0, 1], innerWidth: [2, 0, 0, 0], color :
"border-tabview", innerColor: "effect" }
    },

The screenshots are in attachment:

[1] tb-with-background.png - Qooxdoo 1.0 with background enabled,
there is no border.
[2] tb-without-background.png - Qooxdoo 1.0 with background commented
out, see correct border.
[3] tb-old-but-correct.png - Tab in our application using Qooxdoo 0.8
with background enabled (correctly displayed).

Should I fill bug report for this issue?

-- 
Best regards
- Petr Kobalicek <http://kobalicek.com>

<<attachment: tb-with-background.png>>

<<attachment: tb-without-background.png>>

<<attachment: tb-old-but-correct.png>>

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to