Timeline
08/10/10:
- 22:21 Ticket #6895 (FadeIn of TDs in IE8 does not work as expected) created by
- Quick Summary: In Internet Explorer 8, fadeIn of all TDs within a TR only …
- 21:47 Ticket #4483 (animate() on td doesn't work on IE8) reopened by
- I have just tested this exact repro on IE8 using jquery 1.4.2 minified, …
- 14:20 Ticket #6894 (Can not select first nested form.) created by
- I realize that nesting forms in HTML is incorrect but also know that a lot …
- 10:42 Ticket #6893 (not work in IE 8.0) created by
- ebpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; …
- 00:05 Ticket #5809 (Content type on http://api.jquery.com/api/ is not application/xml) closed by
- fixed: It's now text/xml and displays as a tree in Firefox.
08/09/10:
- 23:43 Ticket #6888 (Opera UI bugs) closed by
- invalid: This is not a jQuery core bug. Ask about jQuery UI on the forum, and file …
- 23:42 Ticket #6887 (Datapicker position issus in fireforx) closed by
- invalid: This is not a jQuery core bug. If this is UI Datepicker, ask about it on …
- 23:40 Ticket #6892 (Firefox 3.6.8) closed by
- invalid: Ask on the forum.
- 23:07 Ticket #6892 (Firefox 3.6.8) created by
- i had update firefox to 3.6.8 version and now don't accept jquery …
- 21:34 Ticket #6891 (Dynamic select box (size 5) does not refresh for single value until mouse ...) created by
- I am using the below ajax code to populate a select tag. The code works …
- 19:34 Ticket #6890 (jQuery.data() does not work on XML in IE) created by
- It looks like the ActiveX object that IE uses for XML does not allow the …
- 16:50 Ticket #6889 (the second parameter of toggleClass() should be allowed to be non-boolean) created by
- var modif = $('#x').hasClass('xModif') OR $('#y').find('.yModif').length; …
- 16:49 Ticket #6888 (Opera UI bugs) created by
- 1) Tabs http://jqueryui.com/demos/tabs/#sortable Just move third tab …
- 09:59 Ticket #6887 (Datapicker position issus in fireforx) created by
- Using my html code, the Datapicker can't be located in right position. But …
- 02:21 Ticket #6603 (Ugly patch to make jQuery not crash with Greasemonkey due to sandbox ...) closed by
- duplicate: Dup of #5833.
- 02:20 Ticket #6521 ($.inArray(1, undefined); throws an error in IE8) closed by
- invalid: That's because undefined is not an array. …
- 02:15 Ticket #4839 (jQuery.support: HTML 5 checks) closed by
- duplicate: Closed in favor of #6695 which has a proposed implementation.
- 02:13 Ticket #6450 (Not enough storage is available to complete this operation) closed by
- invalid: I've just finished a project where I encountered what I think is the …
- 02:06 Ticket #6402 (Visual studio vsdocs for jquery 1.4.2) closed by
- worksforme: That's Microsoft's task, it looks like they haven't been keeping up. …
- 02:03 Ticket #6218 (jQuery.browser claims MSIE 8.0 to be MSIE 6.0 in certain browsers) closed by
- fixed: This was fixed in 1.4.
- 01:53 Ticket #4995 (Detect HTML 5 Abilities) closed by
- duplicate: Dup of #4839.
- 01:42 Ticket #4843 (Broken Internet Explorer's with Mutilated User Agents Fix) closed by
- fixed: This was fixed in 1.4.
- 01:22 Ticket #6461 (Difference in $.each() between 1.3.2 and 1.4.2) closed by
- worksforme: It's not jQuery, it's Javascript. $.each uses the …
- 01:05 Ticket #6839 (Selector Multi Class) closed by
- worksforme: Please reopen with a complete test case including html and script.
- 01:02 Ticket #6849 (Link spamming in the documentation) closed by
- worksforme: I don't see any problematic links when I view the source. You might want …
- 01:00 Ticket #6852 (Floating divs are conflicting with hide(), Show()) closed by
- invalid
08/08/10:
- 23:45 Ticket #6886 (css) closed by
- invalid: The link generates a 403 forbidden. Please attach a simple test case, or …
- 22:21 Ticket #6886 (css) created by
- I tried using 'css' to set background image. It works if I use a normal …
- 15:43 Ticket #6885 ($.each to throw error when iterating object is invalid) created by
- In many cases we write $.each(arrayObject, function(){ ... }); When we …
08/07/10:
- 08:17 Ticket #6884 (XML introspection confused when SVG embedded in <script> tag) created by
- Using attr(map) to set attributes on embedded SVG elements triggers an …
- 03:33 Ticket #6855 (IE in Win7 problem with S.ajax) closed by
- invalid: This looks like a typo: […] should be […] If there is still a …
- 03:22 Ticket #6882 (BUG in IE) closed by
- invalid: jQuery.parseJSON() takes a string and parses it. You're trying to pass in …
- 03:16 Ticket #6881 (Some valid selectors throw a syntax error when passed to jQuery.fn.is()) closed by
- invalid: Neither :focus nor :hover are supported selectors in jQuery. …
- 03:14 Ticket #6883 (.addClass problem with '-'in class names) closed by
- worksforme: $(".test-me").text() showed "test" with this html: […] Please attach …
08/06/10:
- 19:30 Ticket #6883 (.addClass problem with '-'in class names) created by
- When the class name sent by parameter includes the '-' character, the …
- 15:18 Ticket #6882 (BUG in IE) created by
- Only in IE I just tested it with IE8 so far but probaly the error is there …
- 14:42 Ticket #6881 (Some valid selectors throw a syntax error when passed to jQuery.fn.is()) created by
- var input; input = $('input').eq(0); try { input.is(':focus'); } …
- 03:54 Ticket #6880 (Add compatibility to be able to 'trigger' mouseleave/mouseenter special ...) created by
- trigger('mouseenter') and trigger('mouseleave') properly triggers events …
- 00:39 Ticket #6878 (html() has weird behavior for divs nested inside anchors in FireFox) closed by
- invalid: <a> is an inline element. <div> is a block element. A document with a …
- 00:01 Ticket #6875 (Selector and unexpected behavior) closed by
- invalid: It looks like the thread is still going on, and the "test case" is too …
08/05/10:
- 22:54 Ticket #6879 (Add custom comparator to inArray) created by
- As an enhancement, add a third parameter to inArray that is a callback …
- 19:01 Ticket #6878 (html() has weird behavior for divs nested inside anchors in FireFox) created by
- When I use the .html() method to set the inner html of a div which is …
- 18:32 Ticket #6877 (Change event not firing on select box on keypress) created by
- Test the attached code on ie8 by pressing the down key on the keyboard …
- 17:41 Ticket #6875 (Selector and unexpected behavior) reopened by
- It has been. …
- 17:31 Ticket #6876 (Newline in form data should be encoded as CRLF pair) created by
- See this post: …
- 17:26 Ticket #6875 (Selector and unexpected behavior) closed by
- invalid: Please debug this on the forum and open a more specific bug, thanks.
- 17:13 Ticket #6875 (Selector and unexpected behavior) created by
- The problem, when using a nested group of input elements which get created …
- 00:14 Ticket #6870 (j query window error bug) closed by
- invalid: A good bug report should have a clear explanation and a test case.
- 00:12 Ticket #6871 (Sending FormData with file fields set wrong content-type header) closed by
- worksforme: There is a way to override it. You can pass {{{contentType: …
- 00:07 Ticket #6872 (selector, variable assignment, replace and value of replaced variable) closed by
- invalid: > I am not sure if this can be considered a bug or not, If you determine …
08/04/10:
- 23:33 Ticket #6874 (ajax contentType application/json -> data object2json automatically) created by
- As I said, in 2010 we have json rest services. set up json …
- 21:58 Ticket #6873 (Incorrect cross-site XHR detecting) created by
- Following code may work incorrect for default (80) http port: var parts = …
- 17:41 Ticket #6872 (selector, variable assignment, replace and value of replaced variable) created by
- I am not sure if this can be considered a bug or not, maybe just …
- 16:19 Ticket #6871 (Sending FormData with file fields set wrong content-type header) created by
- Sending FormData with file fields shuld result in content-type …
- 10:39 Ticket #6870 (j query window error bug) created by
- line 16 error with j query minimum js and jsand please fix. not liking the …
- 08:07 Ticket #6869 (.one() method throws error with plain Javascript object) created by
- With jQuery JavaScript Library v1.4.2 of Sat Feb 13 22:33:48 2010 -0500 on …
- 04:22 Ticket #6868 ($.trim very expensive on long strings) created by
- I ran $.trim on a ~17kB string, and it caused my browser to ask me if I …
- 03:59 Ticket #6867 (jQuery.fn.add adds incorrect elements when given select or form DOM nodes) created by
- Some DOM elements have a length property -- e.g., select box elements and …
- 02:36 Ticket #6497 (.first() and .last() methods do not work if .children() returns only 1 ...) closed by
- worksforme: I tried to create a test case from your verbal description and it seems to …
- 01:10 Ticket #6859 (visible and hidden filters ignore visibility style) closed by
- worksforme: As documented, :visible and :hidden only take the css display property …
- 01:07 Ticket #6860 (Documentation for event.originalTarget) closed by
- invalid: Despite the property being added in #2814, event.originalTarget isn't a …
- 00:54 Ticket #6862 (With selector select the <div> can't get me want) closed by
- invalid
- 00:44 Ticket #6864 (Failed CORS requests report status success due to xhr.status === 0) closed by
- invalid: Can you reopen with a test case and some further discussion? Is this on …
- 00:38 Ticket #6865 (Firefox - infinite loop: 'elem.ownerDocument.defaultView' is null) closed by
- invalid: Please reopen with a test case. It sounds like the plugins may be passing …
- 00:35 Ticket #6854 (IE in Win7 problem with S.ajax) closed by
- duplicate: Dup of #6855.
08/03/10:
- 19:43 Ticket #6866 (Feature request for removeCSS) created by
- function to remove Css instead of having to do .css({'background': }); …
- 17:32 Ticket #6865 (Firefox - infinite loop: 'elem.ownerDocument.defaultView' is null) created by
- Some plugins (eg. PrettyPhoto) cause an infinite loop of errors in Firefox …
- 15:58 Ticket #6864 (Failed CORS requests report status success due to xhr.status === 0) created by
- CORS requests in Gecko/Webkit that fail (due to absent header on the …
- 14:15 Ticket #6863 (faster getText) created by
- var getText = function (elem) { var text = []; for (var node = …
- 06:13 Ticket #6862 (With selector select the <div> can't get me want) created by
- the script code $(document).ready(function() { …
- 01:40 Ticket #6860 (Documentation for event.originalTarget) created by
- I recently came across a use case for event.originalTarget, and it would …
Note: See TracTimeline
for information about the timeline view.
