Closed
Bug 807302
Opened 12 years ago
Closed 12 years ago
FILE-input in table produces display errors on inputs in the next table row
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
239 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:16.0) Gecko/20100101 Firefox/16.0
Build ID: 20121024073032
Steps to reproduce:
I watched the following HTML:
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
</head>
<body>
<div>a</div>
<table>
<tr>
<td>
<input type="file">
</td>
</tr>
<tr>
<td>
<input>
</td>
</tr>
</table>
</body>
</html>
and the hovered the mouse over the second input.
Actual results:
the second input disappeared
Expected results:
nothing
Comment 3•12 years ago
|
||
Thanks kkapsner!
Reproducible on FF 17b4 on Mac OS X 10.7.
Not reproducible on Aurora/Nightly 2012-11-06
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 16 Branch → 17 Branch
Comment 4•12 years ago
|
||
Reporter: Can you confirm that it works for you in a nightly build ?
http://nightly.mozilla.org/
Flags: needinfo?(kkapsner)
Still broken in 17.0.1.
Seems to work in Aurora 2012-12-22.
Flags: needinfo?(kkapsner)
Comment 6•12 years ago
|
||
I can not reproduce it with Firefox17.
Anyway, i think it's ok to mark it wfm if it works for you in aurora.
Thanks for the bug report !
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•