Timeline
May 9, 2012:
- 7:27 PM Ticket #11744 (live eventObject bug) closed by
- worksforme: Only standard properties are copied. Use
event.originalEvent
to get … - 7:16 PM Ticket #11744 (live eventObject bug) created by
- i need to know why when i use .addEventListener("MSPointerDown", Down, …
- 5:08 PM 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 …
- 4:09 PM Ticket #11742 (mousemoveevent.which ie8 always == 1) created by
- check out this jsfiddle http://jsfiddle.net/UziTech/BJtha/ Steps to …
- 11:02 AM Ticket #11741 (clickevent.which == 0 in ie8 if mousedown event caught before it) created by
- check out this jsfiddle http://jsfiddle.net/YZrzY/3/
- 4:19 AM 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 …
May 8, 2012:
- 9:45 PM Ticket #11740 (.not() method) closed by
- worksforme: This is not a jQuery bug …
- 5:49 PM Ticket #11740 (.not() method) created by
- I have this html structure. <div class="collapsible"> <div …
- 4:55 PM 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.
- 4:51 PM Ticket #11739 (Attr on a "javascript:" will return a function in IE 7) created by
- Came across issue when trying to calling: …
- 4:47 PM Ticket #11738 (Remove .closest(Array) returning Array) created by
- This was part of the old
.live()
internal code, exposed in the API … - 4:44 PM Ticket #11737 (Remove jQuery.sub) created by
- * It is quirky, per #11662. * It is not commonly used. * It …
- 4:32 PM Ticket #11736 (Remove Deferred .isResolved() and .isRejected()) created by
- Per our discussion following #8856, these two were deprecated in 1.7 …
- 3:57 PM 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 …
- 3:49 PM 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 …
- 3:40 PM Ticket #11733 (Deprecate .load(), .unload(), and .error() methods) created by
- These are shortcut names for
$().bind("load", fn)
etc. * The … - 3:24 PM Ticket #11732 (Incorect margin in IE7) created by
- Percentage based margins are being return incorrectly in IE, …
- 3:14 PM Ticket #11731 (Deprecate "hover" pseudo-event) created by
- When the event name "hover" is used, the event subsystem converts it …
- 3:03 PM Ticket #11730 (text() wrapper method error) created by
- Exampĺe: i have a div with id "barraNavegacion" with html content. The …
- 12:31 PM 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 …
- 11:19 AM Ticket #11729 (height() returns wrong height on hidden elements containing floats) created by
- http://jsfiddle.net/hTHQt/ When getting height() on a hidden element …
- 11:13 AM Ticket #11728 (Documentation for .one (delegated events)) created by
- In the docs for .one(), it says: >identical to .on() except that the …
- 11:05 AM 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 …
- 9:20 AM 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 …
- 8:01 AM Ticket #11726 (Changing button's data-theme programatically) created by
- I am changing data-theme for a button dynamically from JS. Procedure …
- 4:14 AM 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 …
- 4:14 AM 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 …
- 4:14 AM Ticket #11622 (fancybox error in IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 4:14 AM 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 …
May 7, 2012:
- 11:27 PM Ticket #11725 (a bug) closed by
- invalid:
checked
is not a valid attribute, nor property, of anchor elements - 10:08 PM Ticket #11725 (a bug) created by
- when i have a "a" label like this: <a href="" checked="false"></a> in …
- 9:28 PM Ticket #11724 ($(document).height() changed in Firefox 12) created by
- I believe the fix for Ticket #3838 …
- 6:09 PM 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 … - 6:06 PM 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 …
- 3:53 PM Ticket #11720 (Simplify jQuery.nth) closed by
- fixed: Landed. …
- 1:01 PM Ticket #11722 (eq()) created by
- Not work function "eq" with click in Chrome. Example: …
- 12:48 PM 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 …
- 12:28 PM Ticket #11706 (`.has()` fails on document fragments) closed by
- worksforme: This is not even possible, as we have unit tests that would catch such …
- 11:24 AM Ticket #11720 (Simplify jQuery.nth) created by
- Since jQuery.nth is not a documented function and only used …
- 11:01 AM Ticket #11719 (Deprecate .bind("ready") event) created by
- The "ready" event is error prone because users may attach an event …
- 10:53 AM Ticket #11715 (Passing attributes on object creation is inconsistent / depends on casing) closed by
- duplicate
- 10:51 AM Ticket #11718 (Deprecate .data() events) created by
- Currently,
jQuery.fn.data()
fires events (getData, setData, … - 10:37 AM Ticket #11717 (Deprecate ajax "global" event behavior) created by
- Currently the ajax events are "global" events in that they will fire …
- 9:49 AM Ticket #11716 (jAlert not working in IE9.) closed by
- invalid: This probably isn't a jQuery bug. Try the jAlert forum/issuetracker.
- 9:37 AM Ticket #11716 (jAlert not working in IE9.) created by
- I want to display a warning pop window. It is working fine in all IE …
- 9:20 AM Ticket #11715 (Passing attributes on object creation is inconsistent / depends on casing) created by
- I was recently encountering the "problem" described here: …
- 8:43 AM 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 …
- 8:22 AM Ticket #11712 (Onfocus inside Jquery append) closed by
- invalid: That code isn't valid. you need to escape the single quotes in the …
- 7:24 AM 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 …
- 6:16 AM 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 …
- 6:06 AM Ticket #11713 (when i am using <sj:submit> as a button then it bahaves like submit ...) created by
- <sj:submit targets="Result3" …
- 4:34 AM 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 …
- 2:20 AM Ticket #11712 (Onfocus inside Jquery append) created by
- When I was trying to append a textbox inside a div using append …
May 6, 2012:
- 11:24 PM 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 …
- 9:56 PM Ticket #10285 (evalScript rcleanScript replacement fails in IE8) reopened by
- 2:40 PM 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 … - 2:05 PM Ticket #11710 (TypeError: kav_vkList.this is undefined Line 89) created by
- Problem on line 3241 of the latest jquery of development file!
May 5, 2012:
- 10:03 PM Ticket #10365 (onprogress ajax) closed by
- duplicate
- 9:34 PM Ticket #11708 ($.support.boxModel reports false for non-IE browsers) closed by
- invalid: jQuery doesn't support quirks-mode.
- 9:18 PM Ticket #11709 (Can't access documentation) closed by
- duplicate: PLEASE search before filing.
- 8:19 PM Ticket #11709 (Can't access documentation) created by
- Hi, I have no idea where to report this issue since it is not strictly …
- 7:30 PM Ticket #11708 ($.support.boxModel reports false for non-IE browsers) created by
- The new method for setting $.boxModel & $.support.boxModel is: …
- 7:09 PM Ticket #11470 (Adding a builtin readyP promise) closed by
- fixed: https://github.com/jquery/jquery/commit/e3cf0e220c6cfaac18642f3d4db9669 …
- 2:12 PM Ticket #11707 (api.jquery.com is down) created by
- api.jquery.com is down - can't access any pages on it :/ Sorry if …
- 1:15 PM Ticket #11706 (`.has()` fails on document fragments) created by
- While
:has
works correctly,.has()
returns an empty selection … - 1:12 PM Ticket #11563 (Inconsistent behavior of :visible pseudo-selector for document) closed by
- invalid
- 12:38 PM Ticket #11592 (really weird opera bug with .find) closed by
- cantfix: From the bootstrap ticket it sounds like Opera has fixed this already, …
- 12:27 PM Ticket #11645 (Using xhrFields breaks ajax in IE 6) closed by
- invalid
- 12:08 PM Ticket #11624 (CORS support: xhr.getResponseHeader('non-simple-header') returns null ...) closed by
- duplicate
- 12:05 PM Ticket #11655 (Documentation of Prototype in Types incomplete) closed by
- fixed: That page is obsolete and will be removed soon. The replacement is …
- 12:02 PM 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 …
- 12:00 PM Ticket #11674 (Logic error/typo on :checked documentation) closed by
- fixed: Thanks!
- 10:45 AM 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 …
- 9:18 AM Ticket #11703 (jQuery ajax stops functioning in IE8 unless a proxy (Fiddler, ...) closed by
- invalid: Sorry but this is not specific enough to be a bug report, and unlikely …
- 8:42 AM 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.
- 7:06 AM 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 …
- 4:34 AM Ticket #11610 ($(window).resize - BUG) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
May 4, 2012:
- 10:05 PM 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 …
- 6:21 PM 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, …
- 5:39 PM 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 …
- 5:21 PM Ticket #11703 (jQuery ajax stops functioning in IE8 unless a proxy (Fiddler, ...) created by
- A jQuery ajax post to a web service does nothing unless I have some …
- 12:39 PM Ticket #11700 (Reduce Method) closed by
- plugin: Thanks! This can be implemented as a plugin.
- 12:39 PM Ticket #11702 (Problem in column total) closed by
- worksforme: The best solution for embarrassment is to admit you did something …
- 12:31 PM Ticket #11702 (Problem in column total) created by
- We have made a report using Jquery, with several columns. One of the …
- 12:29 PM Ticket #11701 (jQuery doesn't play nice with MS Gridview for .show() & .hide()) created by
- First show() markup (target element is $("#ComponentDropDown"): <div …
- 12:02 PM Ticket #11700 (Reduce Method) created by
- I think that it would make sense for there to be a reduce/fold method …
- 11:32 AM Ticket #11699 (Jquery offset() strange positioning of fixed positioned elements) closed by
- duplicate
- 11:27 AM Ticket #11699 (Jquery offset() strange positioning of fixed positioned elements) created by
- Jquery offset() does strange things, when called on fixed positioned …
- 10:43 AM 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 … - 10:24 AM Ticket #11698 ($/jQuery doesn't set id when creating element with props) created by
- When creating elements via [http://api.jquery.com/jQuery/#jQuery2 …
- 10:13 AM Ticket #11697 (removeAttr 'selected' option does not work in Opera browser) created by
- […] that string does not work in Opera
- 7:42 AM Ticket #11696 (outerWidth(true) safari TH) created by
- See the following URL in safari: http://jsfiddle.net/ZSBBg/ If you …
- 4:33 AM Ticket #11695 ($().data() bug) created by
- $().data() is the return of the result is not jQuery type wrong: …
- 4:25 AM Ticket #11607 ($.ajax success event not working) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 12:08 AM 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 & …
May 3, 2012:
- 6:08 PM Ticket #11692 (Passing "null" (or an undifined variable) to the text- and ...) closed by
- invalid: Sorry but that was undocumented behavior. As of jQuery 1.7.2, all …
- 5:44 PM Ticket #11692 (Passing "null" (or an undifined variable) to the text- and ...) created by
- In previous versions of jQuery, passing "null" (or an undefined …
- 4:33 PM Ticket #11675 (.add method in IE breaks when pass an HTMLCollection) closed by
- patchwelcome: Support for array-like handling of
form.elements
was … - 2:17 PM 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() … - 1:37 PM 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 …
- 12:50 PM Ticket #11690 (.on('hover' ..) shows two different event types for when logging event ...) closed by
- invalid:
hover
is not a real event, it's a cover API for … - 11:09 AM Ticket #11690 (.on('hover' ..) shows two different event types for when logging event ...) created by
- This was tested in Google Chrome v. 18.0.1025.168 if that matters :) …
- 10:33 AM 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 …
- 10:32 AM Ticket #11689 (Why does it have a white line at the top?) created by
- <label for="ListBox3"><br />SIP:<br /></label> …
- 9:48 AM Ticket #11688 (Jquery1.7.2 x fancybox1.3.4) created by
- Good morning, I have a problem when I use jquery1.7.1 and …
- 5:05 AM 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 upgrading.
- 4:23 AM Ticket #11601 (uncaught exception: jQuery UI Tabs: Mismatching fragment identifier. ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:52 AM 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. …
May 2, 2012:
- 4:21 PM Ticket #11685 (isReady never set to true IE9 + embed tag) closed by
- worksforme: Bingo, I changed the src="" to src="#" and it works now... …
- 2:26 PM 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 …
- 1:44 PM Ticket #11685 (isReady never set to true IE9 + embed tag) created by
- <object id="ui-sales-help-movieObj" style="height: 360px; width: …
- 11:41 AM Ticket #11684 (jQuery Animate doesn't work with multiple CSS properties) closed by
- invalid: [http://api.jquery.com/animate/ All animated properties should be …
- 11:05 AM Ticket #11684 (jQuery Animate doesn't work with multiple CSS properties) created by
- From Chapter 3 Example 3/01 in jQuery Novice to Ninja: …
- 8:41 AM Ticket #11683 (.attr("id") returns the JQuery instance instead of the id attribute) closed by
- duplicate
- 7:42 AM 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. …
- 7:00 AM 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.