Open GoogleCodeExporter opened 9 years ago
I had the same problem with Firefox 5/ubuntu 11.10 with 1.7 version of
Rsslounge.
I resolved the problem by removing _.disableSelection()_ on file
_/public/javascript/dialogs.js_
{{{
diff --git a/public/javascript/dialogs.js b/public/javascript/dialogs.js
index 88e3fe1..6d22ce1 100644
--- a/public/javascript/dialogs.js
+++ b/public/javascript/dialogs.js
@@ -318,7 +318,7 @@ rsslounge.dialogs = {
*/
initializeDialogCategories: function() {
// make list sortable
- $('#categories-list').sortable({ items: 'li:not(.add)', axis: 'y'
}).disableSelection().addTouch();
+ $('#categories-list').sortable({ items: 'li:not(.add)', axis: 'y'
}).addTouch();
// edit category
var editEvent = function() {
@@ -635,4 +635,4 @@ rsslounge.dialogs = {
}
});
}
-};
\ No newline at end of file
+};
}}}
Original comment by adev2...@gmail.com
on 30 Jun 2011 at 3:32
If you still have the problem you can fix like this
Go to the name of categories and in the line that you need to write press right
click from mouse then you can write
REMEMBER first click right click from mouse
Original comment by i...@svastarnik.com
on 6 Jul 2011 at 12:40
In Opera 11.50 I cannot entre the entry field via mouse. Using the tabulator
key works.
Original comment by google.3...@spamgourmet.com
on 8 Jul 2011 at 5:38
okay... March 2012 still not solved !!!
Original comment by pessina....@gmail.com
on 28 Mar 2012 at 2:40
Original issue reported on code.google.com by
baufre...@gmail.com
on 25 Jun 2011 at 9:48