Skip to content

Commit

Permalink
Fixed bug in IE8, where the hidden input became visible on some PCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Valums committed Aug 25, 2010
1 parent 80b3f09 commit b73dad6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/fileuploader.js
Expand Up @@ -481,9 +481,10 @@ qq.UploadButton.prototype = {
right: 0,
top: 0,
fontFamily: 'Arial',
// if larger button becomes visible (filter is not applied in IE8 on SOME PCs)
// when button is big it becomes visible in IE8 on SOME PCs
// probably related to http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread/29d0b0e7-4326-4b3e-823c-51420d4cf253
fontSize: '243px',
// three persons reported this, the max values that worked for them were 243, 236, 236
fontSize: '222px',
margin: 0,
padding: 0,
cursor: 'pointer',
Expand Down

0 comments on commit b73dad6

Please sign in to comment.