Open
Bug 492360
Opened 16 years ago
Updated 5 years ago
Text jumps when selecting text with CSS transformations - works with hardware acceleration enabled
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Build id: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4
Steps to reproduce:
1. Go to http://www.fofronline.com/experiments/cube/index.html
2. select several lines of text on the cube
Expected results:
text is selected without any text reflowing
Actual results:
Entire text seems to reflow for every line that is selected
Note that this does not happen in the latest Safari 4 beta
| Reporter | ||
Comment 1•16 years ago
|
||
This works fine on Mac, so it seems to be a Windows issue only
Component: Layout → Selection
QA Contact: layout → selection
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 3•14 years ago
|
||
This works now when enabling hardware acceleration. Still fails without hardware acceleration.
Summary: Text jumps when selecting text laid out with CSS transformations → Text jumps when selecting text with CSS transformations - works with hardware acceleration enabled
I am having this issue with hardware acceleartion. I think it has to do with exiting the transformed element's bounds and then the selection interacts with its pre-transformed state.
http://codepen.io/shalanah/pen/YpOBJQ
Comment 5•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•