Timeline
Aug 7, 2010:
- 4:17 AM 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 …
Aug 6, 2010:
- 11:33 PM Ticket #6855 (IE in Win7 problem with S.ajax) closed by
- invalid: This looks like a typo: […] should be […] If there is still a …
- 11:22 PM Ticket #6882 (BUG in IE) closed by
- invalid: jQuery.parseJSON() takes a string and parses it. You're trying to pass …
- 11:16 PM 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 … - 11:14 PM Ticket #6883 (.addClass problem with '-'in class names) closed by
- worksforme: $(".test-me").text() showed "test" with this html: […] Please …
- 3:30 PM Ticket #6883 (.addClass problem with '-'in class names) created by
- When the class name sent by parameter includes the '-' character, the …
- 11:18 AM Ticket #6882 (BUG in IE) created by
- Only in IE I just tested it with IE8 so far but probaly the error is …
- 10:42 AM 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'); } …
Aug 5, 2010:
- 11:54 PM Ticket #6880 (Add compatibility to be able to 'trigger' mouseleave/mouseenter ...) created by
- trigger('mouseenter') and trigger('mouseleave') properly triggers …
- 8:39 PM 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 …
- 8:01 PM Ticket #6875 (Selector and unexpected behavior) closed by
- invalid: It looks like the thread is still going on, and the "test case" is too …
- 6:54 PM Ticket #6879 (Add custom comparator to inArray) created by
- As an enhancement, add a third parameter to inArray that is a callback …
- 3:01 PM 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 …
- 2:32 PM 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 …
- 1:41 PM Ticket #6875 (Selector and unexpected behavior) reopened by
- It has been. …
- 1:31 PM Ticket #6876 (Newline in form data should be encoded as CRLF pair) created by
- See this post: …
- 1:26 PM Ticket #6875 (Selector and unexpected behavior) closed by
- invalid: Please debug this on the forum and open a more specific bug, thanks.
- 1:13 PM Ticket #6875 (Selector and unexpected behavior) created by
- The problem, when using a nested group of input elements which get …
Aug 4, 2010:
- 8:14 PM Ticket #6870 (j query window error bug) closed by
- invalid: A good bug report should have a clear explanation and a test case.
- 8:12 PM 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: …
- 8:07 PM 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 …
- 7:33 PM Ticket #6874 (ajax contentType application/json -> data object2json automatically) created by
- As I said, in 2010 we have json rest services. set up json …
- 5:58 PM Ticket #6873 (Incorrect cross-site XHR detecting) created by
- Following code may work incorrect for default (80) http port: var …
- 1:41 PM 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 …
- 12:19 PM Ticket #6871 (Sending FormData with file fields set wrong content-type header) created by
- Sending FormData with file fields shuld result in content-type …
- 6:39 AM Ticket #6870 (j query window error bug) created by
- line 16 error with j query minimum js and jsand please fix. not liking …
- 4:07 AM 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 …
- 12:22 AM 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 …
Aug 3, 2010:
- 11:59 PM 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 …
- 10:36 PM 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 …
- 9:10 PM Ticket #6859 (visible and hidden filters ignore visibility style) closed by
- worksforme: As documented, :visible and :hidden only take the css display property …
- 9:07 PM Ticket #6860 (Documentation for event.originalTarget) closed by
- invalid: Despite the property being added in #2814, event.originalTarget isn't …
- 8:54 PM Ticket #6862 (With selector select the <div> can't get me want) closed by
- invalid
- 8:44 PM 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 …
- 8:38 PM 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 …
- 8:35 PM Ticket #6854 (IE in Win7 problem with S.ajax) closed by
- duplicate: Dup of #6855.
- 3:43 PM Ticket #6866 (Feature request for removeCSS) created by
- function to remove Css instead of having to do .css({'background': …
- 1:32 PM Ticket #6865 (Firefox - infinite loop: 'elem.ownerDocument.defaultView' is null) created by
- Some plugins (eg. PrettyPhoto) cause an infinite loop of errors in …
- 11:58 AM 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 …
- 10:15 AM Ticket #6863 (faster getText) created by
- var getText = function (elem) { var text = []; for (var node = …
- 2:13 AM Ticket #6862 (With selector select the <div> can't get me want) created by
- the script code $(document).ready(function() { …
Aug 2, 2010:
- 9:40 PM Ticket #6860 (Documentation for event.originalTarget) created by
- I recently came across a use case for
event.originalTarget
, and it … - 3:46 PM Ticket #6859 (visible and hidden filters ignore visibility style) created by
- If the style visibility: hidden is applied to an element or its …
- 6:01 AM Ticket #6858 (IE6 and IE7 textarea val() does not work) created by
- Cant update textarea value with val(). In IE8 and all other browsers …
Aug 1, 2010:
- 5:51 PM Ticket #6857 (JQuery execution fails in FF and IE when typed in address bar.) closed by
- worksforme: You would have to do something like this: […]
- 12:49 AM Ticket #6857 (JQuery execution fails in FF and IE when typed in address bar.) created by
- In the address bar, when I try a command like: javascript: …
Jul 31, 2010:
- 6:10 PM Ticket #6856 (Should .appendTo accept a context for the selector?) created by
- It is very common to create a DOM fragment, attach it to the DOM, and …
- 5:35 AM Ticket #6855 (IE in Win7 problem with S.ajax) created by
- When IE load the site first time after the clicking on element must …
- 5:33 AM Ticket #6854 (IE in Win7 problem with S.ajax) created by
- When IE load the site first time after the clicking on element must …
Note: See TracTimeline
for information about the timeline view.