grails-samples / grails-website

Grails Web Site
157 stars 174 forks source link

can't update plugin's wiki description #58

Closed ghost closed 9 years ago

ghost commented 10 years ago

When I tried to edit a plugin's wiki description, I was presented with the screen shown in the attached image. It was impossible to press the Update or Cancel buttons, even if I clicked on the part of the screen where they appeared.

I was able to workaround the issue by triggering the click of the Update button in the JavaScript console

$('#updatePlugin').click()

I tried Firefox and Chrome, but the problem occurs in both screen shot 2014-09-02 at 18 10 54

mathifonseca commented 10 years ago

I created the Pull Request #59 that fixes this issue in my local fork and another minor bug. There is also Pull Request #56 by @davydotcom. I really don't know which one works best, maybe both.

lhotari commented 9 years ago

Fixed already some time ago.