Status: Unconfirmed
Owner: ----
Labels: OS-Mac Area-Undefined Pri-2 Type-Bug
New issue 136822 by
m...@janpaulposma.nl: Jumping when using "position:
fixed", "-webkit-backface-visibility: hidden", and textarea
http://code.google.com/p/chromium/issues/detail?id=136822
Chrome Version : 22.0.1201.0
OS Version: OS X 10.7.4
URLs (if applicable) :
http://jsfiddle.net/VvZNX/3/
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5.1.6: OK
Firefox 13.0.1: OK
What steps will reproduce the problem?
1. Create a page with a fixed positioned div ("the top div")
2. Create an absolutely positioned div inside the top div, and give it the
-webkit-backface-visibility: hidden; css property.
3. Create an absolutely positioned textarea inside the top div
(see the jsfiddle link at the top for step 1-3)
4. Add enough text into the textarea such that a scrollbar appears
5. Place the cursor at the end of the text
6. Hold backspace
What is the expected result?
The absolutely positioned div should stay in place.
What happens instead?
The absolutely positioned div jumps. In fact, it takes same offset compared
to the top div, that the top div has compared to the page body.
Browser information:
UserAgentString: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4)
AppleWebKit/537.1 (KHTML, like Gecko) Chrome/22.0.1201.0 Safari/537.1