-
Sub-task
-
Resolution: Fixed
-
None
-
Medium
-
Empty show more show less
Description
When segment row is edited, and the lower editor scroll bar is not scrolled to the left, the currently edited cell is not aligned as it should.
Preview image
See the attached image.
Reason
Unknown
Solution
Unknown
Steps to reproduce
- open translat5 task in ergonomic mode
- open segment for edit and close it
- expand the file panel
- switch to edit mode
- open segment for edit
- is duplicated by
-
TRANSLATE-1056 RowEditor horizontal offset is wrong
- Done
This was a really strange problem.
After disabling a positioning in our code, the problem appeared only when scrolling before opening the editor the first time. Then the offset of RowEditors HTML was set wrong - but nowhere in the DOM was a positioning about that. After scrolling a little bit horizontally the editor was flipping to the right position - without any DOM change!
It seems that this is a bug in chromes rendering engine. Due the above mentioned repositioning in our code, the bug was more obviously as without.