gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Show-Hide columns not working #974

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Show - Hide button is not working in the showcase (and in my app). The error in 
file jquery.struts2.min.js says "Uncaught TypeError: Cannot call method 
'replace' of undefined"

What steps will reproduce the problem?

1. Go to http://struts.jgeppert.com/struts2-jquery-showcase/index.action
2. Press button Show/Hide Columns
3. Nothing happends
This happends also in my code but showcase is a really easy way of showing it

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

This should raise a dialog to sleect visible columns. Instead nothing happends 
(really an error happends)

Which struts2 version?
2.3.15

Which struts2-jquery plugin version?
3.5.1

Please provide any additional information below.

Original issue reported on code.google.com by dante....@gmail.com on 3 May 2013 at 11:45

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/struts2-jquery/source/detail?r=1825

Looks like onClickTopics for buttons are not working. As a current workaround 
you can use Anchor tag. See Showcase commit above.

Original comment by johgep on 1 Jun 2013 at 8:33

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 2 Jun 2013 at 1:03

GoogleCodeExporter commented 9 years ago
Now the dialog rises but hiding or showing columns does not work at all. I will 
file a new bug to explain this.

Original comment by dante....@gmail.com on 25 Jun 2013 at 10:01