Bug 18474
Summary: | Clipping error when drawing highlighted text inside of line-edits | ||
---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Meyer <ben> |
Component: | Text | Assignee: | Tor Arne Vestbø <vestbo> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | vestbo |
Priority: | P3 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Benjamin Meyer
1. Go to google.com
2. Enter a long string (adadasdasdsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss)
3. Highligh the text using you mouse, and move the cursor so that the text scrolls.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tor Arne Vestbø
The clipping errors are largely gone, but you can still see the text being drawn over the focus rect of the line edit.
Tor Arne Vestbø
Confirmed in WebKit trunk (r48110), against Qt 4.6 (77fd77d6) on Mac OS 10.5 (Carbon)
The clipping error is still there when the window looses focus. Try selecting half the text and defocus the window by clicking in another app.
Tor Arne Vestbø
Landed in r56236
Tor Arne Vestbø
*** Bug 29477 has been marked as a duplicate of this bug. ***