Pan Li created FLEX-35214:
-----------------------------
Summary: JQueryButton changes size on mouse hover
Key: FLEX-35214
URL: https://issues.apache.org/jira/browse/FLEX-35214
Project: Apache Flex
Issue Type: Bug
Components: FlexJS
Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0
Reporter: Pan Li
Fix For: Apache FlexJS 0.8.0
Minimal code to test jquery buttons:
{code}
<js:initialView>
<js:View>
<jquery:TextButton text="A"/>
<jquery:TextButton text="B"/>
<jquery:TextButton text="B"/>
</js:View>
</js:initialView>
{code}
the buttons do work, but when I move mouse over the button, it changes size. I
checked jquery site's demo, it doesn't have this effect.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)