jasimcse / fsnet

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

community cannot be deleted on specific browsers (Chrome,Opera) #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. create a "communaute" choosing "ted"
2. click on "supprimer"
3. confirm you cant to delete it

it doesn't work, it still here and you can use it.

Original issue reported on code.google.com by svan...@aol.com on 4 Mar 2010 at 10:14

GoogleCodeExporter commented 9 years ago
correct.

It looks like a javascript problem.
I reproduced it on chrome.

It used to work yesterday...

Original comment by daniel.l...@gmail.com on 4 Mar 2010 at 10:22

GoogleCodeExporter commented 9 years ago
I use Opera 10.50, witch just has been release with a brand new JavaScript 
engine, may 
be it is connected.

Original comment by svan...@aol.com on 4 Mar 2010 at 10:27

GoogleCodeExporter commented 9 years ago
Well reproduced to under Chromium :-)

(Like ...,it's better when it's free)

Original comment by mat.boni...@gmail.com on 7 Mar 2010 at 11:56

GoogleCodeExporter commented 9 years ago
works perfectly with firefox.
It's likely a navigator specific problem

Original comment by cereli...@gmail.com on 16 Mar 2010 at 8:35

GoogleCodeExporter commented 9 years ago
The issue is caused by the href attribute that conflicts with the onclick 
javascript.

It can be fixed that way.

<a class="button"
onclick="confirmDelete('DeleteCommunity.do?communityId='+${community.id})">   
                                <bean:message key="communities.delete"/>
                            </a>

Original comment by cereli...@gmail.com on 16 Mar 2010 at 9:36

GoogleCodeExporter commented 9 years ago
fix in r1379

Original comment by aud4...@gmail.com on 16 Mar 2010 at 10:03