<AWT Dev> Review request for 6180449: PIT: Text in TextArea scrolls to its left one char when selecting the text from the end

Ambarish Rapte ambarish.rapte at oracle.com
Tue Jan 12 10:04:11 UTC 2016


Hi,

                Please review the fix for JDK9.

                Bug: https://bugs.openjdk.java.net/browse/JDK-6180449

                Webrev: http://cr.openjdk.java.net/~arapte/6180449/webrev.00/

 

 

Issue:

                When selecting text from right end towards left in TextArea and keep scrolling beyond bounds of TextArea,

                contents of TextArea scroll beyond the bounds of TextArea to left side.

 

Cause:

                This is a side effect of 5003402 fix. 

 

Fix:

Altered 5003402 patch, to remove two SendMessage() calls with EM_HIDESELECTION message calls.

 

Verification:

5003402 does not reproduce after this change in webrev.00

Verified that the existing TextArea tests work fine with this patch fix with jtreg.

Test added with the patch executes & passes with ubuntu & mac.

 

 

Many Thanks,

Ambarish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20160112/f8ebbd74/attachment.html>


More information about the awt-dev mailing list