RESOLVED WONTFIX 68506
Bug with transition-property:margin and input pseudo classes :hover, :focus
https://bugs.webkit.org/show_bug.cgi?id=68506
Summary Bug with transition-property:margin and input pseudo classes :hover, :focus
Binyamin
Reported 2011-09-21 00:44:00 PDT
Chrome 14, FF6, Safari 5.1, Opera 11.51 has CSS bug with transition and input:focus margin - the input element has strange juming up and down on clicking on it. The same style input without transition is workd fine - no strange juming up and down.
Attachments
Alexey Proskuryakov
Comment 1 2011-09-21 12:11:14 PDT
This doesn't necessarily sound like a bug, but perhaps there is something that can be improved to make implementing such effects easier?
Binyamin
Comment 2 2011-09-21 22:28:16 PDT
Alexey Proskuryakov, it is not code bug. It is definitely browser bug on CSS transition rendering. You can see it in http://jsfiddle.net/laukstein/Gq8TE/show/ . Us much I have checked, the bug appears just for input elements (not for div's).
Simon Fraser (smfr)
Comment 3 2011-09-21 22:31:46 PDT
Can you simplify the testcase by by setting -webkit-transition-property to something other than the default ("all")? It would be useful to know exactly which property is causing this. Also, can it be reproduced by just transitioning outline or does focus have to be involved?
Binyamin
Comment 4 2011-09-22 04:21:47 PDT
I have updated bug title and URL http://jsfiddle.net/laukstein/Gq8TE/1/ (editable in http://jsfiddle.net/laukstein/Gq8TE/). Like I wrote - the bug appears for property `margin`. The same bug I posted also in http://code.google.com/p/chromium/issues/detail?id=97367
Brent Fulgham
Comment 5 2022-07-12 15:23:32 PDT
Chrome closed as WONTFIX for similar reasons.
Note You need to log in before you can comment on or make changes to this bug.