RFR: 7124282: [macosx] Can't see table cell highlighter when the highlight border is the same color as the cell. [v3]
Harshitha Onkar
duke at openjdk.java.net
Mon Mar 28 17:00:49 UTC 2022
On Mon, 28 Mar 2022 06:31:19 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> @prsadhuk Cell Focus ring color does not change with highlight color settings. Tested for following cases -
>>
>> <img width="1060" alt="image" src="https://user-images.githubusercontent.com/95945681/160217226-7d4236c7-1d3e-4062-8fad-974a13374624.png">
>
> In my testing in osx10.15 with your fix, I see focus ring is following highlight color and not accent color...did you modify anything in your fix?
> <img width="688" alt="Screenshot 2022-03-28 at 11 52 09 AM" src="https://user-images.githubusercontent.com/43534309/160338556-117c8e9b-4e78-4368-8040-dfca1d82e1ab.png">
@prsadhuk There was a small change to deriveContrastFocusRing (AquaLookAndFeel.java) which I haven't checked in because of build issues related to [selectedContentBackgroundColor](https://developer.apple.com/documentation/appkit/nscolor/2998830-selectedcontentbackgroundcolor).
The above issue might not be related to the change in deriveContrastFocusRing. I'll test and try to replicate the above scenario and push in any latest changes to AquaLookAndFeel.java
-------------
PR: https://git.openjdk.java.net/jdk/pull/7768
More information about the client-libs-dev
mailing list