Google Groups Home
Help | Sign in
Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 31 of 31 - Collapse all < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
markus.staab  
View profile
 More options Feb 8, 5:13 am
From: "markus.staab" <ki...@online.de>
Date: Fri, 8 Feb 2008 02:13:43 -0800 (PST)
Local: Fri, Feb 8 2008 5:13 am
Subject: Re: Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!
The Disable/Enable buttons in the slider demos doesn't work

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
asbjornu  
View profile
 More options Feb 8, 8:20 am
From: asbjornu <asbjo...@gmail.com>
Date: Fri, 8 Feb 2008 05:20:23 -0800 (PST)
Local: Fri, Feb 8 2008 8:20 am
Subject: Re: Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!
On 6 Feb, 22:10, "Paul Bakaus" <paul.bak...@googlemail.com> wrote:

> I'm very happy to announce the first alpha release of both jQuery UI 1.5

Fantastic! As this is an alpha release, I have some errors to report
when testing in Opera 9.25. Pressing [Disable] in <http://
ui.jquery.com/1.5a/demos/sortable.html> produces the following error:

JavaScript - http://ui.jquery.com/1.5a/demos/sortable.html
Event thread: click
Error:
name: ReferenceError
message: Statement on line 20: Reference to undefined variable: args
Backtrace:
  Line 20 of linked script http://ui.jquery.com/1.5a/ui.sortable.js
    sort[options].apply(sort, args);
  Line 725 of linked script http://ui.jquery.com/1.5a/jquery.js
    for (var i = 0, length = object.length, value = object[0];i <
length && callback.call(value, i, value) !== false;value = object[(+
+i)])
            Line 155 of linked script http://ui.jquery.com/1.5a/jquery.js
    return jQuery.each(this, callback, args);
  Line 17 of linked script http://ui.jquery.com/1.5a/ui.sortable.js
    return this.each((function ()
{
  if (typeof options == "string")
    {
      var sort = $.data(this, "ui-sortable");
      sort[options].apply(sort, args);
    }
  else
    if (! $.data(this, "ui-sortable"))
      new $.ui.sortable(this, options);

}

));
  Line 1 of  script
    $("#example1").sortable("disable");
  At unknown location
    [statement source code not available]

Pressing [Serialize] produces the following error:

JavaScript - http://ui.jquery.com/1.5a/demos/sortable.html
Event thread: click
Error:
name: TypeError
message: Statement on line 15: Could not convert undefined or null to
object
Backtrace:
  Line 15 of linked script http://ui.jquery.com/1.5a/ui.sortable.js
    return $.data(this, "ui-sortable").serialize();
  Line 1 of  script
    alert($("#example1").sortable("serialize"));
  At unknown location
    [statement source code not available]

Dragging the "and change" list item from the "3. Nested lists" demo
produces the following error:

JavaScript - http://ui.jquery.com/1.5a/demos/sortable.html
Event thread: mousemove
Error:
Unhandled exception: [Object DOMException]
code: 3
message: HIERARCHY_REQUEST_ERR
Backtrace:
  Line 276 of linked script http://ui.jquery.com/1.5a/jquery.js
    this.parentNode.insertBefore(elem, this.nextSibling);
  Line 514 of linked script http://ui.jquery.com/1.5a/jquery.js
    callback.call(obj, elem);
  Line 725 of linked script http://ui.jquery.com/1.5a/jquery.js
    for (var i = 0, length = object.length, value = object[0];i <
length && callback.call(value, i, value) !== false;value = object[(+
+i)])
            Line 516 of linked script http://ui.jquery.com/1.5a/jquery.js
    jQuery.each(elems, (function ()
{
  var elem = clone ? (jQuery(this).clone(true))[0] : this;
  if (jQuery.nodeName(elem, "script"))
    {
      scripts = scripts.add(elem);
    }
  else
    {
      if (elem.nodeType == 1)
        scripts = scripts.add(jQuery("script", elem).remove());
      callback.call(obj, elem);
    }

}

));
  Line 725 of linked script http://ui.jquery.com/1.5a/jquery.js
    for (var i = 0, length = object.length, value = object[0];i <
length && callback.call(value, i, value) !== false;value = object[(+
+i)])
            Line 155 of linked script http://ui.jquery.com/1.5a/jquery.js
    return jQuery.each(this, callback, args);
  Line 485 of linked script http://ui.jquery.com/1.5a/jquery.js
    return this.each((function ()
{
  if (! elems)
    {
      elems = jQuery.clean(args, this.ownerDocument);
      if (reverse)
        elems.reverse();
    }
  var obj = this;
  if (table && jQuery.nodeName(this, "table") &&
jQuery.nodeName(elems[0], "tr"))
    obj = (this.getElementsByTagName("tbody"))[0] ||
this.appendChild(this.ownerDocument.createElement("tbody"));
  var scripts = jQuery([]);
  jQuery.each(elems, (function ()
{
  var elem = clone ? (jQuery(this).clone(true))[0] : this;
  if (jQuery.nodeName(elem, "script"))
    {
      scripts = scripts.add(elem);
    }
  else
    {
      if (elem.nodeType == 1)
        scripts = scripts.add(jQuery("script", elem).remove());
      callback.call(obj, elem);
    }
}

));
  scripts.each(evalScript);
}

));
  Line 275 of linked script http://ui.jquery.com/1.5a/jquery.js
    return this.domManip(arguments, false, true, (function (elem)
{
  this.parentNode.insertBefore(elem, this.nextSibling);
}

));
  Line 298 of linked script http://ui.jquery.com/1.5a/ui.sortable.js
    this.items[i].item[(this.direction == "down" ? "before" : "after")]
