Timeline
Jul 28, 2010:
- 9:17 PM Ticket #6846 (Cannot select tags with ids containing periods) closed by
- worksforme:
$("#some.id")
Matches an id of "some" with a class of "id", just … - 6:37 PM Ticket #6846 (Cannot select tags with ids containing periods) created by
- $('#some.id') will not match a tag with an id of "some.id" even though …
- 6:13 PM Ticket #6845 (unload garbage collection) created by
- ISSUE: Garbage cleanup is not assigned to an anonymous function. …
- 4:17 PM Ticket #6844 (Simple way for plugins to delay the ready event) created by
- Some plugins will need to load resources dynamically and …
- 4:08 PM Ticket #6843 (computed Style bug when filtering over text nodes) created by
- line 4697 (of jquery1.4.2) var computedStyle = …
- 1:25 PM Ticket #6842 (Expando Collision Possible With noConflict()) created by
- If a page has two copies of jQuery, the jQuery expando property can …
- 11:19 AM Changeset [6f031c1]1.12-stable2.2-stablekillphp by
- test/unit/attributes.js
- test/unit/core.js
- test/unit/effects.js
- test/unit/manipulation.js
- test/unit/selector.js
- 8:16 AM Ticket #6841 (IE<9 stylesheets with filter rules break when setting opacity) created by
- In Internet Explorer the css filter property is used for opacity …
- 6:55 AM Ticket #6840 (.append() from iframe to top document) created by
- Hi Executing .append() within an iframe to top document does not …
- 5:38 AM Ticket #6839 (Selector Multi Class) created by
- I have a object with two class like this. <a class="MyMainClass …
- 3:48 AM Ticket #6838 (:first selector behaves differently between IE8 and FF 3.6.8) created by
- I have the following html snippet: […] If I release the following …
Jul 27, 2010:
- 11:14 PM Ticket #6351 ($elm.append() not consistent with $().appendTo()) closed by
- invalid: Please reopen with a complete test case.
- 11:12 PM Ticket #5895 ($(s, ctx) fails for some selectors) closed by
- invalid: Please reopen with a complete test case (a complete file with html and …
- 11:08 PM Ticket #5772 ($() is jQuery but nut $(document) any more?) closed by
- fixed
- 11:07 PM Ticket #5271 ($()) closed by
- fixed: This was fixed in 1.4; $() no longer returns [ window ].
- 10:51 PM Ticket #2846 (FF2 infinite loop in jQuery animation onComplete) closed by
- wontfix: FF2 is no longer supported; if this bug still exists and someone has a …
- 10:45 PM Ticket #2295 (UI plugins should expose defaults) closed by
- invalid: Moved to UI bug tracker, I think.
- 10:23 PM Ticket #6830 (Malayalam Languauge integration in datepicker) closed by
- invalid: Please report jQuery UI bugs in the UI bug tracker: …
- 10:22 PM Ticket #6831 (Not able to make <p> tag transperent using opacity in css due to ...) closed by
- invalid: This isn't a bug report.
- 10:20 PM Ticket #6837 ($(selectElement).val() will return nothing after a form reset in IE) created by
- In Internet Explorer, calling val() on a select element (where type = …
- 10:14 PM Ticket #6834 ($.ajax doesn't uri encode a string input automatically) closed by
- invalid: Please reopen and attach a test case.
- 10:12 PM Ticket #6833 (.live() mapping to "mouseenter mouseleave" events in IE8 bug) closed by
- invalid: Please reopen and attach a complete test case file that fills in the …
- 6:51 PM Ticket #6836 (Array incorrectly dealt as object breaking functionality of clone ...) created by
- In line 4344 of the released 1.4.2 instead of for ( var handler in …
- 4:30 PM Ticket #6835 (.val() returns text on button elements with <= IE7) created by
- <script type="text/javascript"> $(document).ready(function(){ …
- 2:48 PM Ticket #6834 ($.ajax doesn't uri encode a string input automatically) created by
- when I pass "ab+cd" as input, it will become "ab cd" after deparam. …
- 2:24 PM Ticket #6833 (.live() mapping to "mouseenter mouseleave" events in IE8 bug) created by
- Attaching "hover" or "mouseenter mouseleave" to live() has …
- 1:45 PM Ticket #6832 (setData Bubbles) closed by
- fixed: Fixed …
- 1:45 PM Changeset [c4b4df4]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 1:45 PM Ticket #6832 (setData Bubbles) created by
- The setData event bubbles, this should not be the case (as getData …
- 6:50 AM Changeset [646fbea]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- 5:06 AM Ticket #6831 (Not able to make <p> tag transperent using opacity in css due to ...) created by
- I am trying to build tooltip on fly with dynamic contents in it. I …
- 2:16 AM Ticket #6830 (Malayalam Languauge integration in datepicker) created by
- Malayalam is the language of Kerala which is a state in India, known …
Jul 26, 2010:
- 11:39 PM Ticket #6829 (get failure with non standard domain/port) created by
- $.get('http://192.168.1.212:2222/some/folder/'), null, …
- 10:47 PM Ticket #6828 (IE8 reports: 'null' is null or not an object (caused by indexing null ...) closed by
- invalid: Please reopen with a test case demonstrating how this problem occurs.
- 6:26 PM Ticket #6828 (IE8 reports: 'null' is null or not an object (caused by indexing null ...) created by
- IE8 reports: 'null' is null or not an object On line 1919 of …
- 4:46 AM Ticket #6827 (Inconsistent behaviour in .text() on script elements) created by
- When the .text() function is called on a script element, IE8 returns …
- 3:39 AM Ticket #6826 ($('input[value=...]') doesn't work correctly in Firefox, Chrome, and Safari) created by
- Try the attached test code. Click one of three words in the first line …
Jul 25, 2010:
- 9:00 PM Ticket #3321 (Class selector broken in Safari 3.1.2) closed by
- fixed: This seems to work in jQuery 1.3.2 and Safari 5 on Windows so it was …
- 8:56 PM Ticket #3698 (Selector enhancement) closed by
- fixed: The word-match feature was added/fixed in 1.3. The RegExp feature is …
- 8:53 PM Ticket #3174 (selector bug) closed by
- fixed: The test case works properly with jQuery 1.3.2 on IE and Firefox.
- 8:46 PM Ticket #3167 (z.indexOf is not a function) closed by
- fixed: Test case does not throw an error with 1.3 or 1.4.
- 8:36 PM Ticket #2856 ([attr~=value] filter does not match CSS spec for the [attr~=value] selector) closed by
- fixed: This was implemented correctly in 1.3 with Sizzle.
- 8:31 PM Ticket #2847 (jQuery :first-child selector does not work in IE if comment precedes ...) closed by
- fixed: This appears to have been fixed in 1.3.
- 8:24 PM Ticket #2851 (filter and is should accept complex selectors) closed by
- fixed: Fixed in 1.3: http://docs.jquery.com/Release:jQuery_1.3#Features
- 8:21 PM Ticket #3194 (Possible optimization for the selector module) closed by
- invalid: This doesn't apply anymore since Sizzle was introduced.
- 4:34 PM Ticket #6810 (Interface for jquery slide show bug on zoom with web-kit browsers) closed by
- invalid: Interface isn't in core jQuery, I don't believe it's being supported …
- 4:32 PM Ticket #6805 (RegExp test inside jQuery.parseJSON returns false positives) closed by
- invalid: The goal of that RegExp is to ensure that no malicious/mutating code …
- 4:29 PM Ticket #6825 (Use Array.isArray for jQuery.isArray when available) created by
- Originally posted on the …
- 4:07 PM Ticket #6524 (ie8 and NaNpx value) closed by
- invalid: Since we're lacking a test case lets just say that this was fixed by …
- 1:10 PM Ticket #6816 (ActiveX issues with IE with restrictive security settings) closed by
- fixed: This was fixed in 1.4.
- 1:06 PM Ticket #6814 (Issue with the word "watch" -- childNodes is undefined) closed by
- invalid
- 12:29 PM Ticket #6817 (input:hidden filter does not work) closed by
- worksforme
- 12:22 PM Ticket #6818 (Floating an image (<img>) kills its :visible selector) closed by
- invalid: jQuery defines an element to be visible if the offsetWidth (css_width …
- 11:29 AM Ticket #6820 ($.ajax/$.getJSON fails (w/ error on line 4075) in IE8) closed by
- invalid: The correct cross-browser way to change the document's title is by …
- 11:21 AM Ticket #6821 (Error) closed by
- invalid: Please reopen with a minimal test case to show that it is an issue …
- 11:20 AM Ticket #6824 (Path of Background Image wrapped by " cause browsers fail to ...) closed by
- invalid
- 10:23 AM Ticket #6824 (Path of Background Image wrapped by " cause browsers fail to ...) created by
- I used a script to generate a bunch of <li> and insert them into my …
Jul 23, 2010:
- 11:35 AM Ticket #6823 (Make .val(value) faster for common use case) created by
- I've built a web application that creates a few hundered forms with …
- 11:28 AM Ticket #6822 (Selectors with Tab whitespace die in Firefox 3.0.x) created by
- Somehow, working with tabs in a parent > child selector works fine in …
- 11:25 AM Changeset [2084e01]1.12-stable2.2-stablekillphp by
- src/data.js
Jul 22, 2010:
- 9:28 PM Ticket #6819 (Creating DOM elements fails in IE when no closing tag) closed by
- duplicate: Dup of #6815
- 5:22 PM Ticket #6821 (Error) created by
- Hi, I'm using a tool called Fancybox my project is in ASP.NET, work …
- 3:52 PM Ticket #6808 (jQuery.fn.data on JavaScript objects adds the jQuery Expando, which ...) closed by
- fixed: Landed. …
- 3:52 PM Changeset [266facc]1.12-stable2.2-stablekillphp by
- src/data.js
- 3:52 PM Changeset [9faab0b]1.12-stable2.2-stablekillphp by
- src/data.js
- test/unit/data.js
- 3:08 PM Ticket #6815 (Dynamically inserting extra closing tag throws error in IE) closed by
- worksforme: That's why the docs say: > To ensure cross-platform compatibility, …
- 2:37 PM Ticket #6820 ($.ajax/$.getJSON fails (w/ error on line 4075) in IE8) created by
- Attached is an oversimplification of an application I'm writing to …
- 1:54 PM Ticket #6819 (Creating DOM elements fails in IE when no closing tag) created by
- In IE, creating DOM elements fails if there is no closing tag. This …
- 12:27 PM Ticket #6818 (Floating an image (<img>) kills its :visible selector) created by
- If we give an image float property in CSS like `#our-img { float: …
- 11:50 AM Ticket #6817 (input:hidden filter does not work) created by
- if I have the following html - <input type="hidden"/> <input …
- 11:29 AM Ticket #6816 (ActiveX issues with IE with restrictive security settings) created by
- 1.3.2 issue that affects IE with restrictive security settings. The …
- 10:09 AM Ticket #6815 (Dynamically inserting extra closing tag throws error in IE) created by
- I was loading (.load()) a PHP page containing row/cell html into a …
Jul 21, 2010:
- 5:41 PM Ticket #6814 (Issue with the word "watch" -- childNodes is undefined) created by
- In firefox, $('body').append('watch'); k.childNodes is undefined …
- 4:39 PM Ticket #6812 (build.xml not replacing Date in source properly) closed by
- fixed: Fixed in …
- 4:38 PM Ticket #6813 (Optimize git log date retrieval in Makefile) closed by
- fixed: This is fixed in …
- 10:47 AM Changeset [ef9fb80]1.12-stable2.2-stablekillphp by
- build.xml
- 10:47 AM Changeset [bb0f1a9]1.12-stable2.2-stablekillphp by
- build.xml
- 10:47 AM Changeset [6803bf1]1.12-stable2.2-stablekillphp by
- Makefile
- 10:47 AM Changeset [4ec1b74]1.12-stable2.2-stablekillphp by
- Makefile
- build.xml
- 8:24 AM Ticket #6813 (Optimize git log date retrieval in Makefile) created by
- Current Makefile grabs the last commit date using a long-winded …
- 8:21 AM Ticket #6812 (build.xml not replacing Date in source properly) created by
- ${date} macro isn't being declared in the build.xml file, so simply …
- 2:01 AM Ticket #6811 ($.ajax does not respect contentType if data is blank) created by
- Assume func is a valid function and service is an object such as: …
Note: See TracTimeline
for information about the timeline view.