Skip to main content
Legend
December 18, 2021

P: Keyboard focus is lost when working with individual channels in curves - Windows

  • December 18, 2021
  • 6 replies
  • 5742 views

When I edit curves and am in the RGB channel, after moving the point on the histogram, I can confirm the correction (enter) or cancel it (esc).

 

When I select any other channel, the (enter) and (esc) keys stop working. In this case, to confirm the names, i must first click on the window, or on the OK button 😭

 

Video example:

 

Adobe Photoshop Version: 23.1.0 20211208.r.143 83e47c5 x64

This topic has been closed for replies.

6 replies

Mohit Goyal
Community Manager
Community Manager
June 14, 2022

Hi all,

 

We're happy to announce the release of Photoshop 23.4. This update includes the fix for this issue. To see the list of all fixed issues, click here

 

To update Photoshop to 23.4, click "Update" in the Creative Cloud desktop app next to Photoshop. More detailed instructions for updating

 

Let us know if the update resolves the problem for those affected, and share your feedback.

 

Thanks,

Mohit

Known Participant
January 6, 2022

Same here.

Kukurykus
Legend
December 20, 2021

When the palette is open and you leave from / return to Photoshop the event is not registered to the log, but what's very interesting it is catched though. I mean if you have open Curves palette and you go out Ps to be back, then you check the log of ScriptListener there is of course no change. But when you close the palette, both the leaving event, and then return event are written one after another to the log before closing the palette event.

jazz-yAuthor
Legend
December 20, 2021

Perhaps the problem was earlier, but I did not pay attention to it until 23.1.

 

When working with curves (both in RGB and in separate channels) this event is not registered. However, if in the process of working with curves we make another application active and then return to Photoshop, then the curve editing window becomes active and works as it should (in this case, after registering an event with editing curves, the event that Photoshop has become active is also registered)

Kukurykus
Legend
December 20, 2021

Was that happening before 23.1? If not I wonder if it has anything to do with new event being logged by Script Listener when you leave / return to Photoshop:

 

sTT = stringIDToTypeID;
(dsc = new ActionDescriptor())
.putBoolean(sTT('active'), false/*true*/)
executeAction(sTT('hostFocusChanged'), dsc)

 

Legend
December 18, 2021

Thanks @jazz-y I can reproduce. I'll have the engineers investigate this.