[Bug] Long code line is invisible when window is wide
Page |
1 |
Using Chrome 8 (Stable) / Windows 7
Resolution: 1920×1200 (but not isolated to this resolution)
Example:
- PropertyChanges { target: item; x: coords.mouseX - width/2; y: coords.mouseY - height/2; rotation: 0 }
18 replies
Actually, the problem is that an horizontal scrollbar would be necessary but it’s missing. If you f.i. try to select the text, you can scroll horizontally and get the whole line.
The horizontal scrollbar is not missing here.
I see:
- Horizontal Scrollbar
I don’t see: - Vertical Scrollbar
- Any text whatsoever (no matter how much dragging/selecting I do).
Update!
It is dependent on how wide the comment area is!
The bug only occurs when the the max width is reached (about 1400 pixels wide browser maybe?).
I am using 1920×1200 resolution here.
If I make my browser window smaller, it displays correctly.
Tests:
High-res (smaller than one in topic as comments are indented!)
- PropertyChanges { target: item; x: coords.mouseX - width/2; y: coords.mouseY - height/2; rot: 0 }
Low-res
- PropertyChanges { target: item; x: coords.mouseX - width/2; y: coords.mouseY; rot: 0 }
You must log in to post a reply. Not a member yet? Register here!











