Timeline
Dec 5, 2008:
- 7:23 PM Ticket #3686 (Some CSS values couldn't be retrieved from an embedded style) closed by
- invalid: We won't be normalizing all the possible variations of colors and …
- 7:21 PM Ticket #3687 (jQuery.inArray should not return -1 when matching nested arrays) closed by
- invalid: That behavior is something else. We just imitate indexOf. Adding that …
- 7:20 PM Ticket #3692 (DatePicker - Return focus (caret) to input field onSelect and onClose) closed by
- invalid
- 7:19 PM Ticket #3691 (need help with event.stopPropagation();) closed by
- invalid: This is not the place for help requests, only to report bugs or …
- 7:16 PM Ticket #3690 (div widths can be reported incorrectly if external stylesheet is ...) closed by
- wontfix: That is indeed the common workaround. Just move up the css. There's …
- 3:09 PM Ticket #3692 (DatePicker - Return focus (caret) to input field onSelect and onClose) created by
- It would be nice if focus were returned to the input field after a …
- 2:33 PM Ticket #3691 (need help with event.stopPropagation();) created by
- var mouse=function(event, delta) { _imgFrame.unbind("mousewheel", …
- 1:58 PM Ticket #3690 (div widths can be reported incorrectly if external stylesheet is ...) created by
- <link rel="stylesheet"> tags must come before the <script …
- 9:43 AM Ticket #3689 ([tooltip] Problem in IE 6 with multiple tooltips of different 'extra' ...) created by
- I found a bug while using IE 6 (not a problem in IE 7 and FF 3). …
- 3:45 AM Ticket #3688 ([PATCH] Prevent changing of @type for BUTTONs as well as INPUTs) created by
- IE croaks when you try to change a BUTTON's @type attribute too. I …
- 1:20 AM Ticket #3687 (jQuery.inArray should not return -1 when matching nested arrays) created by
- I'm not not sure why this is, but when comparing two identical Arrays, …
Dec 4, 2008:
- 10:33 PM Ticket #3686 (Some CSS values couldn't be retrieved from an embedded style) created by
- 1. Some CSS values couldn't be retrieved from an embedded style. …
- 7:33 PM Ticket #3685 (Selector fails for forms with an element named "name") created by
- Compare the results of the following two examples. The first example …
- 2:51 PM Ticket #3683 ($(this) selection issue) closed by
- invalid: That's the normal behavior because …
Dec 3, 2008:
- 3:50 PM Ticket #3683 ($(this) selection issue) created by
- I have found an issue where the $(this) selector seems to be …
- 9:05 AM Ticket #3669 (IE doesn't support [@href=#]) closed by
- invalid: ONLY a sharp: […] A sharp with more text optionally […]
- 8:58 AM Ticket #3670 (conflict with one jquery library and another) closed by
- invalid: This is not the place for requests like this. You can ask at the …
- 8:50 AM Ticket #3677 (A bug in combination of "not" in selector) closed by
- invalid: Because the second TR isn't a: "tr that is right after a tr that …
- 6:30 AM Ticket #3682 (Jquery load() method - Ref: Ticket #3187 - More info) created by
- Even I have faced the same problem as found in Ticket #3187, but here …
- 5:04 AM Ticket #3681 (Opera 9.62 jquery errors and non valid css) created by
- Hi there, i'm sorry to disapoint you saying this but i notice some …
Dec 2, 2008:
- 11:44 PM Ticket #3680 (Leading/trailing space not treated consistently in className) created by
- [this probably needs a better description] I've set up a demo page …
- 9:52 PM Ticket #3679 (Adding existing div as a new panel should have ui-tabs-hide class) created by
- Hi I use XSLT to generate HTML to add as the contents of a new tab. …
- 12:50 PM Ticket #3678 (Trac internal error while viewing timeline) created by
- ==== How to Reproduce ==== While doing a GET operation on …
- 12:02 PM Ticket #3677 (A bug in combination of "not" in selector) created by
- Look at the attached HTML code. Why the second TR is not raising hover …
- 9:00 AM Ticket #3675 (reset event) created by
- I don't know why but the event corresponding to onreset is not …
- 6:07 AM Ticket #3674 ([autocomplete] two options added) created by
- I added two options to the autocomplete pluggin: - …
Dec 1, 2008:
- 1:19 PM Ticket #3671 (JQuery Clone with autocomplete) created by
- Autocomplete is not working with clone(true) input. I had to …
- 12:33 PM Ticket #3670 (conflict with one jquery library and another) created by
- Hi, I am using the jquery watermark tool and the jquery tooltip. I had …
- 11:03 AM Ticket #1780 (in jQuery 1.2.1 call to .height() Crashes IE 6.0 and IE 7.0 fully) reopened by
- I faced this problem while deploying a website, and it seems to be …
- 9:15 AM Ticket #3669 (IE doesn't support [@href=#]) created by
- I'm trying to make something on all links that have a sharp in their …
Nov 30, 2008:
- 4:42 PM Ticket #3668 (getScript and JSONP fails on about:blank) created by
- I have a bookmarklet which uses jQuery, and when the bookmarklet is …
Nov 29, 2008:
- 9:30 PM Ticket #3667 (Getting "background-position" on Firefox 2.0.0.18 (and olders)) created by
- When I want the Background Position of one element, the correct CSS …
- 1:26 PM Ticket #3666 (Remove dead code from $(fn) shortcut for $(document).ready(fn)) created by
- The code for the $(fn) shortcut is: return jQuery( document )[ …
- 12:57 PM Ticket #3610 (At BugTracker - Error when consulting timeline with year 05 (not an ...) closed by
- invalid
- 12:57 PM Ticket #3606 (Issue with datepicker in asp.net) closed by
- invalid
- 12:56 PM Ticket #3483 (Make jQuery.param an official API method) closed by
- fixed
- 11:43 AM Ticket #3665 (Pass the namespace to $.event.special.foo.setup) created by
- This would allow something like this: […] In this case, we use …
- 12:27 AM Ticket #3664 (returning results with <form> tag in .load function calls double-innerhtml) created by
- The full explanation is here: …
Nov 28, 2008:
- 8:25 PM Ticket #3663 (Document error status strings for $.ajax:error) closed by
- invalid: Ok, thanks for reporting, can you post the problem to …
- 8:14 PM Changeset [615a4ce]1.12-stable2.2-stablekillphp by
- src/core.js
- 8:06 PM Ticket #3663 (Document error status strings for $.ajax:error) created by
- Looking through the source, I see that the "textStatus" parameter of …
- 6:58 PM Ticket #3662 (Add an Event class to jQuery) created by
- While it's possible to pass custom event objects to jQuery.trigger, …
- 4:49 PM Ticket #3659 (Selector selects only 1 element...) closed by
- invalid: A document can't have more than 1 element with the same id, they have …
- 4:43 PM Ticket #3661 (ui/sortable(): dragged element has incorrect position due to body-margin) closed by
- invalid: This belongs to the UI Bug Tracker.
- 2:08 PM Ticket #3661 (ui/sortable(): dragged element has incorrect position due to body-margin) created by
- jquery-ui/sortable() Happens both in IE and Firefox When i start …
- 10:39 AM Ticket #3660 (validate) created by
- Hi, I have just started to study jQuery validation Plug-in i copied …
Note: See TracTimeline
for information about the timeline view.