bottom borders of buttons get clipped in IE in a freePane
---------------------------------------------------------
Key: XAP-378
URL: https://issues.apache.org/jira/browse/XAP-378
Project: XAP
Issue Type: Bug
Components: Widgets: Layouts, Widgets: Other
Environment: IE 6, IE 7
Reporter: Scott Boyd
Assigned To: Turyn, Michael
Priority: Minor
bottom button borders get clipped in IE, not in FF
<freePane width="800px" height="30px">
<button width="100px" height="30px" x="400px" y="0px" fontWeight="bold"
text="Clear" />
<button width="100px" height="30px" x="600px" y="0px" fontWeight="bold"
text="< Previous" disabled="true"/>
<button width="100px" height="30px" x="700px" y="0px" fontWeight="bold"
text="Next >"/>
<label height="28px" id="grandTotal2" width="400px" x="10px" y="0px"
fontSize="12pt"/>
</freePane>
Workaround:
change outer freepane height to 32px (or greater), and the button's bottom
border shows up correctly
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.