r2459 - Removed widget-factory branch.
Author: scott.gonzalez Date: Wed Apr 15 19:14:16 2009 New Revision: 2459 Removed: branches/dev/widget-factory/ Log: Removed widget-factory branch.
Widget auto-getters ready for commit
The changes to $.widget that allow auto-detection of getters is ready to be committed to trunk. This change removes the getter property from $.ui.pluginName. The widget factory now detects if a plugin's method is chainable by looking at the return value - if the return value is the plugin instance then the method is chainable. This allows us to have methods act as both getters and setters. I'd like to get this committed prior to the sprint this weekend, so I'd appreciate if anyone interested could
r2458 - Progressbar: Modified value method to act as both a getter and setter. Fixed #4427 - pro...
Author: scott.gonzalez Date: Wed Apr 15 18:57:56 2009 New Revision: 2458 Modified: trunk/tests/unit/progressbar/progressbar_methods.js trunk/ui/ui.progressbar.js Log: Progressbar: Modified value method to act as both a getter and setter. Fixed #4427 - progressbar('value') returns a reference to this instead of the value. Modified: trunk/tests/unit/progressbar/progressbar_methods.js ============================================================================== --- trunk/tests/unit/progressbar/progressbar_methods.js (original)
r2457 - added aria- show/hide helper method
Author: a.farkas.pm Date: Wed Apr 15 14:23:45 2009 New Revision: 2457 Modified: branches/experimental/a11y/ui.a11y.ext.js Log: added aria- show/hide helper method Modified: branches/experimental/a11y/ui.a11y.ext.js ============================================================================== --- branches/experimental/a11y/ui.a11y.ext.js (original) +++ branches/experimental/a11y/ui.a11y.ext.js Wed Apr 15 14:23:45 2009 @@ -135,28 +135,21 @@ return test; })(); - /* - *
r2456 - Fixes a bug whereby String[i] was returning undefined in IE6/7.
Author: powella Date: Wed Apr 15 14:08:57 2009 New Revision: 2456 Modified: branches/dev/mask/ui/ui.mask.js Log: Fixes a bug whereby String[i] was returning undefined in IE6/7. Modified: branches/dev/mask/ui/ui.mask.js ============================================================================== --- branches/dev/mask/ui/ui.mask.js (original) +++ branches/dev/mask/ui/ui.mask.js Wed Apr 15 14:08:57 2009 @@ -143,6 +143,7 @@ focusText = input.val(); function keydownEvent(e)
r2455 - added activedescendant-helper and em-change-event
Author: a.farkas.pm Date: Wed Apr 15 06:21:47 2009 New Revision: 2455 Modified: branches/experimental/a11y/ui.a11y.ext.js Log: added activedescendant-helper and em-change-event Modified: branches/experimental/a11y/ui.a11y.ext.js ============================================================================== --- branches/experimental/a11y/ui.a11y.ext.js (original) +++ branches/experimental/a11y/ui.a11y.ext.js Wed Apr 15 06:21:47 2009 @@ -79,6 +79,85 @@ }); /* + * EM-Change +
r2454 - animateClass restores the original class-attribute, after calculating the animateStyles
Author: a.farkas.pm Date: Wed Apr 15 04:02:19 2009 New Revision: 2454 Modified: branches/dev/effects/ui/effects.core.js Log: animateClass restores the original class-attribute, after calculating the animateStyles Modified: branches/dev/effects/ui/effects.core.js ============================================================================== --- branches/dev/effects/ui/effects.core.js (original) +++ branches/dev/effects/ui/effects.core.js Wed Apr 15 04:02:19 2009 @@ -210,7 +210,7 @@ }
r2453 - Merged in widget-factory branch and added tests. Fixes #4411 - Widget factory should aut...
Author: scott.gonzalez Date: Tue Apr 14 19:33:28 2009 New Revision: 2453 Modified: trunk/tests/unit/accordion/accordion_methods.js trunk/tests/unit/dialog/dialog_methods.js trunk/tests/unit/draggable/draggable_methods.js trunk/tests/unit/droppable/droppable_methods.js trunk/tests/unit/progressbar/progressbar_methods.js trunk/tests/unit/resizable/resizable_methods.js trunk/tests/unit/selectable/selectable_methods.js trunk/tests/unit/slider/slider_methods.js trunk/tests/unit/sortable/sortable_methods.js
IE error when animating class (addClass/removeClass with speed)
<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi folks,<div> </div><div>I just ran across a strange error when using addClass('foo', 1200) in IE: when the class includes a declaration for the color property (e.g. color: #009900;), it throws an error.</div><div> </div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 8.5px/normal 'Courier New'; "><span style="color: #009999">Line</span>:
r2452 - Merged trunk r2398:2451.
Author: scott.gonzalez Date: Tue Apr 14 17:19:43 2009 New Revision: 2452 Added: branches/dev/widget-factory/demos/dialog/animated.html (contents, props changed) - copied, changed from r2451, /trunk/demos/dialog/animated.html branches/dev/widget-factory/tests/visual/slider/slider_method_disable.html (contents, props changed) - copied, changed from r2451, /trunk/tests/visual/slider/slider_method_disable.html branches/dev/widget-factory/ui/i18n/ui.datepicker-et.js - copied unchanged from r2451, /trunk/ui/i18n/ui.datepicker-et.js
How to drag a div after it has been dropped on a droppable div
I tried to search the forum for the answer to this question, but I must not be using the right key words I am working on an exercise for a class where we are creating a kind of spelling game. The user is presented with a div containing 26 divs which each have a letter of the alphabet in them. They are expected to drag the letter divs onto a droppable div (with the id of "word") to spell out the name for a picture displayed on the screen (a cat, for instance). My problem is that once the "letter"
r2451 - Datepicker: Fixed #4462 - Estonian localization
Author: kbwood.au Date: Tue Apr 14 05:58:53 2009 New Revision: 2451 Added: trunk/ui/i18n/ui.datepicker-et.js Modified: trunk/demos/datepicker/localization.html trunk/demos/index.html Log: Datepicker: Fixed #4462 - Estonian localization Modified: trunk/demos/datepicker/localization.html ============================================================================== --- trunk/demos/datepicker/localization.html (original) +++ trunk/demos/datepicker/localization.html Tue Apr 14 05:58:53 2009 @@
Ticket #4334
I can't reopen this as I get permission denied. The demo just highlights the fact that resizables is broken. This should be reopened and fixed for 1.6.
r2450 - eol-style and mime-type
Author: rdworth Date: Mon Apr 13 05:34:16 2009 New Revision: 2450 Modified: branches/1.6/demos/real-world/image-cropper/image-cropper.css (contents, props changed) branches/1.6/demos/real-world/image-cropper/image-cropper.js (contents, props changed) Log: eol-style and mime-type Modified: branches/1.6/demos/real-world/image-cropper/image-cropper.css ============================================================================== --- branches/1.6/demos/real-world/image-cropper/image-cropper.css (original)
General slowness of loading of the themes might be due to @import
Hey everyone, might be worth investigating: <a href="http://ajaxian.com/archives/souders-dont-use-import">http://ajaxian.com/archives/souders-dont-use-import</a> I don't know about your experience, but loading up themeroller or the index.html in the generated zip always froze my browser (FF3!) for a couple seconds. Maybe that's the key? Cheers, Paul<br clear="all"> -- Paul Bakaus UI Architect -- <a href="http://paulbakaus.com">http://paulbakaus.com</a> <a href="http://www.linkedin.com/in/paulbakaus">http://www.linkedin.com/in/paulbakaus</a>
Having problems when adding an element to sortable.
Hello, I'm attempting to dynamically add li elements to a ul tag, then use the sortable's 'refresh' functionality. The problem is that when a new li element is added, I attempt to sort it by mouse-dragging, but it is not respecting the forcePlaceHolderSize. There is no space given for the new tab when dragging like the other pre-existing elements. Also, when I have revert set to true, it throws the same new li element up into the top left corner of the page after releasing the mouse button to place
r2449 - Fix for 4427. Per Scott G; Widgets cannot presently have getters and setters with the sam...
Author: powella Date: Sun Apr 12 15:05:53 2009 New Revision: 2449 Modified: trunk/ui/ui.progressbar.js Log: Fix for 4427. Per Scott G; Widgets cannot presently have getters and setters with the same name. Scott's changes to the widget factory enable this and will be merged soon. Modified: trunk/ui/ui.progressbar.js ============================================================================== --- trunk/ui/ui.progressbar.js (original) +++ trunk/ui/ui.progressbar.js Sun Apr 12 15:05:53 2009 @@
Ticket #3500 Progressbar callback at the end
Hey all, Per a conversation with Scott, I'm opening up a conversation about the enhancement requested in this ticket; http://dev.jqueryui.com/ticket/3500 I've attached a very small patch file to the ticket which demonstrates a very simple, quick fix for this, along the same lines as the 'change' event trigger. What are everyone's thoughts about adding an event for 'end' or 'completed' - when the progress bar has reached the max value, and also on a trigger for a reverse use or 'count down' use of
r2448 - Image Cropper Demo: Improvements, making the demo more usable - partial fix for #4334. T...
Author: scott.gonzalez Date: Sun Apr 12 14:46:45 2009 New Revision: 2448 Added: branches/1.6/demos/real-world/image-cropper/image-cropper.css branches/1.6/demos/real-world/image-cropper/image-cropper.js Modified: branches/1.6/demos/real-world/image-cropper/index.html Log: Image Cropper Demo: Improvements, making the demo more usable - partial fix for #4334. Thanks to Andrew Powell for the patch. Added: branches/1.6/demos/real-world/image-cropper/image-cropper.css ==============================================================================
CSS Framework validation: Comment from the jQuery Accessibility Board
I posted a pretty lengthy answer regarding our use of vendor-specific and forward-looking CSS in the framework. Should these points be posted somewhere in docs? Anyone want to add anything? http://groups.google.com/group/jquery-a11y/browse_thread/thread/136e3a1aa0c5c75f
Print CSS needed for site
Hi all - I just created a ticket because the UI site looks pretty bad when printed now. All CSS files reference media="screen" instead of "all" and we don't have any print optimized stylesheets in play. http://dev.jqueryui.com/ticket/4448 Looking for input on whether the print CSS should print all the docs tab and spindown content out in a flat page -- seems like a good idea for a docs page, but wondering if that would agitate some users. This is something Filament Group could probably do in a few
Transfer Effect Demo
Hey All, The Transfer Effect Demo is tossing a script error; Firefox 3.0.7 http://jqueryui.com/docs/toggle/# "this[0].ownerDocument is null" stemming from runEffect() @ line 262 Would have posted a ticket, but I'm burried at the moment. If someone could facilitate that, it would be much appreciated. Thanks, Andrew
Request: jQuery UI DatePicker Support in Adobe AIR
My name is Rob Christensen and I'm a product manager on Adobe AIR. We've been hearing reports from some jQuery UI developers that the DatePicker does not work in Adobe AIR. There is a bug on this already and there are quite a few tweets about this as well: http://dev.jqueryui.com/ticket/3945 Even though AIR includes WebKit, the issue exists due to AIR's more restrictive security model (useful for desktop applications but less useful for the browser since the browser has a different security contract
Jquery dialog crash in IE
Hi, I am using jquery dialog to display messages. As i have to show this confirmation messages depending upon my server side code. for e. g if record inserted successfully i ues Page.ClientScript.RegisterStartupScript() method. It works fine in mozilla firefox but while browsing same page in IE it shows me error saying that "Internet Explorer Cannot Open the Page". Here is my server side code protected void Button1_Click(object sender, EventArgs e) { Page.ClientScript.RegisterStartupScript(this.GetType(),
DatePicker - nothing happens
Forgive me if this is obvious, but I'm new to JQuery. The datepicker is not popping up. I'm wondering if I haven't got the correct included .js files but I find that the documentation on this is confusing. Do I need a core UI js file too? Page is below: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="JQuery5.aspx.vb" Inherits="JQuery5" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
r2447 - Datepicker: Fixed #4348 - Datepicker positioned outside body when scrollbar enabled
Author: kbwood.au Date: Fri Apr 10 03:09:03 2009 New Revision: 2447 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Fixed #4348 - Datepicker positioned outside body when scrollbar enabled Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Apr 10 03:09:03 2009 @@ -250,8 +250,8 @@ this._pos = (pos ? (pos.length ? pos : [pos.pageX, pos.pageY])
r2446 - Datepicker: Apply min/max settings on setDate
Author: kbwood.au Date: Fri Apr 10 01:22:47 2009 New Revision: 2446 Modified: trunk/tests/unit/datepicker/datepicker_options.js Log: Datepicker: Apply min/max settings on setDate Modified: trunk/tests/unit/datepicker/datepicker_options.js ============================================================================== --- trunk/tests/unit/datepicker/datepicker_options.js (original) +++ trunk/tests/unit/datepicker/datepicker_options.js Fri Apr 10 01:22:47 2009 @@ -335,6 +335,22 @@ simulate('keydown',
r2445 - Datepicker: Restored keystrokes for yearly movements
Author: kbwood.au Date: Fri Apr 10 01:20:11 2009 New Revision: 2445 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Restored keystrokes for yearly movements Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Apr 10 01:20:11 2009 @@ -95,6 +95,7 @@ numberOfMonths: 1, // Number of months to show at a time showCurrentAtPos: 0, // The position
r2444 - Datepicker: Removed more remnants of range select functionality
Author: kbwood.au Date: Fri Apr 10 01:05:51 2009 New Revision: 2444 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Removed more remnants of range select functionality Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Apr 10 01:05:51 2009 @@ -1250,7 +1250,7 @@ var isMultiMonth = (numMonths[0] != 1 || numMonths[1] != 1); var currentDate
r2443 - Datepicker: Apply min/max settings on setDate
Author: kbwood.au Date: Fri Apr 10 01:04:57 2009 New Revision: 2443 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Apply min/max settings on setDate Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Apr 10 01:04:57 2009 @@ -1148,12 +1148,8 @@ /* Retrieve the default date shown on opening. */ _getDefaultDate: function(inst) { - var date
r2441 - Datepicker: fixed #4085 - Can not display year and month correctly in Japanese
Author: kbwood.au Date: Fri Apr 10 00:55:52 2009 New Revision: 2441 Modified: trunk/demos/datepicker/localization.html Log: Datepicker: fixed #4085 - Can not display year and month correctly in Japanese Modified: trunk/demos/datepicker/localization.html ============================================================================== --- trunk/demos/datepicker/localization.html (original) +++ trunk/demos/datepicker/localization.html Fri Apr 10 00:55:52 2009 @@ -50,11 +50,10 @@ <link type="text/css"
r2442 - Datepicker: Fixed #4054 - Datepicker overlay problem in IE6
Author: kbwood.au Date: Fri Apr 10 00:57:26 2009 New Revision: 2442 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Fixed #4054 - Datepicker overlay problem in IE6 Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Apr 10 00:57:26 2009 @@ -550,9 +550,10 @@ var duration = $.datepicker._get(inst, 'duration'); var postProcess =
r2440 - Datepicker: Removed remnants of yearly steps
Author: kbwood.au Date: Fri Apr 10 00:46:35 2009 New Revision: 2440 Modified: trunk/ui/ui.datepicker.js Log: Datepicker: Removed remnants of yearly steps Modified: trunk/ui/ui.datepicker.js ============================================================================== --- trunk/ui/ui.datepicker.js (original) +++ trunk/ui/ui.datepicker.js Fri Apr 10 00:46:35 2009 @@ -95,7 +95,6 @@ numberOfMonths: 1, // Number of months to show at a time showCurrentAtPos: 0, // The position in
Theme CSS and hover
Is there a reason why the hover pseudo event is not used in the CSS and the widgets have to apply JavaScript to the elements for hover? Seems like a CSS solution is more logical than having to apply a mouseover event to all of the links on the page which in turn increases the length of time for the widget creation. Regards, Eric Pascarello
Editable Plugin
Hey, I've been working on a jQuery UI plugin for inline editing, ala Flickr renaming, etc. I've just put up a few quick demos up at http://stuartloxton.com/demos/uiEdit/, any opinions? Would this be something people would want to have in jQuery UI. Regards, Stuart.
Discover New Opportunities at Nokia Summit
During the Nokia Developer Summit to be held in Monaco on 28th and 29th April, 2009, you will be able to: • Learn about business opportunities through the new Ovi Store • Discover how to pre-load your application on millions of Nokia devices • Get the latest technical information about Nokia technologies and development platforms, including: Ovi, Flash Lite, Web Runtime, Qt, maemo, and touch-screen interfaces • Find opportunities to partner effectively with Nokia, as well as opportunities
Accordion CSS
Can someone take a look at this proposed change: <a href="http://dev.jqueryui.com/ticket/4319">http://dev.jqueryui.com/ticket/4319</a>
daterangepicker question
hello... i have been able to implement much of the daterangepicker and the more i use jQuery and jQuery UI the more I becoming an addict. However, I am still a feeble noob. I will be happy to post my code, however not sure what tags to use to do that (can't find anything in the help section of google for groups sorry...) what i'm trying to do is create an auto date range system... both calendars appear and yes they will change the date when the dates are selected, however, I want to automatically
Problem with Top Navigational Menu using JQuery
Hello, I am a newbie with JQuery and I wanted to create a top navigational menu using JQuery. But after the menu was created.. I noticed that the menu items are displayed under the form objects i.e. drop down list. Attach is an image of the said problem. Anyone experienced this with JQuery Menus? any known fixes for this? Image: http://i605.photobucket.com/albums/tt139/borgymanotoy/JQuery-HoverProblems.jpg hope somebody can share the solution for this ^_^ Thank you and Godbless
animateClass in dev-branch: Names for the new options and code review
Hello, the animateClass Plugin is quite final now. The only things to do is naming, documentation of the new features and a little code review by a third UI developer. I introduced the following new options: 'clearInlineStyles' [boolean: false]: this option ensures, that currently bound inline-styles won´t override any (animation) styles defined in an external stylesheet. (technically: all inline styles will be deleted before the newStyle-object is collected.) 'animateChilds': allows you to reference
Next Page