|
List Info
Thread: drag drop admin doesn't work
|
|
| drag drop admin doesn't work |

|
2007-06-06 10:15:28 |
Hi,
I just installed typo. I can remove items from the sidebar
but dragging
stuff onto the right doesn't work. The progress indicator
keeps
spinning, but nothing happens and this error is thrown in
javascript:
Sortable.options(oldParentNode) has no properties
// this function
Sortable.options(oldParentNode).onChange(element);
This happens on osx firefox 2.0.4, camino and safari
Any ideas?
Jeroen
_______________________________________________
Typo-list mailing list
Typo-list rubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list
|
|
| Re: drag drop admin doesn't work |

|
2007-06-06 11:56:35 |
On 6/6/07, Jeroen Houben <jeroen supercool.nl> wrote:
> Hi,
>
> I just installed typo. I can remove items from the
sidebar but dragging
> stuff onto the right doesn't work. The progress
indicator keeps
> spinning, but nothing happens and this error is thrown
in javascript:
>
> Sortable.options(oldParentNode) has no properties
> // this function
Sortable.options(oldParentNode).onChange(element);
>
> This happens on osx firefox 2.0.4, camino and safari
>
> Any ideas?
>
> Jeroen
Which version of Typo did you install? Was it from a gem or
Subversion?
I've seen issues where the sidebar drag will appear to work,
but the
result won't show up in the rendered blog page - this has
usually been
due to some kind of error with the sidebar - either
malformed HTML in
the static sidebar, incorrect auth or a bug in the sidebar's
code for
others.
I've not seen the javascript error though.
-Chris
--
Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail:
cpatti gmail.com
"The greatest dangers to liberty lurk in insidious
encroachment by men of
zeal,well-meaning but without understanding."--
Justice Louis O. Brandeis
(Olmstead vs. United States)
_______________________________________________
Typo-list mailing list
Typo-list rubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list
|
|
| Re: drag drop admin doesn't work |

|
2007-06-06 14:35:06 |
Chris Patti wrote:
> On 6/6/07, Jeroen Houben <jeroen supercool.nl> wrote:
>> Hi,
>>
>> I just installed typo. I can remove items from the
sidebar but dragging
>> stuff onto the right doesn't work. The progress
indicator keeps
>> spinning, but nothing happens and this error is
thrown in javascript:
>>
>> Sortable.options(oldParentNode) has no properties
>> // this function
Sortable.options(oldParentNode).onChange(element);
>>
>> This happens on osx firefox 2.0.4, camino and
safari
>>
>> Any ideas?
>>
>> Jeroen
>
> Which version of Typo did you install? Was it from a
gem or Subversion?
>
> I've seen issues where the sidebar drag will appear to
work, but the
> result won't show up in the rendered blog page - this
has usually been
> due to some kind of error with the sidebar - either
malformed HTML in
> the static sidebar, incorrect auth or a bug in the
sidebar's code for
> others.
>
> I've not seen the javascript error though.
I installed the latest stable version locally from the gem.
Made some
changes (added a theme) checked the whole thing into SVN and
deployed to
a test server.
I dropped the database and did a rake db:migrate to make
sure I started
from scratch again. That should have cleared out any
malformed HTML that
may have been stored right? Maybe some HTML was saved on
disk and is
still malformed. I'm getting the same error on my local
installation now
too. It initially seems to work, but after dragging 2 or 3
items it's
broken again. They whole drag n drop seems a bit buggy and
unnecessarily
complex IMHO. It could just be something I did, just can't
work out what
that might be, it's pretty much a fresh install.
Jeroen
_______________________________________________
Typo-list mailing list
Typo-list rubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list
|
|
| Re: drag drop admin doesn't work |

