Here's the latest patch:
http://cr.openjdk.java.net/~ptbrunet/JDK-8055831/webrev.01/
The changes are:
- restructured the native libraries from one directory to several
directories on a per DLL/EXE basis
- that impacted jdk/make/lib/Lib-jdk.accessibility.gmk
- removed the source for the Ferret and
24.03.15 9:10, Semyon Sadetsky wrote:
What happens if the user will set the size/aspect of the caret via
"putClientProperty" after the fix?
It depends on specific Cursor implementation.
Yes, but only DefaultCaret is uses these properties for drawing, because
this is our class and we know that.
Hi, Alexander.
The fix looks fine to me.
23.03.15 17:08, Alexander Scherbatiy wrote:
Hello,
Could you review the fix:
bug: https://bugs.openjdk.java.net/browse/JDK-8033000
webrev: http://cr.openjdk.java.net/~alexsch/8033000/webrev.00
Shift modifier is added to for the horizontal scrollin
On 3/24/2015 9:24 AM, Semyon Sadetsky wrote:
On 3/23/2015 5:36 PM, Alexander Scherbatiy wrote:
On 3/23/2015 2:22 PM, Semyon Sadetsky wrote:
Hello,
Please review JDK9 fix.
webrev:
http://cr.openjdk.java.net/~alexsch/semyon-sadetsky/6921687/webrev.00/
bug: https://bugs.openjdk.java.net/brows
Hi, Semyon.
The fix looks good. Since this is a jck issue I assume that this
functionality was tested on all supported look and feels and the new
test always passed. So I suggest to change the test and cover all l&f,
to be sure that this bug will not be integrated back in some other/new
looks
Hi Semyon,
On 23/03/15 14:48, Semyon Sadetsky wrote:
+description
When ALT PRESSED event comes for the second time it can be the case to
clear menu focus and srokes or the case when ALT+key combination is
about to be pressed. The last one was missed in the ALT key handler.
I see nothing bad