Widgets: CSS - comboBox: text-decoration extends into button
------------------------------------------------------------

                 Key: XAP-412
                 URL: https://issues.apache.org/jira/browse/XAP-412
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Other
         Environment: ff2
            Reporter: Matt Carbone


Setting the text-decoration via CSS will extend beyond the text and into the 
button.

._test
                {
                        border-color: Lime;
                        border-style: solid;
                        border-width: 3px;
                        width:400px;
                        text-decoration: line-through;
                        color:#ffffff;
                        font-size: 20px;
                        
                }

<comboBox class="_test" x="500px" y="200px">
               <listBox   >
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
                  <listItem  text="blar"/>
  
              </listBox>
    </comboBox>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to