• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CEP Extension, Flickering Cursor when using touch events

New Here ,
Feb 11, 2018 Feb 11, 2018

Copy link to clipboard

Copied

Hello,

I'm using the lastest Photoshop CC, currently ver 19.1.0 on Windows 10.

I'm trying to build a small Photoshop extension (a panel).

I've built a little HTML/JS interface.

When I use my mouse to interact with it, everything works fine.

However, when I try using my graphic tablet (which triggers touch events) I get a strange behaviour :

Whenever I drag my pen (touchstart, touchmove, touchend) in my panel, it triggers the thing.

Then, when I hover my pen over the main drawing canvas, the cursor flickers and I have to click once to stop it.

I should describe better what I call flickering. When the cursor is over the canvas without moving it has the right appearance (the one of the tool i am using), but when I move it, it changes to the regular windows cursor.

It's like the cursor is in-between two states, or maybe it's a focus issue.

I tried releasing the focus using the event "com.adobe.PhotoshopLoseFocus" on thouchend js event.

But it didn't help much.

Maybe one of you has already had this issue.

Regards

TOPICS
Actions and scripting

Views

438

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Advocate , Feb 11, 2018 Feb 11, 2018

Try to post the discussion here

Extensions / Add-ons Development

Votes

Translate

Translate
Adobe
Advocate ,
Feb 11, 2018 Feb 11, 2018

Copy link to clipboard

Copied

Try to post the discussion here

Extensions / Add-ons Development

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 11, 2018 Feb 11, 2018

Copy link to clipboard

Copied

LATEST

Oh sorry, I'll move it

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines