Timeline
Dec 3, 2012:
- 11:44 PM Ticket #12856 (Syntax error, unrecognized expression in jquery 1.8+) closed by
- fixed: Fix #12856: keep PSEUDO regex non-greedy Changeset: …
- 11:43 PM Changeset [3ab2634]1.12-stable2.2-stablekillphp by
- src/sizzle
- 9:46 PM Ticket #12998 ($('input').attr('tagName') !== 'INPUT') closed by
- notabug: There is no
tagName
attribute on that element. There is atype
, … - 9:43 PM Ticket #12998 ($('input').attr('tagName') !== 'INPUT') created by
- I can't get the expected tagName of input (IE10, Firefox17, Chrome23, …
- 1:06 PM Ticket #12943 (IE7: .text() returns empty string on <script> elements) closed by
- wontfix: Use
$('script[type="text/x-data"]').html()
to return the contents of … - 1:02 PM Ticket #9832 (text(), html() and append() don't work on <style> elements in IE8) closed by
- wontfix: text() is implemented via Sizzle and adding a special case to …
- 11:32 AM Changeset [4ada325]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/data/testrunner.js
- 10:56 AM Ticket #12997 (Values not read correctly from input) closed by
- notabug: You're comparing strings, not numbers. This is unrelated to jQuery, …
- 10:46 AM Ticket #12997 (Values not read correctly from input) created by
- Quite a considerable bug if you ask me... (Tried to recreate the bug …
- 8:39 AM Ticket #12991 (Impossible to download) closed by
- duplicate: Duplicate of #10536.
- 8:19 AM Ticket #12992 (UI dialog bug for browser.msie) closed by
- notabug: This is neither the correct place to report jQuery UI bugs, nor is it …
- 4:59 AM Ticket #12993 (jquery, on, event target) created by
- html: <ul> <li><span>001</span></li> <li><span>002</span></li> …
- 4:31 AM Ticket #12992 (UI dialog bug for browser.msie) created by
- $.widget("ui.dialog", { version: "1.9.1", options: { autoOpen: …
- 2:16 AM Ticket #12991 (Impossible to download) created by
- Hello, I don't know if i'm alone with this problem, but i can't …
- 12:49 AM Changeset [ad690f8]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/data/testrunner.js
Dec 2, 2012:
- 11:32 PM Changeset [5b9bf13]1.12-stable2.2-stablekillphp by
- test/.jshintrc
- test/data/test.js
- test/data/testinit.js
- test/data/testrunner.js
- test/unit/ajax.js
- test/unit/core.js
- test/unit/manipulation.js
- 1:13 PM Ticket #12989 (Move ajax "global" event behavior to compat plugin) closed by
- fixed: Landed at …
- 10:53 AM Changeset [27c9360]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 10:48 AM Changeset [b5acda7a]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 4:24 AM Ticket #12904 (.show()ing CSS hidden elements fails permanently if iframes are hidden ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Dec 1, 2012:
- 8:29 PM Changeset [c2d6847]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/ajax.js
- 5:02 PM Ticket #12990 ('px' automatically added to column-count css property) created by
- Hi, I ran into this issue while using the column-count css property …
- 3:24 PM Ticket #12989 (Move ajax "global" event behavior to compat plugin) created by
- Per the description in #11717, the unusual behavior of global events …
Nov 30, 2012:
- 6:14 PM Ticket #12968 (Selector with syntax error works in FF and IE, not in Chrome.) closed by
- wontfix: I really don't want to support missing …
- 4:11 PM Changeset [b382af6]1.12-stable2.2-stablekillphp by
- test/unit/manipulation.js
- 9:19 AM Ticket #12986 (Blur event is triggered on element remove in Chrome) closed by
- cantfix: Please, if it's a browser-specific bug don't start by asking us to fix …
- 8:59 AM Ticket #12987 (Problem $ is undefined only on IE) closed by
- notabug: Please ask for help on a forum.
- 8:33 AM Ticket #12987 (Problem $ is undefined only on IE) created by
- IE seem's not able to understand $(document).ready(); If we do a F5, …
- 8:01 AM Ticket #12986 (Blur event is triggered on element remove in Chrome) created by
- Blur event is triggered multiple times when the element is removed …
- 7:13 AM Ticket #12985 (bind images to Datalist from folder using Json and Jquery) closed by
- notabug: Please use the forum for support
- 7:01 AM Ticket #12985 (bind images to Datalist from folder using Json and Jquery) created by
- I want bind images to Datalist from folder using Json or Jquery in asp.net
Nov 29, 2012:
- 5:49 PM TicketGuidelines/NewTicketSummary edited by
- (diff)
- 3:13 PM TicketGuidelines/NewTicketSummary edited by
- (diff)
- 2:30 PM TicketGuidelines/NewTicketSummary edited by
- (diff)
- 1:29 PM TicketGuidelines/NewTicketSummary edited by
- (diff)
- 1:15 PM TicketGuidelines/NewTicketSummary edited by
- (diff)
- 1:00 PM Ticket #12984 (savestate and loadstate) closed by
- notabug: Not even close to being a jQuery core bug, ask for help on a forum.
- 12:59 PM Ticket #12950 (scriptCharset in $.ajax not working) closed by
- wontfix: No answer from the OP in a week and two of the team members agree this …
- 12:58 PM Ticket #12984 (savestate and loadstate) created by
- Hi , I am trying to implement savestate and loadstate for jqxgrid. i …
- 12:51 PM Ticket #12983 ($.getJSON or $.ajax with jsonp type, not returning data) closed by
- notabug: http://suggestqueries.google.com/complete/search?output=firefox&client= …
- 12:42 PM Ticket #12983 ($.getJSON or $.ajax with jsonp type, not returning data) created by
- So this is the code, and the problem is that atleast with google …
- 11:28 AM Changeset [e63625e]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 11:16 AM Changeset [8a79be7]1.12-stable2.2-stablekillphp by
- src/ajax.js
Nov 28, 2012:
- 6:16 PM Ticket #12004 (Allow ajax.method as alias for ajax.type) closed by
- fixed: Alias options.method to options.type. Fixes #12004. Changeset: …
- 6:15 PM Changeset [6378a19c]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 5:59 PM Changeset [081c4ef]1.12-stable2.2-stablekillphp by
- src/ajax.js
- 2:29 PM Ticket #12982 (previousSibling and nextSibling are null after using the .after method ...) closed by
- notabug: There have been several bugs in the implementation of
.before()
and … - 2:20 PM Ticket #12982 (previousSibling and nextSibling are null after using the .after method ...) created by
- When I use .after() to insert an item into the DOM tree, the item is …
- 1:29 PM Ticket #12978 (.stop() does not trigger .fail()) closed by
- plugin: The problem is that
.promise
doesn't cover the animation; it … - 12:43 PM Ticket #12977 (use getAttribute to access swfobject's attribute in IE9) closed by
- duplicate: Duplicate of #12945. That is too much code for a bug report. …
- 12:37 PM Ticket #12981 (.focus() not working since 1.7.1) closed by
- duplicate: Duplicate of #12868. This is present in -git which will become 1.9
- 12:31 PM Ticket #12981 (.focus() not working since 1.7.1) created by
- http://jsbin.com/iyidex/1/edit
- 11:52 AM Ticket #12980 (.show() does not restore when using vendor generation) created by
- When you use […] as a style and generate vendor prefixes at …
- 8:30 AM Ticket #12978 (.stop() does not trigger .fail()) created by
- This could be considered a feature, but I consider it a bug. When an …
- 1:56 AM Ticket #12977 (use getAttribute to access swfobject's attribute in IE9) created by
- jQuery has some bug when try to access swfobject's attribute use …
Nov 27, 2012:
- 10:16 PM Ticket #12975 (Syntax error, unrecognized expression: [Break On This Error] ...) closed by
- notabug: This is not a bug report. Please ask for help on a forum.
- 9:37 PM Ticket #12957 (Improve wrapMap) closed by
- fixed: Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044. …
- 9:32 PM Changeset [9ae6b1a]1.12-stable2.2-stablekillphp by
- src/manipulation.js
- test/unit/attributes.js
- test/unit/manipulation.js
- 9:12 PM Ticket #12975 (Syntax error, unrecognized expression: [Break On This Error] ...) created by
- Im having this error that causing ie browser dont work well. Syntax …
- 7:11 PM Ticket #12974 ($('html').outerHeight(true) returns inconsistent results across browsers) created by
- I am receiving inconsistent results between browsers when using …
- 6:41 PM Ticket #12973 (IE8: Selected elements may be lost when calling .text('string')) closed by
- notabug: Close your span like the docs say to do.
- 6:40 PM Ticket #12972 (Strange selector bug in IE with <P><FORM> elements) closed by
- notabug: Use the IE inspector to see what's going on. This isn't a jQuery bug …
- 6:34 PM Ticket #12973 (IE8: Selected elements may be lost when calling .text('string')) created by
- In IE8, the value of:
$('<span class="value">').text('text!').length
… - 6:05 PM Ticket #12972 (Strange selector bug in IE with <P><FORM> elements) created by
- For me this is a strange selector bug to explain. Try the testcase at: …
- 9:55 AM Ticket #12965 (Problem opera and method prepend) closed by
- notabug: There's way too much code here for a test case. Please ask for help …
- 9:53 AM Ticket #12969 (jQuery hover dont change parent) closed by
- notabug: Seems like an issue best worked out on a forum. The jQuery bug tracker …
- 9:53 AM Changeset [1052f9cb]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 9:53 AM Ticket #12970 (fadeIn() doesn't work) closed by
- notabug: Please ask for programming help on a forum. This is the bug tracker.
- 9:46 AM Changeset [243d4cc8]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 9:19 AM Ticket #12966 (jQuery site vulnerability in search qery string) closed by
- notabug: docs.jquery.com is being decommissioned very soon.
- 5:51 AM Ticket #12970 (fadeIn() doesn't work) created by
- Hi. I've a problem only with fadeIn on alls browsers. fadeOut, with …
- 4:32 AM Ticket #12969 (jQuery hover dont change parent) created by
- http://jsfiddle.net/p9m9k/2/ To reproduce bug: 1. hover on bbb111 …
- 4:22 AM Ticket #12968 (Selector with syntax error works in FF and IE, not in Chrome.) created by
- http://jsfiddle.net/JhvqV/ This bug happens since at least 1.7.1 and …
- 3:26 AM Ticket #12967 (Automatically prefix CSS values) created by
- Now that jQuery automatically prefixes CSS properties, auto-prefixing …
- 2:25 AM Ticket #12966 (jQuery site vulnerability in search qery string) created by
- Try this link and see how fast the page starts to reload itself. …
Nov 26, 2012:
- 10:23 PM Ticket #12965 (Problem opera and method prepend) created by
- $(document).ready(function(){ $.test(); }); $.test = function(){ …
- 8:39 PM Changeset [b9dfcfd7]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- test/data/testrunner.js
- 8:38 PM Changeset [e679f6c]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 8:01 PM Changeset [c4858c1]1.12-stable2.2-stablekillphp by
- 7:59 PM Changeset [0877d424]1.12-stable2.2-stablekillphp by
- src/.jshintrc
- src/ajax.js
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- …
- 5:10 PM Ticket #12926 ($.replaceWith('svg')) closed by
- notabug
- 4:48 PM Ticket #12790 (AJAX Post on IE10 / Windows 8) closed by
- cantfix: This appears to be a widespread problem with POST requests on IE10, …
- 4:46 PM Ticket #12790 (AJAX Post on IE10 / Windows 8) reopened by
- 4:42 PM Ticket #12964 (Cannot differentiate between cancelled XHR and network error) closed by
- cantfix: I don't believe this is something that can be divined from within the …
- 3:34 PM Ticket #12951 (Using overflow-y:scroll, overflow-y:hidden and .toggle()) closed by
- duplicate: Duplicate of #12846.
- 1:13 PM Ticket #12964 (Cannot differentiate between cancelled XHR and network error) created by
- There is currently no way to differentiate between a jQuery XHR that …
- 1:01 PM Ticket #12963 (Background position) closed by
- plugin: Agreed, that is a good plugin. Just use the plugin.
- 12:46 PM Ticket #12959 (Optimize regex/splitting/looping etc. patterns to make jQuery more ...) closed by
- fixed: Fix #12959: Optimize library-wide patterns Changeset: …
- 12:42 PM Ticket #12963 (Background position) created by
- Hello I just would like to share my investigation about this …
- 8:42 AM Ticket #12958 (SCRIPT5022: Syntax error, unrecognized expression: link) closed by
- notabug: Post a vague description on our bug tracker and be sure to not provide …
- 8:26 AM Ticket #12961 (.closest Bug: if given the same selector as current element - returns ...) closed by
- notabug: As documented. http://api.jquery.com/closest/
- 6:09 AM Changeset [512b826]1.12-stable2.2-stablekillphp by
- test/unit/ajax.js
- 5:49 AM Changeset [603e70b]1.12-stable2.2-stablekillphp by
- test/data/testinit.js
- 5:42 AM Ticket #12962 (Need for '$.whenAll' function) closed by
- plugin: https://github.com/jaubourg/ajaxHooks/blob/master/src/whenever.js
- 5:27 AM Ticket #12962 (Need for '$.whenAll' function) created by
- Hi, '$.when' allows us to wait for many deferred objects to return …
- 4:38 AM Ticket #12961 (.closest Bug: if given the same selector as current element - returns ...) created by
- if given the same selector as current element - returns itself.
- 3:32 AM Ticket #12960 (Move the Style Guide into our repository) created by
- Sending potential contributors to docs.jquery.com from GitHub seems …
- 3:20 AM Changeset [07662406]1.12-stable2.2-stablekillphp by
- src/.jshintrc
- src/ajax.js
- src/attributes.js
- src/callbacks.js
- src/core.js
- src/css.js
- src/data.js
- src/effects.js
- src/event.js
- src/manipulation.js
- …
- 3:17 AM Ticket #12959 (Optimize regex/splitting/looping etc. patterns to make jQuery more ...) created by
- Over time, we've settled on some suboptimal idioms, and allowed drift …
- 1:26 AM Ticket #12958 (SCRIPT5022: Syntax error, unrecognized expression: link) created by
- When i Ever try to load 1.7.2 Jquery min.js in IE7 It give me error.I …
Note: See TracTimeline
for information about the timeline view.