[richfaces-issues] [JBoss JIRA] Created: (RF-4981) FileUpload: "Add" Button Flickers If Mouse On Corner

arin saghatelian (JIRA) jira-events at lists.jboss.org
Tue Nov 18 18:13:36 EST 2008


FileUpload: "Add" Button Flickers If Mouse On Corner
----------------------------------------------------

                 Key: RF-4981
                 URL: https://jira.jboss.org/jira/browse/RF-4981
             Project: RichFaces
          Issue Type: Bug
            Reporter: arin saghatelian


To Reproduce the Bug:

- On the FileUpload screen, move mouse to the edges of the "Add..." button (left or top side) and if put in the right location, the button starts to "flicker" in other words keeps on turning on and off

To Fix the Issue:
 
- The issue seems to be with the div that encloses the input button. The div has a style attribute and my fix includes the following changes to the div style. None of these changes have any negative impact on the visual or performance of the fileUpload (tested in firefox and ie 7 only)

REMOVE THE FOLLOWING FROM THE STYLE:
    height:21px;
    left:0;
    top:0;    



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list