You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of Surfingkeys and surfingkeys-conf seems to have broken text editor support (e.g. when typing gi).
Stack trace:
TypeError: yt.showEditor is not a function[content.js line 3 > Function:9:2774](moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js%20line%203%20%3E%20Function)
vimEditURL moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js line 3 > Function:9
callUserFunction moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/api.js:3
<anonymous> moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/api.js:3
e moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js:3
mapkey moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js:3
handleMapKey moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js:3
me moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js:3
ae moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js:3
keydown moz-extension://458f783c-2e18-46d7-8ee6-047dbddcc98b/content.js:3
It looks like showEditor is a function provided by the Surfingkeys API and it's still available in the latest release, so I'm not sure if something breaking change has been introduced.
The text was updated successfully, but these errors were encountered:
A quick console.log seems to confirm that the Front object from the latest version of Surfingkeys no longer contains showEditor.
Seems to be related to this issue, which has a quite puzzling answer:
showEditor has never been exported before
I'm not sure if it was exported before but it shouldn't have been, or if this is a deliberate decision for some reason - maybe worth opening a PR on Surfingkeys to export it?
Details
The latest version of Surfingkeys and surfingkeys-conf seems to have broken text editor support (e.g. when typing
gi
).Stack trace:
It looks like
showEditor
is a function provided by the Surfingkeys API and it's still available in the latest release, so I'm not sure if something breaking change has been introduced.The text was updated successfully, but these errors were encountered: