List Info

Thread: drag drop admin doesn't work




drag drop admin doesn't work
user name
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-listrubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list

Re: drag drop admin doesn't work
user name
2007-06-06 11:56:35
On 6/6/07, Jeroen Houben <jeroensupercool.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:
 cpattigmail.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-listrubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list

Re: drag drop admin doesn't work
user name
2007-06-06 14:35:06
Chris Patti wrote:
> On 6/6/07, Jeroen Houben <jeroensupercool.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-listrubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list

Re: drag drop admin doesn't work
user name
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 <jeroensupercool.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:   
> cpattigmail.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-listrubyforge.org
> http:
//rubyforge.org/mailman/listinfo/typo-list

_______________________________________________
Typo-list mailing list
Typo-listrubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list

Re: drag drop admin doesn't work
user name
2007-06-06 14:48:59
On 6/6/07, Jeroen Houben <jeroensupercool.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:
 cpattigmail.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-listrubyforge.org
http:
//rubyforge.org/mailman/listinfo/typo-list

Re: drag drop admin doesn't work
user name
2007-06-06 14:59:46
Guys, try switch environment. use production instead development.
for me it worked.



On 6/6/07, Eamon Ford < eamonfordmac.com"> eamonfordmac.com&gt; 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:

&gt; On 6/6/07, Jeroen Houben < jeroensupercool.nl"> jeroensupercool.nl> wrote:
>;> Hi,
>&gt;
>> I just installed typo. I can remove items from the sidebar but
>&gt; dragging
&gt;> stuff onto the right doesn't work. The progress indicator keeps
&gt;> spinning, but nothing happens and this error is thrown in javascript:
>>
>> Sortable.options(oldParentNode) has no properties
>> // this function Sortable.options(oldParentNode).onChange(element);
&gt;>
>;> This happens on osx firefox 2.0.4, camino and safari
>;>
>&gt; Any ideas?
>;>
>&gt; 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.
&gt;
> I've not seen the javascript error though.
&gt;
> -Chris
>;
> --
>&nbsp; Chris Patti --- Y!: feoh -- AIM: chrisfeohpatti --- E-Mail:
> cpattigmail.com">cpattigmail.com
> "The greatest dangers to liberty lurk in insidious encroachment by
> men of
>&nbsp;  zeal,well-meaning but without understanding."-- Justice Louis O.
> Brandeis
&gt; &nbsp;(Olmstead vs. United States)
&gt; _______________________________________________
> Typo-list mailing list
> Typo-listrubyforge.org">Typo-listrubyforge.org
> http://rubyforge.org/mailman/listinfo/typo-list

_______________________________________________
Typo-list mailing list
Typo-listrubyforge.org"> Typo-listrubyforge.org
http://rubyforge.org/mailman/listinfo/typo-list

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )