Well I'm going to just have to give up trying to figure out the why on this
one.... With no help from any sides it seems to just be a bug in induced in
Firefox no one cares about fixing or understanding.
Here's my fix for any Firefox users who are bugged by this issue over the
comming while after 25+ hit the stable channel
GotoPlugin:
Change:
%keyevent%="return
config.macros.gotoTiddler.selectKeyHandler(event,this,this.form.gotoTiddler,%showlist%);"\
To:
onkeydown="return
config.macros.gotoTiddler.selectKeyHandler(event,this,this.form.gotoTiddler,%showlist%);"\
For TagSearchPlugin:
Change:
).bind(trigger,x.noBubble
to:
).bind("keydown",x.noBubble
These changes probably break something on some other browsers as they are
removing the onkeydown:onkeypress comparability switch function of each
plugin.
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.