cancel
Showing results for 
Search instead for 
Did you mean: 

[ALFCOM-3435]Button in document library disabled on IE7

wilayers
Champ in-the-making
Champ in-the-making
Hi,

I installed Alfresco Community v3.2.0 (2313).

When I want to add a document in my site, I can't on IE7, the buttons are disabled. On Firefox or IE8, they work.

Nobody has the same problem ?

JIRA link : https://issues.alfresco.com/jira/browse/ALFCOM-3435

Thanks
Will
8 REPLIES 8

norgan
Champ in-the-making
Champ in-the-making
test out share.alfresco.com, if it behaves the same over there. If so - it is a client problem with your browser.

Norgan

wilayers
Champ in-the-making
Champ in-the-making
In this link, all is ok. But it's Alfresco Enterprise v3.1.0 (142), my bug is with Alfresco Community

The problem occurred with the latest version of HEAD, before there was not.

wilayers
Champ in-the-making
Champ in-the-making
This is the screen :

[img]http://www.monsterup.com/upload/1254214820652.jpg[/img]

norgan
Champ in-the-making
Champ in-the-making
Ok, if you know for sure, its a bug, go to issues.alfresco.com and raise a ticket. Insert the link here to let people vote on it and know, a ticket exists already. Best also edit your first post and insert ticketId in heading. Oh - and just in case you can fix it - make sure to mention it in the ticket.

Good hunting,
Norgan

wilayers
Champ in-the-making
Champ in-the-making
Thank you for your help.

I created the ticket and wait a response.

Will

mikeh
Star Contributor
Star Contributor
Thanks for the bug report - it's been fixed on HEAD.

Mike

zengqingyi12
Champ in-the-making
Champ in-the-making
Thanks for the bug report - it's been fixed on HEAD.

Mike

Hi Mike, Can you explain what's the problem ? And how to fix ? or Revision version ?
Thanks very much !

mikeh
Star Contributor
Star Contributor
It's rev 16590 on HEAD (you can't see that from JIRA as it's our old way of tracking). Here's the diff:
$ svn diff -c 16590
Index: projects/remote-api/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.json.ftl
===================================================================
— projects/remote-api/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.json.ftl   (revision 16589)
+++ projects/remote-api/config/alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/doclist.get.json.ftl   (revision 16590)
@@ -21,7 +21,7 @@
                "edit" : ${user.permissions.edit?string},
                "delete" : ${user.permissions.delete?string}
             }
-         },
+         }
       },
       "onlineEditing": ${doclist.onlineEditing?string},
       "itemCounts":

Thanks,
Mike