Hello,
I was creating a Single Page Application(SPA) using twFile.
However, it seems the jQuery plugin was folded back into the TiddlyWiki code.
Does anyone know why?
The latest version of twFile does not work well in IE.
I think the newer TiddlyWiki code will work.
I am thinking about just extracting the bits I need.
Otherwise, does anyone have a better suggestion for creating an SPA?
If there is interest, I could revive the jQuery.twFile plugin.
Thank you,
John
I had a similar error. The problem was not caused by jQuery itself by
a bad argument that was passed to jQuery from the twDemo. For me, it
was the CSS attribute "marginTop" which is an invalid CSS attribute.
Changing mine to "margin-top" solved my issues.
Hope this helps,
Dan
On May 6, 7:59 am, wonsungi <wonsu...@gmail.com> wrote:
> On May 2, 8:48 pm, FND <F...@gmx.net> wrote:
>
> > > The latest version oftwFiledoes not work well in IE.
>
> > Can you elaborate?
>
> Using IE 8.0.7600 andhttp://jquery.tiddlywiki.org/twFileDemo.html
> results in the following error when the edit button is pressed:
> [...]
> Message: Unexpected call to method or property access.
> Line: 60
> Char: 2307
> Code: 0
> URI: file:///C:/Users/John/Desktop/twFileDemo.html
>
> The error is located within the jQuery code. I tried replacing with
> jQuery 1.4.2 with similar results.
>
> > > However, it seems the jQuery plugin was folded back into the TiddlyWiki
> > > code <http://trac.tiddlywiki.org/changeset/10178>.
> > > Does anyone know why?
>
> > Unfortunately, this was necessary to retain backwards compatibility
> > without compromising the stand-alone plugin:http://trac.tiddlywiki.org/ticket/1113
> >http://trac.tiddlywiki.org/changeset/10172
>
> So are both the TiddlyWiki filesystem code andtwFilejQuery plugin
Excellent work uncovering that! Should be fixed now.
-- F.