-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mocking input event for controlled inputs in react #51
Comments
Hey Brian! Wow thanks, I've been meaning to get to this but since getting
married haven't had a chance to at all. I'll try to take a look tomorrow
and would love to merge it in if we can.
…On Fri, May 3, 2019 at 4:29 PM Brian Ting ***@***.***> wrote:
This extension works in a way that leads to unexpected behaviour when used
in a react controlled input. Currently this extension assigns the value to
the dom element without dispatching/triggering an event:
app/scripts/ate.js(ln.343)
textInput.value = replaceText(
textInput.value,
shortcut,
autotext,
cursorPosition
);
Here's a fiddle illustrating the problem: JS Fiddle example
<https://jsfiddle.net/r3b7tq6g/4/>
and a rudimentary fix I made to get this working:
***@***.***
<briantingtc@76d8ad5>
Let me know if we could get something like the above commit merged in or
whether or if adding custom behaviour for a specific domain would be
possible.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AADHHXKTG2OPSOF3JJHZNITPTSOB3ANCNFSM4HKWYYMQ>
.
|
Thanks Carlin, let me know if there's anything I can do to help -- and congrats on getting hitched! |
Hey @carlinyuen we are running into this same issue with some of our users. Is there any way that we could help getting a fix merged? |
Hey Will, thanks for the poke. Yeah absolutely, I'm going to commit time to
looking at it this week, hopefully have the fix in by EOW at the latest.
Sorry for the wait!
.C
…On Thu, Jun 20, 2019, 13:54 Will Douglas ***@***.***> wrote:
Hey @carlinyuen <https://github.com/carlinyuen> we are running into this
same issue with some of our users. Is there any way that we could help
getting a fix merged?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#51>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADHHXK2SEUIQMJU56DRJ63P3PVAVANCNFSM4HKWYYMQ>
.
|
Hey folks, confirming that I'm looking into this now. Thanks for being patient! Life got busy, not a great excuse. :P |
Hey @carlinyuen, wondering if you guys can push the most recent (2.0) version to the chrome web store.. I kinda rely on this for my daily activities and now with improvements in iframe support it would really help me out. thanks! |
Hey @ghbeckman workin' on it. :) Actually, it'd really help to have a bunch of you test the changes for me on some of the sites you use. Please let me know if any of you would be interested in joining some sort of "dogfood" group. I'd create a Google group and basically send an early version of the extension to you, would just need you to test it on whatever product you already use it on, to make sure it's not busted. |
I'd be down, lmk how I can help |
@carlinyuen Absolutely! Glad to help in anyway possible. Thanks for your effort. Appreciate it |
Hey folks, thanks for being great sports. Sincere apologies, life got in the way again. :( I'm going to try and get back into this this weekend. |
Sorry to poke you again @carlinyuen as I know you're super busy but we'll be needing this plugin to work with one of our features. If I create a pr with specific behavior for our domain would you consider merging that in? Otherwise would it be okay if we re hosted the plugin with that specific change? e: I just rebased to the latest version on this repo and it had the fix that I needed. The manifest was updated to be |
Any update on this? it's important for me thais fix as well |
There is any plan to update to Manifest 3.0 ? This extension is great but now google says it may soon no longer be supported :( |
This extension works in a way that leads to unexpected behaviour when used in a react controlled input. Currently this extension assigns the value to the dom element without dispatching/triggering an event:
app/scripts/ate.js
(ln.343)Here's a fiddle illustrating the problem: JS Fiddle example
and a rudimentary fix I made to get this working:
briantingtc@76d8ad5
Let me know if we could get something like the above commit merged in or whether or if adding custom behaviour for a specific domain would be possible.
The text was updated successfully, but these errors were encountered: