gigaZhang / struts2-jquery

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

Positioning problems with navigator dialogs using grid within a tab #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. grid element within tab

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

When navigator buttons pressed - dialogs appear incorrectly positioned. The 
add/edit moves the grid rows down and appears at top.

This works even more incorrectly if I loadFromGoogle - the dialogs move all 
window elements (including tabs) down and overlay is over all viewport.

Which struts2 version?

2.2.1

Which struts2-jquery plugin version?

2.5.0

Please provide any additional information below.

Original issue reported on code.google.com by mryan...@gmail.com on 16 Dec 2010 at 11:25

GoogleCodeExporter commented 9 years ago
Not just within a tab - problem occurs when loading grid as follows:

<s:url var="viewGrid" action="view_grid" namespace="/jspf" />
<sj:a id="viewGrid" href="%{viewGrid}" targets="col2_content">Grid</sj:a>

Original comment by mryan...@gmail.com on 16 Dec 2010 at 11:38

GoogleCodeExporter commented 9 years ago
Please close ticket - the css was getting all mixed up with ajax load. I 
simplified, then added my functionality and all works fine. Apologies. 

Also no problems with loadFromGoogle attribute.

Original comment by mryan...@gmail.com on 16 Dec 2010 at 12:57

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 16 Dec 2010 at 2:01