ABCDEFGHIJKLMNOPQRST
1
Location / Time#jquery-meeting on irc.freenode.net / 2:00pm Eastern TimeOpen Tickets: 296Open PRs: 34
2
TopicDetailStatus
3
1.5.0Waiting on changes from ui
4
ClassesWorking on upstream changes
5
ButtonCSS update (button, checkboxradio, controlgroup)Jasper continued to work on https://github.com/jquery/jquery-mobile/pull/7753
6
Auto InitNew module detailsremoving nojs its not documented
7
8
data- attribute name spacebackcompat
9
Pointer Eventstransferedhttps://github.com/jquery/PointerEvents
10
CSS Frameworkhttps://github.com/jquery/chassis/Chassis
11
12
Popup on Androidhttps://github.com/jquery/jquery-mobile/issues/7862Made a PR: https://github.com/jquery/jquery-mobile/pull/7893
13
Events split-uphttps://github.com/jquery/jquery-mobile/issues/7805Made a PR: https://github.com/jquery/jquery-mobile/issues/7889
14
Selectmenu keyboard navigation + fixed toolbar autohide/show issueshttps://github.com/jquery/jquery-mobile/issues/5514The fix for #5514 is to blur() the select upon change. This fix is causing problems with the keyboard navigation. The fix was added so that hideDuringFocus might work for fixed toolbars. However, fixed toolbars may need to be notified that they need to reappear by means other than those of blur()ring the select upon change. The fix for #5514 causes regression #6028 and preventing the type-to-select-option behaviour required for a fix to #3184
15
https://github.com/jquery/jquery-mobile/issues/6028
16
https://github.com/jquery/jquery-mobile/issues/3184
17
https://github.com/jquery/jquery-mobile/pull/7903Partially addresses #3184. I don't believe it is possible to fully fix #3184, so this may have to be the final fix for it.
18
https://github.com/jquery/jquery-mobile/pull/7902The hide-upon-focus for the fixed toolbar was not working in the case of a native select on Android 4.1.2. This fixes that, but it does not address the issue of how to re-fix the toolbar after the native selectmenu is dismissed without triggering change. The basic problem: We know when a selectmenu is opened (see #7903), but we don't know when it's closed.
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100