hungsama / struts2-jquery

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

struts2-jquery datepicker components under struts2 core 2.1.8.1 framework: during runtime, it generates visible div tag. #1007

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(This is for feature requests and bugs in Struts2 jQuery Plugin - for
getting help, please use the User Group.
http://groups.google.com/group/struts2-jquery )

What steps will reproduce the problem?
1. when use the components, it would runtime/documentReady generate visible div 
tag to occupy the space of the web page bottom.
2. when add the js snippet as below, it works(bottom blank stripe disappear)
$(window).load(function(){
    $('#ui-datepicker-div').hide();
});

What is the expected output? What do you see instead?
Such the runtime generated Div Tag wasn't expected to display or occupy any 
space on body of webpage.

Which struts2 version?
/js/struts2/jquery.struts2.js
/* Requires use of jQuery and jQuery UI optional.
 * Tested with jQuery 1.4.2 and jQuery UI 1.8
 *
 * Copyright (c) 2008 Eric Chijioke (obinna a-t g mail dot c o m)
 * Copyright (c) 2010 Johannes Geppert http://www.jgeppert.com
 */
/js/jquery-ui/jquery-ui-1.8.5.custom.min.js

Which struts2-jquery plugin version?
struts2 core 2.1.8.1
jquery.struts2.js
 * Requires use of jQuery and jQuery UI optional.
 * Tested with jQuery 1.4.2 and jQuery UI 1.8
 *
 * Copyright (c) 2008 Eric Chijioke (obinna a-t g mail dot c o m)
 * Copyright (c) 2010 Johannes Geppert http://www.jgeppert.com

Please provide any additional information below.

Original issue reported on code.google.com by tradevan...@gmail.com on 12 Jul 2013 at 3:45

Attachments:

GoogleCodeExporter commented 9 years ago
Struts 2.1.8.1 is not supported by the current version. Please upgrade your 
Struts Version or use an older version of this Plugin.

Original comment by johgep on 5 Aug 2013 at 7:39

GoogleCodeExporter commented 9 years ago
facing same issue please help what need to be done...

Original comment by shardapr...@gmail.com on 11 Nov 2013 at 6:46