|
2007-06-06 14:43:40 |
I have this problem too; I drag an item onto the sidebar,
and it
works fine the first time, but then if I drag another item
on, the
progress indicator just keeps spinning. The only way to get
it to
work again (for me) is to refresh the page.
I had this problem in Typo 4.0.3, then it went away in 4.1,
but now
it came back 4.1.1 (which is what I'm using now).
On Jun 6, 2007, at 9:56 AM, Chris Patti wrote:
> On 6/6/07, Jeroen Houben <jeroen supercool.nl> wrote:
>> Hi,
>>
>> I just installed typo. I can remove items from the
sidebar but
>> dragging
>> stuff onto the right doesn't work. The progress
indicator keeps
>> spinning, but nothing happens and this error is
thrown in javascript:
>>
>> Sortable.options(oldParentNode) has no properties
>> // this function
Sortable.options(oldParentNode).onChange(element);
>>
>> This happens on osx firefox 2.0.4, camino and
safari
>>
>> Any ideas?
>>
>> Jeroen
>
> Which version of Typo did you install? Was it from a
gem or
> Subversion?
>
> I've seen issues where the sidebar drag will appear to
work, but the
> result won't show up in the rendered blog page - this
has usually been
> due to some kind of error with the sidebar - either
malformed HTML in
> the static sidebar, incorrect auth or a bug in the
sidebar's code for
> others.
>
> I've not seen the javascript error though.
>
> -Chris
>
> --
> Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti ---
E-Mail:
> cpatti gmail.com
> "The greatest dangers to liberty lurk in insidious
encroachment by
> men of
> zeal,well-meaning but without understanding."--
Justice Louis O.
> Brandeis
> (Olmstead vs. United States)
> _______________________________________________
> Typo-list mailing list
> Typo-list rubyforge.org
> http:
//rubyforge.org/mailman/listinfo/typo-list
_______________________________________________
Typo-list mailing list
Typo-list rubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list
|
|
| Re: drag drop admin doesn't work |

|
2007-06-06 14:48:59 |
On 6/6/07, Jeroen Houben <jeroen supercool.nl> wrote:
> Chris Patti wrote:
> >
> > Which version of Typo did you install? Was it from
a gem or Subversion?
> >
> > I've seen issues where the sidebar drag will
appear to work, but the
> > result won't show up in the rendered blog page -
this has usually been
> > due to some kind of error with the sidebar -
either malformed HTML in
> > the static sidebar, incorrect auth or a bug in the
sidebar's code for
> > others.
> >
> > I've not seen the javascript error though.
>
> I installed the latest stable version locally from the
gem. Made some
> changes (added a theme) checked the whole thing into
SVN and deployed to
> a test server.
>
> I dropped the database and did a rake db:migrate to
make sure I started
> from scratch again. That should have cleared out any
malformed HTML that
> may have been stored right? Maybe some HTML was saved
on disk and is
> still malformed. I'm getting the same error on my local
installation now
> too. It initially seems to work, but after dragging 2
or 3 items it's
> broken again. They whole drag n drop seems a bit buggy
and unnecessarily
> complex IMHO. It could just be something I did, just
can't work out what
> that might be, it's pretty much a fresh install.
>
>
> Jeroen
You might try running typo sweep-cache on the blog. That
helped clear
up some bogons for me.
I'm still struggling with where my LiveJournal crossposter
code should
go. Guessing I should just give up and leave it alone since
it works
-Chris
--
Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail:
cpatti gmail.com
"The greatest dangers to liberty lurk in insidious
encroachment by men of
zeal,well-meaning but without understanding."--
Justice Louis O. Brandeis
(Olmstead vs. United States)
_______________________________________________
Typo-list mailing list
Typo-list rubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list
|
|
| Re: drag drop admin doesn't work |

|
2007-06-06 14:59:46 |
|
Guys, try switch environment. use production instead development. for me it worked.
On 6/6/07, Eamon Ford < eamonford mac.com">
eamonford mac.com> wrote:I have this problem too; I drag an item onto the sidebar, and it
works fine the first time, but then if I drag another item on, the progress indicator just keeps spinning. The only way to get it to work again (for me) is to refresh the page. I had this problem in Typo 4.0.3
, then it went away in 4.1, but now it came back 4.1.1 (which is what I'm using now).
On Jun 6, 2007, at 9:56 AM, Chris Patti wrote:
> On 6/6/07, Jeroen Houben < jeroen supercool.nl">
jeroen supercool.nl> wrote: >> Hi, >> >> I just installed typo. I can remove items from the sidebar but >> dragging >> stuff onto the right doesn't work. The progress indicator keeps
>> spinning, but nothing happens and this error is thrown in javascript: >> >> Sortable.options(oldParentNode) has no properties >> // this function Sortable.options(oldParentNode).onChange(element);
>> >> This happens on osx firefox 2.0.4, camino and safari >> >> Any ideas? >> >> Jeroen > > Which version of Typo did you install? Was it from a gem or
> Subversion? > > I've seen issues where the sidebar drag will appear to work, but the > result won't show up in the rendered blog page - this has usually been > due to some kind of error with the sidebar - either malformed HTML in
> the static sidebar, incorrect auth or a bug in the sidebar9;s code for > others. > > I've not seen the javascript error though. > > -Chris > > -- > Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail:
> cpatti gmail.com">cpatti gmail.com > "The greatest dangers to liberty lurk in insidious encroachment by > men of > zeal,well-meaning but without understanding."-- Justice Louis O.
> Brandeis > (Olmstead vs. United States) > _______________________________________________ > Typo-list mailing list > Typo-list rubyforge.org">Typo-list rubyforge.org
> http://rubyforge.org/mailman/listinfo/typo-list
_______________________________________________ Typo-list mailing list Typo-list rubyforge.org">
Typo-list rubyforge.org http://rubyforge.org/mailman/listinfo/typo-list
|
[1-6]
|
|