Timeline
05/09/12:
- 23:27 Ticket #11744 (live eventObject bug) closed by
- worksforme: Only standard properties are copied. Use event.originalEvent to get to …
- 23:16 Ticket #11744 (live eventObject bug) created by
- i need to know why when i use .addEventListener("MSPointerDown", Down, …
- 21:08 Ticket #11743 (jQuery silently ignores errors during script tag ajax request in ...) created by
- In the test case I'm including a javascript file via appendTo(). Allow …
- 20:09 Ticket #11742 (mousemoveevent.which ie8 always == 1) created by
- check out this jsfiddle http://jsfiddle.net/UziTech/BJtha/ Steps to …
- 15:02 Ticket #11741 (clickevent.which == 0 in ie8 if mousedown event caught before it) created by
- check out this jsfiddle http://jsfiddle.net/YZrzY/3/
- 08:19 Ticket #11636 ([IE] animating opacity fails to affect children if child elements are ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 01:45 Ticket #11740 (.not() method) closed by
- worksforme: This is not a jQuery bug …
05/08/12:
- 21:49 Ticket #11740 (.not() method) created by
- I have this html structure. <div class="collapsible"> <div …
- 20:55 Ticket #11739 (Attr on a "javascript:" will return a function in IE 7) closed by
- invalid: inline event handlers are treated as properties, not attributes.
- 20:51 Ticket #11739 (Attr on a "javascript:" will return a function in IE 7) created by
- Came across issue when trying to calling: …
- 20:47 Ticket #11738 (Remove .closest(Array) returning Array) created by
- This was part of the old .live() internal code, exposed in the API for …
- 20:44 Ticket #11737 (Remove jQuery.sub) created by
- * It is quirky, per #11662. * It is not commonly used. * It …
- 20:32 Ticket #11736 (Remove Deferred .isResolved() and .isRejected()) created by
- Per our discussion following #8856, these two were deprecated in 1.7 and …
- 19:57 Ticket #11735 (Remove the .attr("value") attrHook) created by
- This hook was deprecated in 1.7 and can be removed in 1.8. To get or set …
- 19:49 Ticket #11734 (Deprecate Boolean attrHooks such as checked, selected) created by
- In jQuery 1.6.1 we put in some hooks to continue the queasy automagical …
- 19:40 Ticket #11733 (Deprecate .load(), .unload(), and .error() methods) created by
- These are shortcut names for $().bind("load", fn) etc. * The .load() …
- 19:24 Ticket #11732 (Incorect margin in IE7) created by
- Percentage based margins are being return incorrectly in IE, specifically …
- 19:14 Ticket #11731 (Deprecate "hover" pseudo-event) created by
- When the event name "hover" is used, the event subsystem converts it to …
- 19:03 Ticket #11730 (text() wrapper method error) created by
- Exampĺe: i have a div with id "barraNavegacion" with html content. The …
- 16:31 Ticket #11729 (height() returns wrong height on hidden elements containing floats) closed by
- patchwelcome: IE9 reports 18px for both hidden and visible. It is not a good idea at …
- 15:19 Ticket #11729 (height() returns wrong height on hidden elements containing floats) created by
- http://jsfiddle.net/hTHQt/ When getting height() on a hidden element that …
- 15:13 Ticket #11728 (Documentation for .one (delegated events)) created by
- In the docs for .one(), it says: >identical to .on() except that the …
- 15:05 Ticket #11727 (In Opera (normal and mini) Cannot attach classes via addClass() or ...) created by
- As detailed in title, cannot assign classes via attr() or addClass to …
- 13:20 Ticket #11726 (Changing button's data-theme programatically) closed by
- invalid: You'd want to file a bug in the jQuery Mobile issue tracker, per the big …
- 12:01 Ticket #11726 (Changing button's data-theme programatically) created by
- I am changing data-theme for a button dynamically from JS. Procedure 1. I …
- 08:14 Ticket #11630 (event delegate doesn't work in IE8.) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11629 (Problem with ie9 and double find selector using) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11622 (fancybox error in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 08:14 Ticket #11249 (CSP error in Chrome 18 when loading jQuery 1.7.1) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 03:27 Ticket #11725 (a bug) closed by
- invalid: checked is not a valid attribute, nor property, of anchor elements
- 02:08 Ticket #11725 (a bug) created by
- when i have a "a" label like this: <a href="" checked="false"></a> in …
- 01:28 Ticket #11724 ($(document).height() changed in Firefox 12) created by
- I believe the fix for Ticket #3838 (http://bugs.jquery.com/ticket/3838) …
05/07/12:
- 22:09 Ticket #11723 (Changing text in textarea inside of focus event crashes IE 7/8) closed by
- invalid: The equivalent to document.form.textarea.value = ""; is …
- 22:06 Ticket #11723 (Changing text in textarea inside of focus event crashes IE 7/8) created by
- After setting a focus event on a textarea element and changing the text of …
- 19:53 Ticket #11720 (Simplify jQuery.nth) closed by
- fixed: Landed. …
- 17:01 Ticket #11722 (eq()) created by
- Not work function "eq" with click in Chrome. Example: …
- 16:48 Ticket #11721 (deprecate and remove internal uses of jQuery.support.boxModel) created by
- This is no longer a valid support test given the fact that there is no …
- 16:28 Ticket #11706 (`.has()` fails on document fragments) closed by
- worksforme: This is not even possible, as we have unit tests that would catch such a …
- 15:24 Ticket #11720 (Simplify jQuery.nth) created by
- Since jQuery.nth is not a documented function and only used internally, …
- 15:01 Ticket #11719 (Deprecate .bind("ready") event) created by
- The "ready" event is error prone because users may attach an event …
- 14:53 Ticket #11715 (Passing attributes on object creation is inconsistent / depends on casing) closed by
- duplicate
- 14:51 Ticket #11718 (Deprecate .data() events) created by
- Currently, jQuery.fn.data() fires events (getData, setData, changeData) …
- 14:37 Ticket #11717 (Deprecate ajax "global" event behavior) created by
- Currently the ajax events are "global" events in that they will fire on …
- 13:49 Ticket #11716 (jAlert not working in IE9.) closed by
- invalid: This probably isn't a jQuery bug. Try the jAlert forum/issuetracker.
- 13:37 Ticket #11716 (jAlert not working in IE9.) created by
- I want to display a warning pop window. It is working fine in all IE …
- 13:20 Ticket #11715 (Passing attributes on object creation is inconsistent / depends on casing) created by
- I was recently encountering the "problem" described here: …
- 12:43 Ticket #11714 (Security Warning withh HTTPS protocol URL - jquery 1.6.4) closed by
- invalid: Sorry, we only support the latest version. If you have questions, feel …
- 12:22 Ticket #11712 (Onfocus inside Jquery append) closed by
- invalid: That code isn't valid. you need to escape the single quotes in the onFocus …
- 11:24 Ticket #11714 (Security Warning withh HTTPS protocol URL - jquery 1.6.4) created by
- We are using jquery 1.6.4.With https URL it is giving security warning - …
- 10:16 Ticket #11711 (Can't get event.detail of DOMMouseScroll event in firefox) closed by
- invalid: The DOMMouseScroll event is a Firefox only event. The property is not …
- 10:06 Ticket #11713 (when i am using <sj:submit> as a button then it bahaves like submit not a ...) created by
- <sj:submit targets="Result3" …
- 08:34 Ticket #11619 (I cannot get valid height on Firefox, bug?) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 06:20 Ticket #11712 (Onfocus inside Jquery append) created by
- When I was trying to append a textbox inside a div using append method, …
- 03:24 Ticket #11711 (Can't get event.detail of DOMMouseScroll event in firefox) created by
- I bind an event via jquery v1.7+ on a DOMMouseScroll event in firefox but …
- 01:56 Ticket #10285 (evalScript rcleanScript replacement fails in IE8) reopened by
05/06/12:
- 18:40 Ticket #11710 (TypeError: kav_vkList.this is undefined Line 89) closed by
- invalid: .click() takes a function, not an object. Your example isn't even valid …
- 18:05 Ticket #11710 (TypeError: kav_vkList.this is undefined Line 89) created by
- Problem on line 3241 of the latest jquery of development file!
- 02:03 Ticket #10365 (onprogress ajax) closed by
- duplicate
- 01:34 Ticket #11708 ($.support.boxModel reports false for non-IE browsers) closed by
- invalid: jQuery doesn't support quirks-mode.
- 01:18 Ticket #11709 (Can't access documentation) closed by
- duplicate: PLEASE search before filing.
- 00:19 Ticket #11709 (Can't access documentation) created by
- Hi, I have no idea where to report this issue since it is not strictly …
05/05/12:
- 23:30 Ticket #11708 ($.support.boxModel reports false for non-IE browsers) created by
- The new method for setting $.boxModel & $.support.boxModel is: …
- 23:09 Ticket #11470 (Adding a builtin readyP promise) closed by
- fixed: https://github.com/jquery/jquery/commit/e3cf0e220c6cfaac18642f3d4db96698ea6 …
- 18:12 Ticket #11707 (api.jquery.com is down) created by
- api.jquery.com is down - can't access any pages on it :/ Sorry if this is …
- 17:15 Ticket #11706 (`.has()` fails on document fragments) created by
- While :has works correctly, .has() returns an empty selection whenever …
- 17:12 Ticket #11563 (Inconsistent behavior of :visible pseudo-selector for document) closed by
- invalid
- 16:38 Ticket #11592 (really weird opera bug with .find) closed by
- cantfix: From the bootstrap ticket it sounds like Opera has fixed this already, so …
- 16:27 Ticket #11645 (Using xhrFields breaks ajax in IE 6) closed by
- invalid
- 16:08 Ticket #11624 (CORS support: xhr.getResponseHeader('non-simple-header') returns null on ...) closed by
- duplicate
- 16:05 Ticket #11655 (Documentation of Prototype in Types incomplete) closed by
- fixed: That page is obsolete and will be removed soon. The replacement is here: …
- 16:02 Ticket #11658 (This Website Download Links fail to work in FireFox 12.0) closed by
- worksforme: If you mean links from pages such as http://jquery.com, that is correct …
- 16:00 Ticket #11674 (Logic error/typo on :checked documentation) closed by
- fixed: Thanks!
- 14:45 Ticket #11662 (A pseudoselector created on jQuery.sub() doesn't work) closed by
- wontfix: I'm closing this wontfix for the reasons given above. It's really inherent …
- 13:18 Ticket #11703 (jQuery ajax stops functioning in IE8 unless a proxy (Fiddler, DebugBar) is ...) closed by
- invalid: Sorry but this is not specific enough to be a bug report, and unlikely to …
- 12:42 Ticket #11705 (binding to form submit buttons (in ajaxed-in forms)) closed by
- invalid: Please read the documentation or ask for help on the forum.
- 11:06 Ticket #11705 (binding to form submit buttons (in ajaxed-in forms)) created by
- I have a form which I'm ajax-loading into the page. If I try to bind to …
- 08:34 Ticket #11610 ($(window).resize - BUG) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 02:05 Ticket #11693 (Provide an API to only remove non-delegated event handlers) closed by
- worksforme: Okay, I'll close this. Post a note back with your use case if you get a …
05/04/12:
- 22:21 Ticket #11704 (IE8: object doesn't support this action - line# 8593) created by
- IE throws back the error in subject line. Everyhting works in FF, Chrome, …
- 21:39 Ticket #11701 (jQuery doesn't play nice with MS Gridview for .show() & .hide()) closed by
- invalid: Thanks for taking the time to try to contribute to the jQuery project but …
- 21:21 Ticket #11703 (jQuery ajax stops functioning in IE8 unless a proxy (Fiddler, DebugBar) is ...) created by
- A jQuery ajax post to a web service does nothing unless I have some sort …
- 16:39 Ticket #11700 (Reduce Method) closed by
- plugin: Thanks! This can be implemented as a plugin.
- 16:39 Ticket #11702 (Problem in column total) closed by
- worksforme: The best solution for embarrassment is to admit you did something you're …
- 16:31 Ticket #11702 (Problem in column total) created by
- We have made a report using Jquery, with several columns. One of the …
- 16:29 Ticket #11701 (jQuery doesn't play nice with MS Gridview for .show() & .hide()) created by
- First show() markup (target element is $("#ComponentDropDown"): <div …
- 16:02 Ticket #11700 (Reduce Method) created by
- I think that it would make sense for there to be a reduce/fold method in …
- 15:32 Ticket #11699 (Jquery offset() strange positioning of fixed positioned elements) closed by
- duplicate
- 15:27 Ticket #11699 (Jquery offset() strange positioning of fixed positioned elements) created by
- Jquery offset() does strange things, when called on fixed positioned …
- 14:43 Ticket #11697 (removeAttr 'selected' option does not work in Opera browser) closed by
- invalid: The pseudo :selected looks at the property but of course if you had used …
- 14:24 Ticket #11698 ($/jQuery doesn't set id when creating element with props) created by
- When creating elements via [ http://api.jquery.com/jQuery/#jQuery2 …
- 14:13 Ticket #11697 (removeAttr 'selected' option does not work in Opera browser) created by
- […] that string does not work in Opera
- 11:42 Ticket #11696 (outerWidth(true) safari TH) created by
- See the following URL in safari: http://jsfiddle.net/ZSBBg/ If you remove …
- 08:33 Ticket #11695 ($().data() bug) created by
- $().data() is the return of the result is not jQuery type wrong: …
- 08:25 Ticket #11607 ($.ajax success event not working) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 04:08 Ticket #11693 (Provide an API to only remove non-delegated event handlers) created by
- If you pass an event type to .off(), all event handers (delegated & …
05/03/12:
- 22:08 Ticket #11692 (Passing "null" (or an undifined variable) to the text- and html-methods ...) closed by
- invalid: Sorry but that was undocumented behavior. As of jQuery 1.7.2, all plugins …
- 21:44 Ticket #11692 (Passing "null" (or an undifined variable) to the text- and html-methods ...) created by
- In previous versions of jQuery, passing "null" (or an undefined variable) …
- 20:33 Ticket #11675 (.add method in IE breaks when pass an HTMLCollection) closed by
- patchwelcome: Support for array-like handling of form.elements was …
- 18:17 Ticket #11691 (.prop() doesn't return datetime attribute from <time> element) closed by
- worksforme: datetime is not a DOM property, it's an attribute - so use attr() …
- 17:37 Ticket #11691 (.prop() doesn't return datetime attribute from <time> element) created by
- Tested with: - jQuery 1.6.4 and jQuery 1.7.2 - Google Chrome (Version …
- 16:50 Ticket #11690 (.on('hover' ..) shows two different event types for when logging event and ...) closed by
- invalid: hover is not a real event, it's a cover API for mousenter/mouseleave. …
- 15:09 Ticket #11690 (.on('hover' ..) shows two different event types for when logging event and ...) created by
- This was tested in Google Chrome v. 18.0.1025.168 if that matters :) …
- 14:33 Ticket #11689 (Why does it have a white line at the top?) closed by
- invalid: This bug tracker is for jQuery core bugs. Please try the jQuery Mobile bug …
- 14:32 Ticket #11689 (Why does it have a white line at the top?) created by
- <label for="ListBox3"><br />SIP:<br /></label> …
- 13:48 Ticket #11688 (Jquery1.7.2 x fancybox1.3.4) created by
- Good morning, I have a problem when I use jquery1.7.1 and fancybox1.3.4, …
- 09:05 Ticket #11687 (under ID attr('colspan', '2') not work, need change to colSpan) closed by
- invalid: We only support the newest jQuery version (currently 1.7.2). Try …
- 08:23 Ticket #11601 (uncaught exception: jQuery UI Tabs: Mismatching fragment identifier. Line ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 07:52 Ticket #11687 (under ID attr('colspan', '2') not work, need change to colSpan) created by
- use .attr('colspan', '2') under IE try to update colspan from 1 to 2. …
05/02/12:
- 20:21 Ticket #11685 (isReady never set to true IE9 + embed tag) closed by
- worksforme: Bingo, I changed the src="" to src="#" and it works now... …
- 18:26 Ticket #11686 (Error during invocation of jQuery.css specifically using the ...) created by
- Whenever we call jQuery's css method with the background-repeat CSS rules …
- 17:44 Ticket #11685 (isReady never set to true IE9 + embed tag) created by
- <object id="ui-sales-help-movieObj" style="height: 360px; width: 640px" > …
- 15:41 Ticket #11684 (jQuery Animate doesn't work with multiple CSS properties) closed by
- invalid: [ http://api.jquery.com/animate/ All animated properties should be animated …
- 15:05 Ticket #11684 (jQuery Animate doesn't work with multiple CSS properties) created by
- From Chapter 3 Example 3/01 in jQuery Novice to Ninja: $('p').animate({ …
- 12:41 Ticket #11683 (.attr("id") returns the JQuery instance instead of the id attribute) closed by
- duplicate
- 11:42 Ticket #11683 (.attr("id") returns the JQuery instance instead of the id attribute) created by
- .attr("id") returns the JQuery instance instead of the id attribute. In …
- 11:00 Ticket #11682 ($("#bottomTipss").css({'top':TOP,'left':LEFT});) created by
- jquery 1.6.0 $("#bottomTipss").css({'top':TOP,'left':LEFT}); css …
Note: See TracTimeline
for information about the timeline view.
