Closed Bug 777263 Opened 12 years ago Closed 12 years ago

Misplaced autocompletion dropdown with CSS transform

Categories

(Core :: Layout: Form Controls, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 467442

People

(Reporter: ttaubert, Unassigned)

References

()

Details

Attachments

(1 file)

This is definitely not a (recent) regression. I could reproduce this with the Nightly from 2011-01-01 so I think it doesn't make any sense to further search for a regression range.

STR:

1) Open http://www.graememcc.co.uk/m-cmerge/?cset=ef20925bc2a5
2) Click the "Next" button in the upper right
3) Scroll to the bottom and click "Submit the changes above"
4) Press a key to enter a value into the "Username" field.

In case you've entered some credentials into this form before, an autocompletion dropdown will show but is positioned way too far in the lower right.

I attached a screencast that shows the described issue. (Please ignore the text not being rendered - that's bug 539356.)
This is caused by the following CSS rules:

> .modal {
>   position: fixed;
>   top: 50%;
>   left: 50%;
>
>   -moz-transform: translate(-50%, -50%);
>   transform: translate(-50%, -50%);
> }
Summary: Misplaced autocompletion dropdown → Misplaced autocompletion dropdown with CSS transform
I think this is very similar to bug 664707.
OS: Linux → All
Hardware: x86_64 → All
(In reply to Graeme McCutcheon [:graememcc] from comment #3)
> Dupe of bug 467442?

Yes, thanks!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: