As a P/s remember if you choice to add these changes or make your own to a 
plugin rename them to something like "GotoPluginModded" or 
"GotoPluginFF"...etc
And consider putting a little note in the plugin like:
!Modded
Bypassed onkeydown:onkeypress switch for comparability with Firefox 25+

On Sunday, October 27, 2013 8:47:15 AM UTC-7, Arc Acorn wrote:
>
> 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.

Reply via email to