(this.currentItem);
  Line 137 of linked script http://ui.jquery.com/1.5a/ui.mouse.js
    if (o.drag)
      Line 101 of linked script http://ui.jquery.com/1.5a/ui.mouse.js
    return self.drag.apply(self, arguments);
  Line 2041 of linked script http://ui.jquery.com/1.5a/jquery.js
    var ret = handler.apply(this, args);
  Line 1839 of linked script http://ui.jquery.com/1.5a/jquery.js
    val = jQuery.event.handle.apply(arguments.callee.elem, arguments);
  At unknown location
    [statement source code not available]

Other than that, it works mostly fine. What's the difference from the
previous UI releases, by the way?

And the Enchant effects, although really cool, don't work properly in
Opera 9.25. Most of the errors seem to stem from the same offsetLeft
problem (a bug in Opera or jQuery) that causes the box to be
positioned too far to the right (about the same as the width of the
box).

If you want these bug reports posted somewhere else, please let me
know. Thanks!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
enguillem  
View profile
 More options Feb 14, 7:05 am
From: enguillem <enguil...@gmail.com>
Date: Thu, 14 Feb 2008 04:05:05 -0800 (PST)
Local: Thurs, Feb 14 2008 7:05 am
Subject: Re: Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!
hi all

when i make a $(".element").draggable("destroy"); i recive an error
message in ui.draggable.js line 76 that says:

this.handle has no properties
http:../js/comu/jquery/jquery.ui-1.5/ui.draggable.js
Line 76

i've seen in several examples and i have atached  ui.mouse.js
ui.draggable.js ui.draggable.ext.js jquery.ui-1.5/ui.droppable.js
ui.droppable.ext.js

i have to uncoment line 76 to work, i done this for 1.0 and now whith
1.5 i have to do the same  thing

i'm doing something wrong?

thanks

On 6 Feb, 22:10, "Paul Bakaus" <paul.bak...@googlemail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard D. Worth  
View profile
 More options Feb 14, 9:54 am
From: "Richard D. Worth" <rdwo...@gmail.com>
Date: Thu, 14 Feb 2008 09:54:04 -0500
Local: Thurs, Feb 14 2008 9:54 am
Subject: Re: [jquery-ui] Re: Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!

Perhaps you could put your html here:

http://paste.pocoo.org/

See if someone can reproduce it.

- Richard


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Min  
View profile
 More options Apr 7, 4:22 am
From: Min <min.yong.y...@gmail.com>
Date: Mon, 7 Apr 2008 01:22:34 -0700 (PDT)
Local: Mon, Apr 7 2008 4:22 am
Subject: Re: Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!
I have the same problem than enguillem & asbjornu. I have commented
the line in ui.draggable.js, and all seems to be running ok about
draggable, but i have the sortable problem yet. Do you know some
workaround?

What im doing with sortables is, to add or remove more items. When new
item added, i need to destroy sortables, and make them another time
sortables, because i need the new item dragged to be sortable too.
Some help

On 14 feb, 16:54, "Richard D. Worth" <rdwo...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Min  
View profile
 More options Apr 7, 4:48 am
From: Min <min.yong.y...@gmail.com>
Date: Mon, 7 Apr 2008 01:48:42 -0700 (PDT)
Local: Mon, Apr 7 2008 4:48 am
Subject: Re: Get it while it's hot: jQuery UI 1.5a and jQuery Enchant 1.0a!
Ok, sortables running, it was my fault, the sortable instance have
changed with new version of jquery, and i have not updated when
destroying...

All running, but there is something wrong on commenting that line in
draggable?

On 7 abr, 10:22, Min <min.yong.y...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google