Timeline
Apr 29, 2011:
- 10:44 PM Ticket #9025 (jQuery.map( array_like ) and bounding values) created by
- Test: http://jsfiddle.net/YWeDX/
- 9:17 PM Ticket #9023 (jQuery.map( { length: 0 } )) closed by
- invalid: Consider the following: Array-like objects, such as jQuery …
- 8:45 PM Ticket #9023 (jQuery.map( { length: 0 } )) created by
- IF
{ length: 3, 0: "a", 1: "b", 2: "c" }
is array-like, then … - 7:33 PM Ticket #9022 (Negative eq() in IE does not return null) created by
- I found a problem in older IE browsers (pre-IE9) where using a …
- 4:43 PM Ticket #8993 (jQuery.map( emptyNodeList ) enumerating properties.) closed by
- invalid: jQuery does not have documented support for native DOM NodeLists
- 3:38 PM Ticket #9020 (tmpl() function does not populate href attribute in a tag in FF 3.6.16 ...) closed by
- invalid: According to the big red box displayed on the new tickets page: For …
- 3:25 PM Ticket #9020 (tmpl() function does not populate href attribute in a tag in FF 3.6.16 ...) created by
- I have tried to use tmpl() function and it seems that it does not …
- 2:59 PM Ticket #9019 (IE8: creating attribute class throws error) closed by
- invalid: wrap "class" in quotes.
- 12:31 PM Ticket #9019 (IE8: creating attribute class throws error) created by
- In IE8 I get an error while creating an element like this: […] …
- 11:15 AM Ticket #9017 (Chrome Console Nested Filters Issue) closed by
- worksforme: Works for me http://jsfiddle.net/rwaldron/MTZQY/11/show/
- 11:05 AM Ticket #9011 (Allow $() to handle properly an array of jQuery objects as first argument) closed by
- wontfix: @xavierm02, ajpiano described plenty of good options and we're …
- 10:36 AM Changeset [e2bace8]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/event.js
- test/unit/event.js
- 9:58 AM Ticket #9015 (Add the possibility of synchronous loading of external scripts) closed by
- invalid: script.async = false won't make the request synchronous in the $.ajax …
- 9:55 AM Ticket #9016 (.then() should return a new promise) closed by
- wontfix: Yes, pipe is what you need. I know we broke the Promises/A contract …
- 9:53 AM Ticket #9017 (Chrome Console Nested Filters Issue) created by
- When I try and use nested filters in a CSS style selector in Chrome on …
- 9:08 AM Ticket #9016 (.then() should return a new promise) created by
- other promise implementations return a new promise from .then(). that …
- 8:25 AM Ticket #9015 (Add the possibility of synchronous loading of external scripts) created by
- https://github.com/jquery/jquery/blob/master/src/ajax/script.js line …
- 4:19 AM Ticket #9014 (Some attribute selectors with brackets don't work in IE7) created by
- Selectors such as
input[name="field[0]"]
do not work in Internet … - 3:55 AM Ticket #8873 (IE memory leak in jquery support function) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:55 AM Ticket #8840 (Form Serialize) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:55 AM Ticket #8826 (ALLOWTRANSPARENCY can be set in constructor but not using attr()..) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:55 AM Ticket #8823 (parseJSON Chrome) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:55 AM Ticket #8817 (Status of XMLHttpRequest object is not set to 0 (If any ajax request ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:55 AM Ticket #8816 (Google Chrome .height(), .innerHeight(), .outerHeight() sometimes ...) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Apr 28, 2011:
- 10:26 PM Changeset [bf678fd]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/attributes.js
- src/event.js
- 9:15 PM Changeset [ca36767]1.12-stable2.2-stablekillphp by
- src/event.js
- test/unit/event.js
- 7:18 PM Changeset [e5f4ec84]1.12-stable2.2-stablekillphp by
- README.md
- 5:56 PM Changeset [ebf2faca]1.12-stable2.2-stablekillphp by
- README.md
- 5:36 PM Ticket #8935 (getJSON closure problem?) closed by
- worksforme: The issue with your code is that you were assuming the JSON/ajax …
- 5:16 PM Ticket #9011 (Allow $() to handle properly an array of jQuery objects as first argument) created by
- Adding feature: $( [ $('<p></p>'), $('<span></span>') ] ); is now …
- 5:12 PM Ticket #8986 (element.data() returns undefined for given key!) closed by
- worksforme: Closing as the original reporter is now clear on the actual behavior …
- 4:36 PM Ticket #9008 (Consistent rspaces definitions) closed by
- fixed: Make cached rspaces regex definitions consistent. Fixes #9008 …
- 4:31 PM Changeset [b8a9c2b]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- 4:06 PM Changeset [57f56be]1.12-stable2.2-stablekillphp by
- src/ajax.js
- src/event.js
- 3:56 PM Changeset [632cd6c]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 3:32 PM Ticket #8991 (Add aliases to testrunner.js for equals and same) closed by
- fixed: Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes …
- 3:28 PM Changeset [ebac797]1.12-stable2.2-stablekillphp by
- test/data/testrunner.js
- 3:03 PM Ticket #9010 (:checkbox Fails in IE) created by
- Using ":checkbox" in IE (and not "input:checkbox) produces the …
- 2:39 PM Ticket #9009 (jQuery 1.3.2. is thorwing an error in IE 9 browser) created by
- Due to some dependencies, we are using jQuery 1.3.2 version in our …
- 2:02 PM Ticket #9008 (Consistent rspaces definitions) created by
- Make cached rpaces regex definitions consistent
- 12:50 PM Ticket #9007 (Textarea value (via ".val()") differs from actual posted value ...) created by
- See Ticket #6876 for some background. When asked for the value of a …
- 12:11 PM Ticket #8998 (Starts With Selector does not work under IE7) closed by
- cantfix: The selector is working correctly. …
- 11:53 AM Ticket #8997 (new attribute "form" (HTML5) is not supported, .attr('form') not ...) closed by
- fixed: This is working properly in jQuery git. …
- 10:17 AM Ticket #9006 (Form validate) closed by
- invalid: Thanks for your time and interest in helping out with the jQuery …
- 10:12 AM Ticket #9005 (.live() breaks when using .add()) closed by
- wontfix: Thanks for taking the time to help out the jQuery project, but this is …
- 10:04 AM Ticket #9006 (Form validate) created by
- How do I do to validate text´s elements into form. Using the …
- 10:02 AM Ticket #9005 (.live() breaks when using .add()) created by
- See example : http://jsfiddle.net/fNeNX/ Change: …
- 9:42 AM Ticket #9001 (TICKET 9001) closed by
- worksforme
- 8:56 AM Ticket #9001 (TICKET 9001) created by
- IT'S OVER NINE THOUSAND
- 6:33 AM Ticket #9000 (parseerror in jquery-1.5.1.min.js) created by
- When loading json with ajax, throws a parse error while the json …
- 5:40 AM Ticket #8999 (ajax bug in Opera 11) created by
- http://katalog.lg.ua/jquery_bug/index.html $.post("2.php", { notice: …
- 5:13 AM Ticket #8992 (I,m using slickgrid plugin but,when I drag the column width occur ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. Unfortunately, …
- 4:10 AM Ticket #8998 (Starts With Selector does not work under IE7) created by
- When trying to select a button based on onclick property IE7 fails to …
- 3:50 AM Ticket #8997 (new attribute "form" (HTML5) is not supported, .attr('form') not ...) created by
- $('form input').attr('form') will return DOM-object form, but not …
- 3:43 AM Ticket #8867 (.load() and <script> tags doesnt work in any IE) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:27 AM Ticket #8996 (`defaultDisplay()` may return inaccurate results) created by
- https://github.com/jquery/jquery/blob/c0450f3c2aab7af902ccf4ba0537088fc …
- 3:08 AM Ticket #8995 (jQuery.map( iframejQuery() ) enumerating properties.) created by
- jQuery.map( iframejQuery() ) enumerating properties. Test: …
- 3:05 AM Ticket #8994 (Fix IE Throbber of Doom in `defaultDisplay()`) created by
- See http://bugs.jquery.com/ticket/8985#comment:2 and …
- 3:04 AM Ticket #8993 (jQuery.map( emptyNodeList ) enumerating properties.) created by
- Test: http://jsfiddle.net/LPcsZ/
- 2:52 AM Ticket #8992 (I,m using slickgrid plugin but,when I drag the column width occur ...) created by
- I am using slickgrid plugin but,when I drag the column width it occur …
Apr 27, 2011:
- 6:12 PM Ticket #8991 (Add aliases to testrunner.js for equals and same) created by
- QUnit will soon be dropping support for equals() and same(). Adding …
- 4:33 PM Changeset [c0450f3c]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 11:09 AM Ticket #8989 (IE9 Running Error (jquery 1.4.4,jquery 1.5.2)) created by
- (JQuery 1.4.4 or jQuery 1.5.2) running under the same code in IE8 and …
- 11:07 AM Ticket #8988 (function is not supported) created by
- elem.setAttribute is not a function jquery-1.6rc1.js Line 2198
- 6:42 AM Ticket #8987 (jQuery 1.5 statusText) closed by
- duplicate
- 6:39 AM Ticket #8970 (Ajax request across domain bug for IE since jQuery 1.5 (New)) closed by
- wontfix: Set jquery.support.cors to true and it'll work. Sorry about the …
- 5:36 AM Ticket #8987 (jQuery 1.5 statusText) created by
- jqXHR.statusText do not get from exactly text status from server …
- 5:11 AM Ticket #8986 (element.data() returns undefined for given key!) created by
- Fiddle: http://jsfiddle.net/ZeSpD/ Description: …
- 5:04 AM Ticket #8985 (Animate fali with Forbidden error in IE domain set page) created by
- The jsfiddle.net has problem in create the testcase so I create the …
- 4:34 AM Ticket #8984 (jQuery doesn't parse html from string correctly!) created by
- Fiddle: http://jsfiddle.net/FEK7F/4/ Description: When …
- 12:56 AM Changeset [b5772da]1.12-stable2.2-stablekillphp by
- build/release-notes.js
- build/release-notes.txt
Apr 26, 2011:
- 11:33 PM Ticket #8983 (123) created by
- $(document).ready(function() { $('.box2').hide(); $('.box3').hide(); …
- 10:33 PM Ticket #8975 (Opera 11 and list selectors) closed by
- worksforme: Closing per OP findings
- 8:19 PM Ticket #8982 (bind("unload someOther") => on unload, handler is not executed only once.) created by
- Test: http://jsfiddle.net/sTf34/
- 7:47 PM Ticket #8981 (Support for array of types in bind, unbind, live, die, delegate, ...) created by
- See discussion starting at …
- 4:23 PM Changeset [a8988e3]1.12-stable2.2-stablekillphp by
- build/release.js
- 4:22 PM Changeset [fd11df1e]1.12-stable2.2-stablekillphp by
- version.txt
- 4:21 PM Changeset [455edf1]1.12-stable2.2-stablekillphp1.6rc1 by
- version.txt
- 2:30 PM Ticket #8980 (Feature: jQuery.deserialize()) created by
- There exists methods to serialize data from a form into a URL-encoded …
- 1:34 PM Ticket #8979 (ajax 'data' arg stomped on by jQuery.extend()) closed by
- invalid: This is the exact, 100% correct behavior of $.extend
- 1:31 PM Ticket #8979 (ajax 'data' arg stomped on by jQuery.extend()) created by
jQuery.ajax()
merges the passed-in arguments with defaults …- 10:46 AM Ticket #8977 (:checked attribute returning the first value, even after changes) closed by
- invalid: That is the correct behavior. This is something that was fixed in …
- 10:08 AM Ticket #8978 (jQuery.support core style guide correction) closed by
- fixed: jQuery.support core style guide correction. Fixes #8978 Changeset: …
- 10:08 AM Changeset [742e15c]1.12-stable2.2-stablekillphp by
- src/support.js
- 9:45 AM Changeset [08f52d6]1.12-stable2.2-stablekillphp by
- src/support.js
- 9:37 AM Ticket #8978 (jQuery.support core style guide correction) created by
- Single quotes spotted. Fixin'
- 9:29 AM Ticket #7413 (Browser inconsistencies return of jQuery.isEmptyObject) closed by
- invalid: Best patch ever === no patch at all.
- 9:26 AM Ticket #8977 (:checked attribute returning the first value, even after changes) created by
- […]
- 8:06 AM Ticket #8976 (ajax function is not defined) closed by
- invalid: Sounds like your code, or the code of a plugin, is using an …
- 3:07 AM Ticket #8976 (ajax function is not defined) created by
- after updated 1.5.2 $.handleError is not a function So i replace it …
- 2:50 AM Ticket #8975 (Opera 11 and list selectors) created by
- <div id="form"> <select name="AAA"><option value="111" …
- 1:18 AM Ticket #8974 (Warning : Unresponsive script) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. The warning …
- 12:43 AM Ticket #8974 (Warning : Unresponsive script) created by
- I am encountering a jquery-script error. The error message is …
Apr 25, 2011:
- 10:12 PM Ticket #8972 (HIERARCHY_REQUEST_ERROR(3) appending XHTML DIV into XHTML DIV on IE) closed by
- invalid: Ok then. I looked into it a little more based on Dave's comment and …
- 6:51 PM Ticket #8972 (HIERARCHY_REQUEST_ERROR(3) appending XHTML DIV into XHTML DIV on IE) reopened by
- It shouldn't be different from html. That is interesting. Have you …
- 6:28 PM Ticket #8763 (Unhandled exception: document.defaultView.getComputedStyle(div, null) ...) closed by
- cantfix: This is an issue I ran into while working on the default display bug. …
- 6:12 PM Ticket #8783 (1.5.2 getComputedStyle bug) closed by
- duplicate
- 3:53 PM Ticket #8971 (css unit tests shouldn't test for widows & orphans in IE6-8) closed by
- fixed: No need to test for widows & orphans values in IE6-8. Fixes #8971 …
- 3:53 PM Changeset [fb65ba4]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 2:44 PM Ticket #8972 (HIERARCHY_REQUEST_ERROR(3) appending XHTML DIV into XHTML DIV on IE) closed by
- duplicate
- 2:08 PM Ticket #8972 (HIERARCHY_REQUEST_ERROR(3) appending XHTML DIV into XHTML DIV on IE) created by
- I originally created …
- 1:13 PM Changeset [86d5d3e]1.12-stable2.2-stablekillphp by
- test/unit/css.js
- 1:08 PM Ticket #8971 (css unit tests shouldn't test for widows & orphans in IE6-8) created by
- css unit tests shouldn't test for widows & orphans in IE6-8.. because …
- 12:54 PM Ticket #8970 (Ajax request across domain bug for IE since jQuery 1.5 (New)) created by
- My ticket is set to invalid by accident, so I post it again. Please …
- 12:41 PM Changeset [5165033]1.12-stable2.2-stablekillphp by
- src/attributes.js
- test/unit/attributes.js
- 12:41 PM Changeset [83e9ce95]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 12:41 PM Changeset [9559b1a]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 12:38 PM Ticket #8969 (offset() returns incorrect value after CSS transform in WebKit) closed by
- duplicate
- 12:24 PM Ticket #8958 (Ajax request across domain bug for IE since jQuery 1.5) closed by
- invalid: Until we have a clear view of what's going on, I'll close this as …
- 12:20 PM Ticket #8969 (offset() returns incorrect value after CSS transform in WebKit) created by
- In some (most?) cases, offset() uses getBoundingClientRect(). However, …
- 11:52 AM Ticket #8926 (Bay Area jQuery Conference T-Shirts do not follow the style guide.) closed by
- invalid: Ok, we're closing bugs for 1.6, to make sure we have no blockers. We …
- 11:04 AM Ticket #8945 ([webkit] position() return incorrect left coordinate when html ...) reopened by
- 11:01 AM Ticket #8967 (Selector [value=XXX] regress in 1.5.2) closed by
- worksforme: Test in chrome 10 & 12 on windows XP: http://jsfiddle.net/rwaldron/JKZ2t/
- 10:55 AM Ticket #8963 ($('name=a.b'),when the value include the point '.',the error has been ...) closed by
- invalid: Your selector is invalid. You need to use brackets for attribute …
- 10:49 AM Ticket #8968 (Autocomplete not working in Firefox and IE) closed by
- invalid: Thanks for taking the time to contribute to the jQuery project! …
- 10:22 AM Ticket #8940 ($.getJSON does not use "text json" converter) closed by
- duplicate
- 9:27 AM Ticket #8968 (Autocomplete not working in Firefox and IE) created by
- The code given on this site as example for autocomplete works when …
- 8:35 AM Ticket #8967 (Selector [value=XXX] regress in 1.5.2) created by
- Selector "SELECT[name=FOO] option[value=BAR]" works in 1.4.4 and …
- 8:05 AM Ticket #8966 ($(this).val() is not working in Mozilla) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Project. Please see here …
- 7:31 AM Ticket #8962 (links not working) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. We're currently …
- 7:03 AM Ticket #8966 ($(this).val() is not working in Mozilla) created by
- I have used this in JQuery to fetching value of this. Its working fine …
- 5:41 AM Ticket #8965 ($().after().end() differences between 1.3.2 and 1.5.2) created by
- <div id="pnode"><div id="fcnode"></div></div> …
- 4:02 AM Ticket #8736 (:submit selector) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:48 AM Ticket #8964 (jquery1.5.2 refresh bug) created by
- please replace (return typeof jQuery !== "undefined" && …
- 2:30 AM Ticket #8963 ($('name=a.b'),when the value include the point '.',the error has been ...) created by
- example:<input type="text" name="tlinePrice.cprcitem" /> …
- 1:00 AM Ticket #8962 (links not working) created by
- the tutorial links you have provided in your website are not working …
- 12:43 AM Ticket #8960 (attribute selector not working for IE 8 option selected attribute ...) closed by
- duplicate
Apr 24, 2011:
- 11:32 PM Ticket #7343 (.offset() setter works incorrectly in Opera) reopened by
- This is still broken in Opera 10.5x and earlier. My Opera 10.6x …
- 10:39 PM Ticket #8961 ("GET" ajax calls cannot send a message body. This is against the HTTP ...) created by
- […] While HEAD requests are expressly forbidden to have a message …
- 8:58 PM Ticket #8960 (attribute selector not working for IE 8 option selected attribute ...) created by
- $("option [selected]") When I load html content using AJAX that …
- 8:02 PM Ticket #8958 (Ajax request across domain bug for IE since jQuery 1.5) created by
- Hey, I am using .ajax() to retrieve or post data across domain. I …
- 5:28 PM Ticket #8954 (about text editor) closed by
- invalid
- 5:20 PM Ticket #8954 (about text editor) created by
- hi i am anupam from india this is reyal great text editor very easy …
- 5:19 PM Ticket #8952 (outerWidth calculated differently in FF4 and IE8 (jQuery 1.6b)) closed by
- fixed: That change has been removed since 1.6b1. Thank you! …
- 4:55 PM Ticket #8953 (html() remove <script> tags from HTML string) created by
- For example I get the HTML string from $.ajax, where is the <script> …
- 4:45 PM Ticket #8952 (outerWidth calculated differently in FF4 and IE8 (jQuery 1.6b)) created by
- Since jQuery 1.6b, outerWidth gives a different result in IE8 vs FF4 …
- 6:56 AM Ticket #8951 (jQuery could handle firefox bug 383026 with .scrollLeft()) created by
- Hi, This is a suggestion to handle a bug in Firefox (383026) rather …
Apr 23, 2011:
- 10:59 PM Ticket #8543 (live("hover", ... ) broken in 1.5.1) closed by
- invalid: Man, you had me going on this one! There is no event binding like …
- 10:56 PM Ticket #8624 (.hover() does not fire mouseleave when user mouses off viewport) closed by
- duplicate: No test case, but appears to have been a dup of #8456.
- 7:30 PM Ticket #8950 ((Chrome, Firefox) Second argument (event empty) in jQuery throws error ...) created by
- Link to test: …
- 7:23 PM Ticket #8930 (attr('selected', true); not following the selected item) closed by
- cantfix: I don't think there's anything we can do here. Unfortunately setting …
- 5:58 PM Changeset [02ad0aa]1.12-stable2.2-stablekillphp by
- src/event.js
- 1:56 PM Changeset [15ccae9]1.12-stable2.2-stablekillphp by
- src/attributes.js
- 1:53 PM Ticket #8945 ([webkit] position() return incorrect left coordinate when html ...) closed by
- worksforme: What you're looking for is the offset, since the position is static: …
- 11:44 AM Ticket #8768 (Chunker has problems with single quote in attribute filter) reopened by
- Looks like you opened the ticket as orsiumen and posted the fiddle as …
- 6:23 AM Ticket #8948 (Accordion menus stopped working with 1.6b1) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project. If you take a …
- 5:37 AM Ticket #8949 (.width() and .height() with css atrrbute clip in opera) created by
- I believe that the newest Opera version returns as value for .width() …
- 4:02 AM Ticket #8948 (Accordion menus stopped working with 1.6b1) created by
- Im using jQuery UI 1.9m4. The accordion menus stopped working when I …
- 3:47 AM Ticket #8768 (Chunker has problems with single quote in attribute filter) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 3:22 AM Ticket #8947 (jquery serialize post twice, three time, and etc) created by
- I created dynamic select.. first user select a choice then jquery load …
Apr 22, 2011:
- 10:51 AM Ticket #8946 (FadeIn is not working while fading in "details" element with HTML content) closed by
- invalid: The spec for the details tag has changed fairly recently and will soon …
- 9:47 AM Ticket #8946 (FadeIn is not working while fading in "details" element with HTML content) created by
- Demonstration is here: http://jsbin.com/okosa3/2
- 9:41 AM Ticket #8937 (wrapAll() Doesn't Expose Wrapper) closed by
- invalid: That's the way the API is documented to work. Just like
.clone()
… - 7:16 AM Ticket #8944 (jQuery("#A").html(htmlStr) doen´t work in IE) closed by
- worksforme: Thanks for submitting a ticket to the jQuery Project! I've created a …
- 6:59 AM Ticket #8942 (Datepicker (UI/API/1.8 and previous) date selection (event) don't work ...) closed by
- invalid: Thanks for submitting a ticket to the jQuery Project! Unfortunately we …
- 6:24 AM Ticket #8945 ([webkit] position() return incorrect left coordinate when html ...) created by
- Repro Steps: 1. extract …
- 5:20 AM Ticket #8944 (jQuery("#A").html(htmlStr) doen´t work in IE) created by
- Hello, The function jQuery("#results").html(htmlStr) doesn´t work in …
- 3:27 AM Ticket #8943 (':text' is case-sensitive on type whereas '[type=text]' is case-insensitive) created by
- Documentation for :text selector says $(':text') is equivalent to …
- 1:20 AM Ticket #8942 (Datepicker (UI/API/1.8 and previous) date selection (event) don't work ...) created by
- Datepicker (UI/API/1.8 and previous) date selection (event) don't work …
- 12:51 AM Changeset [9b00827]1.12-stable2.2-stablekillphp by
- test/unit/traversing.js
- 12:28 AM Changeset [bc7bb0d]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
- 12:27 AM Changeset [2942be7]1.12-stable2.2-stablekillphp by
- src/attributes.js
- src/support.js
- 12:02 AM Ticket #8936 (.css and .style call adds "px" to widows a orphans style prop which ...) closed by
- fixed: Landing pull request 340. Adds widows, orphans to cssNumber hash; …
- 12:02 AM Changeset [3d9445e]1.12-stable2.2-stablekillphp by
- src/css.js
- test/unit/css.js
Note: See TracTimeline
for information about the timeline view.