sreejith12 / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

Changing a name for a category does not work at all. #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install rsslounge
2. Use Firefox 4 or 3.6 to or edit a category
3. You can not enter the field to edit.

What is the expected output? What do you see instead?

I should be able to change the name. Currently the function is useless.

What version of the product are you using? On what operating system?

latest 1.7 on Debian 6 with Apache 2.2.

Please provide any additional information below.

There are no warnings present. Deleting and creating categories work without 
issues.

My current workaround is to set the names directly in the database.

Original issue reported on code.google.com by baufre...@gmail.com on 25 Jun 2011 at 9:48

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
okay... March 2012 still not solved !!!

Original comment by pessina....@gmail.com on 28 Mar 2012 at 2:40