File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,11 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103
103
104
104
## Changelog ##
105
105
106
+ ### 1.5.20 ###
107
+
108
+ * Fixing backdrop would not position properly in IE6 (Issue #59 )
109
+ * Fixing nested input elements not accessible in Chrome / Safari (Issue #58 )
110
+
106
111
### 1.5.19 ###
107
112
108
113
* fixing sub-menu positioning when ` $.ui.position ` is not available (Issue #56 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jQuery contextMenu" ,
3
- "version" : " 1.5.19 " ,
3
+ "version" : " 1.5.20 " ,
4
4
"title" : " jQuery.contextMenu()" ,
5
5
"author" : {
6
6
"name" : " Rodney Rehm" ,
Original file line number Diff line number Diff line change 1
1
/*!
2
2
* jQuery contextMenu - Plugin for simple contextMenu handling
3
3
*
4
- * Version: 1.5.19
4
+ * Version: 1.5.20
5
5
*
6
6
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
7
7
* Web: http://medialize.github.com/jQuery-contextMenu/
Original file line number Diff line number Diff line change 1
1
/*!
2
2
* jQuery contextMenu - Plugin for simple contextMenu handling
3
3
*
4
- * Version: 1.5.19
4
+ * Version: 1.5.20
5
5
*
6
6
* Authors: Rodney Rehm, Addy Osmani (patches for FF)
7
7
* Web: http://medialize.github.com/jQuery-contextMenu/
You can’t perform that action at this time.
0 commit comments