Timeline
Nov 25, 2008:
- 6:37 PM Ticket #3650 (animate function - weird behaviour with IE6/7) created by
- Hi all, I'm working on a slideshow/carousel: …
- 6:32 PM Ticket #3642 (reliance on .innerHTML breaks jquery in Firefox 3 when used with XHTML) closed by
- invalid: Ok, thanks for the explanation. Will close it then.
- 2:16 PM Ticket #3195 ([validate] Error in Swedish localization) closed by
- fixed
- 6:50 AM Ticket #3629 (Panel not sliding out for Tabs) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:46 AM Ticket #3649 (Can't set tabindex using attr() in IE - patch supplied) created by
- IE only allows the tabindex to be set with the tabIndex property, so …
- 6:45 AM Ticket #3631 (ui.sortable.js: re Ticket #3402 - new ui.cancel() method) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:44 AM Ticket #3632 (appendTo failes on second call with two targets) closed by
- invalid: I doubt that more than one div would get a span. You're reinserting …
- 6:42 AM Ticket #3633 (nth-child unexpectedly counts a div as a child.) closed by
- invalid: Divs cannot be children of ol/ul's. Only li's. That's invalid HTML.
- 6:40 AM Ticket #3634 (Supporting Jalali Calendar (Hijiri Date)) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:32 AM Ticket #3638 (Improve toggleClass) closed by
- duplicate: Duplicate of #1681.
- 6:30 AM Ticket #3648 (clone(true) disabling other links on page.) created by
- Hi I tried cloning an <li> element using the clone(true) to clone the …
- 6:24 AM Ticket #3643 (Opening a Modal Dialog Box displays a horizontal scroll bar) closed by
- invalid: This belongs to the UI Bug Tracker.
- 6:24 AM Ticket #3644 (jQuery problem on Internet Explorer) closed by
- invalid: This is not the place for help requests, only to report bugs or …
- 6:18 AM Ticket #3647 (conflict with timepickr plugin and Array.prototype.remove()) closed by
- invalid: Bugs to this plugin are not handled on this Trac. Please contact the …
- 6:01 AM Ticket #3647 (conflict with timepickr plugin and Array.prototype.remove()) created by
- Using the timepickr plugin …
Nov 24, 2008:
- 10:44 PM Ticket #3646 (animate() with empty params object == nothing) created by
- Calling animate as such: myJQueryObject.animate({}, 2000); Freezes …
- 9:43 PM Ticket #3645 (Documentation Error) created by
- Events/hover documentation page Second example causes error should …
- 12:58 PM Ticket #3644 (jQuery problem on Internet Explorer) created by
- hi, ive been working in a site, but is not working with internet …
- 12:13 PM Ticket #3643 (Opening a Modal Dialog Box displays a horizontal scroll bar) created by
- I am using IE browser 7 and the page i have only contains a horizontal …
- 10:43 AM Ticket #3642 (reliance on .innerHTML breaks jquery in Firefox 3 when used with XHTML) created by
- Details on this behavior can be found on the web, for example at …
- 5:23 AM Ticket #3641 (Merge function does not work correctly with 0/false values with same ...) created by
- Premature merge process finalization is occurred when 0/false values …
- 4:54 AM Ticket #3640 ([tooltip] Tooltips are removed when used together with [treeview] Ajax) created by
- I'm using Plugin Async Treeview and try to add a Tooltip on async …
Nov 23, 2008:
- 11:01 PM Ticket #3639 (empty value when clone file input field in IE) created by
- It works well in other browsers, except IE. …
- 12:37 PM Ticket #3638 (Improve toggleClass) created by
- toggleClass: function( classNames, set ) { if (set === undefined) set …
- 12:00 PM Ticket #3637 (Local scripts loaded using getScript isn't available (directly) in ...) created by
- Local scripts loaded using getScript isn't available (directly) in …
- 3:07 AM Ticket #3636 ($(document).ready() doesn't wait for CSS to load in Chrome) created by
- This may be the same bug as Ticket #3388 - when using the Google …
Nov 22, 2008:
- 2:25 PM Ticket #3635 ([validate] Improved credit card validation) created by
- This allows credit card types (Visa, MasterCard, etc) to be included …
- 1:13 AM Ticket #3634 (Supporting Jalali Calendar (Hijiri Date)) created by
- i also provided a code to support Jalali Calendar by datepicker but i …
Nov 21, 2008:
- 11:56 AM Ticket #3633 (nth-child unexpectedly counts a div as a child.) created by
- When counting the childrenof an ol/ul the nth-child selector will …
- 10:43 AM Ticket #3632 (appendTo failes on second call with two targets) created by
- Originally written here: …
- 9:54 AM Ticket #3631 (ui.sortable.js: re Ticket #3402 - new ui.cancel() method) created by
- Line 838: if(this.options.helper != "original") this.helper.remove(); …
Nov 20, 2008:
- 9:42 PM Ticket #3630 (Selectors don't support low Unicode characters (eñe)) created by
- Unicode support in selectors is flawed and does not allow usage of …
- 11:41 AM Ticket #3629 (Panel not sliding out for Tabs) created by
- The code for UI Tabs was updated to allow new way of handling effects. …
- 10:55 AM Ticket #3628 (Module lifecycle doesn't support asynchronous methods (+opera.postError)) created by
- Hi, the following test, will not work with the current version of …
- 9:05 AM Ticket #3627 (UI Sortable bug) closed by
- invalid: Repost this to the UI Bug Tracker.
- 4:27 AM Ticket #3627 (UI Sortable bug) created by
- on the 2nd demo (float...) at …
- 3:27 AM Ticket #3587 (animate({height: 0}) causes incorrect height after animation is completed) closed by
- duplicate
- 3:20 AM Ticket #3595 (each() doesn't work properly in IE) closed by
- invalid: Closed at request of author.
Nov 19, 2008:
- 10:24 PM Ticket #3626 (Jquery assumes that options.easing is either valid or evaluates to ...) created by
- At the line: this.pos = jQuery.easing[this.options.easing || …
- 5:44 PM Ticket #3625 (Focus is disable with disableTextSelect() for input in Safari and Chrome) closed by
- invalid: What is disableTextSelect, a plugin ? Post this to the plugin owner, …
- 5:33 PM Ticket #3621 (Plus Sign in Element ID, Element Reference Issue) closed by
- invalid: Ok... it's basically all those character that have a special meaning …
- 3:28 PM Ticket #2175 (Ajax POST does not work) reopened by
- Using jQuery to access a JSP page sending two parameters as a JSON …
- 11:47 AM Ticket #3625 (Focus is disable with disableTextSelect() for input in Safari and Chrome) created by
- Ex : $("input#email").disableTextSelect(); The field 'email' have no …
- 8:20 AM Ticket #3624 (Opacity on IE7) created by
- * Line: 1106 * elem.filter = (elem.filter …
- 7:46 AM Ticket #2315 (Option to prevent JavaScript processing via Ajax) reopened by
- Usecase for this: You are loading a page via ajax that has content …
- 1:45 AM Ticket #3623 (ajaxSettings.xhr breaks if IE activex disabled) created by
- Ajax does not work on IE7 ActiveX are disabled. Following is the XHR …
Nov 18, 2008:
- 7:41 PM Ticket #3622 (Bug with CSS Selector E[foo] on Option elements) created by
- HTML: <select id="theSelect"> <option>Select a color</option> …
- 12:13 PM Ticket #3621 (Plus Sign in Element ID, Element Reference Issue) created by
- If an element has a plus sign (+) in it's ID, $('#..') does not return …
- 11:53 AM Ticket #3620 (datePicker calcualting dates incorrectly) closed by
- duplicate: Duplicate
- 9:41 AM Ticket #3620 (datePicker calcualting dates incorrectly) created by
- The November dates in the datepicker() are calculating incorrectly - …
- 1:00 AM Changeset [d1f0899]1.12-stable2.2-stablekillphp by
- src/fx.js
Note: See TracTimeline
for information about the timeline view.