Closed
Bug 845454
Opened 12 years ago
Closed 11 years ago
Button in virustotal not work
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
People
(Reporter: iiiiikolor, Assigned: mounir)
References
Details
(Whiteboard: [fixed by bug 52500])
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20130226 Firefox/22.0
Build ID: 20130226031002
Steps to reproduce:
When I try to send file by https://www.virustotal.com/pl/ the Button not work.
Actual results:
Button not work but about 3 cm left I can open my windows to send file .
Expected results:
I can have opportunity send file click on Button .
Comment 1•12 years ago
|
||
I can confirm the "dead button" with Firefox trunk and Firefox10ESR but it works as expected with IE9 and Safari.
We need a more minimized testcase....
Status: UNCONFIRMED → NEW
Component: Untriaged → General
Ever confirmed: true
Product: Firefox → Core
Updated•12 years ago
|
Keywords: testcase-wanted
Comment 2•12 years ago
|
||
Firefox : not work
Opera, IE9, Chrome: work as expected
Comment 3•12 years ago
|
||
Ah, so the width on the file input is not changing the clickable area? I think Mounir has patches that will fix that...
Flags: needinfo?(mounir)
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Updated•12 years ago
|
Attachment #718793 -
Attachment description: different css width for inpt type="file" → different css width for input type="file"
Comment 6•12 years ago
|
||
Right, but does clicking on the part of the red box to the right of the button work to bring up a filepicker in Firefox? What about other browsers?
Comment 7•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #6)
> Right, but does clicking on the part of the red box to the right of the
> button work to bring up a filepicker in Firefox? What about other browsers?
Firefox: No,filepicker does not pop up.
Other Browser: Yes, filepicker pops up.
Comment 8•12 years ago
|
||
OK, good. Like I said, Mounir's file input rewrite should fix this...
Comment 9•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #8)
> OK, good. Like I said, Mounir's file input rewrite should fix this...
Umm, The try server build of Bug 345195 Comment#68 does not fix the problem,Filepicker does not pop up even if I click right part of red rectangular .
https://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/mlamouri@mozilla.com-b61257dc2541/
Comment 10•12 years ago
|
||
Comment 11•12 years ago
|
||
Huh. That's really odd...
Assignee | ||
Comment 12•12 years ago
|
||
I saw that bug but I thought I would try to fix that while fixing the "stylability" of <input type='file'>. We seem to fully ignore the width for the moment. My plan was to look at that after landing the changes for <input type='file'> but they are being blocked by an a11y bug :(
Flags: needinfo?(mounir)
OS: Windows 8 → All
Hardware: x86_64 → All
Comment 13•12 years ago
|
||
The reporter found another site where an upload button doesn't work — at all: bug 855736.
Assignee | ||
Updated•12 years ago
|
Depends on: input[type=file]
Assignee | ||
Comment 14•12 years ago
|
||
This should be fixed by the patch in bug 52500.
Assignee: nobody → mounir
Status: NEW → ASSIGNED
Component: General → Layout: Form Controls
Version: 22 Branch → Trunk
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: testcase-wanted
Resolution: --- → FIXED
Whiteboard: [fixed by bug 52500]
You need to log in
before you can comment on or make changes to this bug.
Description
•