Eric Robinson

Results 67 comments of Eric Robinson

@posva As a quick note, this issue isn't restricted to Photoshop. Just about [every major Creative Cloud application](https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_9.x/Documentation/CEP%209.0%20HTML%20Extension%20Cookbook.md#applications-integrated-with-cep) supports CEP extensions - and is affected by this problem. 😕

> right-clicking to open the basic CEF [not CEP] context menu will cause the `e.timeStamp` values to begin reporting as expected. It appears that this isn't quite right. The `e.timeStamp`...

I should point out that it is possible to distinguish a CEP environment and version with standard JavaScript calls. This may be helpful for adding an environment flag. Specifically, the...

_[**Update:** Please see [this comment](https://github.com/vuejs/vue/issues/10366#issuecomment-521703332) for more on the struck-through text below.]_ ~Thanks to @Inventsable I was able to narrow down the test case a bit more. In order to...

**Update:** My [previous comment](https://github.com/vuejs/vue/issues/10366#issuecomment-521068621) about requiring a contained element to also have an event handler was 100% a **red herring**. This is entirely unnecessary to get the bug to reproduce....

> I don't own Photoshop so I won't be able to test nor debug this problem. Can it be on nw.js as well? Maybe that could be tested @posva We've...

I have no idea about whether `nw.js` would be similarly affected. Someone internal at Adobe would need to chime in there. @bbb999 perhaps? The User Agent reported for Premiere Pro...

@posva Here are the two User Agent versions: From **After Effects 16.1.2 on Windows 10**: ``` Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 ``` From **Premiere...

@posva Sounds good to me. Do you have any input on whether or not I should add the macOS platform check to restrict the fix to macOS? If yes, do...

Here is a proposal for a snippet of code to add to event.js (somewhere around [here](https://github.com/vuejs/vue/blob/d40b7ddb8177944d1dd50f4f780e6fd92c9455c2/src/platforms/web/runtime/modules/events.js#L46)): ```js // #10366: CEP { const version = JSON.parse(window.__adobe_cep__.getCurrentApiVersion()) return version.major