Closed Bug 1024049 Opened 10 years ago Closed 10 years ago

input autocomplete position is wrong after css transform

Categories

(Core :: Layout: Form Controls, defect)

30 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 467442

People

(Reporter: diamond1, Unassigned)

Details

Attachments

(1 file)

Attached image 2769.jpg (deleted) —
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36 Steps to reproduce: My input:text lay in a popup window with these (dynamically made) styles: .md-modal { position: fixed; top: 50%; left: 50%; width: 390px; height: auto; z-index: 2000; visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } Actual results: When i type in this input, i get an autocomplete popup at wrong position. Expected results: This popup should be right under input:text.
Summary: input autocomplete position → input autocomplete position is wrong after css transform
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: