RFR: 8267374: (macos) Option+Up/Down arrow dont traverse to beginning/end of line in textarea [v2]

Prasanta Sadhukhan psadhukhan at openjdk.org
Wed Jun 22 06:59:30 UTC 2022


On Wed, 22 Jun 2022 06:27:03 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix javadoc
>
> src/java.desktop/share/classes/javax/swing/text/DefaultEditorKit.java line 648:
> 
>> 646:      * Name of the <code>Action</code> for moving the caret
>> 647:      * to the end of a line and logically upward one position.
>> 648:      * @see #getActions
> 
> Tested the native behavior in XCode and it seems that this shortcut moves the cursor to the end if not at the end already or one line down otherwise.

The code does that only...javadoc was wrong..fixed that

-------------

PR: https://git.openjdk.org/jdk/pull/9230



More information about the client-libs-dev mailing list