Minutes (Notes) of the meeting of jQuery
Location: #jquery-meeting on Freenode
Time: 2pm ET
NOTE: This meeting has been moved to Wednesday to avoid conflicts with
the jQuery Conference.
Official Agenda:
jQuery 1.6 RC
Problems with the beta?
Docs status
Blocker Status
- http://bugs.jquery.com/query?status=!closed&milestone=^1.6&report=207&order=priority
- Duplicate mouseover and mouseout events added to cloned element.
- Setting checked to true on a disconnected checkbox does not carry over after attaching to DOM.
- live(“hover”, … ) broken in 1.5.1
- Leak with events in IE
Release Dates:
- RC: Tuesday the 26th
- Final: Tuesday the 3rd
1.7 spreadsheet will be available with 1.6 release
Pull Request Review
Fix 6782 – Optimize regex for innerHTML to allow more html snippets to use faster method
- Patch appears to be in limbo? Dave, do you have this one?
- http://bugs.jquery.com/ticket/6782
-
- John: Needs some tests and code cleanup
- http://bugs.jquery.com/ticket/6593
#7061 – In IE form isn’t submitted when disabling submit button in submit callback
- John: Seems like this might do the trick? Recommending a possible code reorg.
- http://bugs.jquery.com/ticket/7061
Possible 1.7 Pull Requests
Synchronousslots
- Is this a 1.7 thing? Is this needed with the recent effects changes?
- http://bugs.jquery.com/ticket/6281
-
- Sounds like this should be converted into a “CSS shorthand” thing used by both .css() and .animate(). Push to 1.7?
- http://bugs.jquery.com/ticket/8498
Bug 4446 – Add selector support to .andSelf()
- Push to 1.7?
- http://bugs.jquery.com/ticket/4446
#5479 – Allow passing multiple attributes to removeAttr
- Push to 1.7?
- http://bugs.jquery.com/ticket/5479
#7323 – Allow removing multiple data keys at once with $.fn.removeData
- Push to 1.7?
- http://bugs.jquery.com/ticket/7323
1
2
3
4
5
6
7
8
9
10
11
12
13
|
|