Hello Souk21,

When using Command Palette with Firefox 60.7 I have an "Internal JavaScript 
Error" red box error, any time I hit the down arrow key.

The firefox console displays the following error messages:

| !ReferenceError: event is not defined| %20line%2033389%20%3E%20eval:512:5 
|
| onKeyDown| $:/core/modules/widgets/commandpalettewidget.js:512:5 |
| render/<| $:/core/modules/widgets/commandpalettewidget.js:334:50 |

Changing the following elements in the 
"$:/core/modules/widgets/commandpalettewidget.js" tiddler

event.preventDefault(); event.stopPropagation();

by
e.preventDefault(); e.stopPropagation();

below the following part of the code
onKeyDown(e)

seems to fix the issue.
(since I am not a developer it might not be the right thing to do...)

Best regards,

Eskha

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d8d21ff-fadc-47a3-8e99-a83f600a1037o%40googlegroups.com.

Reply via email to