Closed
Bug 890357
Opened 11 years ago
Closed 11 years ago
Problem with CSS transform and autocomplete
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 467442
People
(Reporter: autumntide, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release)
Build ID: 20130618035212
Steps to reproduce:
<!DOCTYPE html>
<html>
<head>
<style>
.modal {
position: fixed;
top: 50%;
left: 50%;
width: 509px;
height: auto;
z-index: 2000;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
border: 1px solid red;
}
</style>
</head>
<body>
<div class="modal">
<input name="username" />
</div>
</body>
</html>
Actual results:
See in screenshot
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•