Skip to content
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

keypresses will not get seen in APEX 20.1 #3

Closed
m-cas opened this issue Apr 14, 2020 · 1 comment
Closed

keypresses will not get seen in APEX 20.1 #3

m-cas opened this issue Apr 14, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@m-cas
Copy link

m-cas commented Apr 14, 2020

I've defined a new event in the plugin code: keydown. It works fine up to APEX 19 just by adding
nodeEnter.on("keydown", function(d) { fireApexEvent("keydown", d); });
Alas the code stops recording the keypress event on Firefox and Safari (works on Chrome) from APEX 20.1 unless this new line is added:

var nodeEnter = node.enter() ... .attr("tabindex", "1") // this line is new ...

best Massimo

@grlicaa grlicaa self-assigned this Nov 27, 2020
@grlicaa grlicaa added the enhancement New feature or request label Nov 27, 2020
@grlicaa grlicaa added this to the V6.0.2 milestone Nov 27, 2020
@grlicaa
Copy link
Owner

grlicaa commented Nov 27, 2020

Fixed in 6.0.2 thank you @m-cas for catching this one.

@grlicaa grlicaa closed this as completed Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants