On 11/28/06 6:32 PM, "Jon Wilmoth" <[EMAIL PROTECTED]> wrote:

> I'm trying to slowly convert my struts 1.3.5 app to struts 2 and started with
> a mixed (S1/S2) usage mode as described in the migration docs.  My first
> transition area is to replace date input fields with the struts2 datepicker
> tag.  I've been able to successfully render a datepicker tag.  When I click on
> the calendar icon a calendar appears.  Here lies the first bug...albeit a
> minor one.  The calendar doesn't render over the top of a drop-down widget
> (only a problem with IE).

I don't think this is a problem with the tag, because I have the same issue
in IE with css based drop down menus. It appears to me that in IE select
list controls are always on top, period. I have found no work around for
this.

> It does successfully render over other widget types (i.e. text boxes, html
> text, labels).  I'm dealing with this by repositioning the date field below my
> dropdown field, but I could see where this might not be possible in some
> cases.  The second issue I'm seeing is once I click a date in the calendar,
> the associated text widget is populated correctly, but the pop-up/slide-out
> calendar itself doesn't close.  In fact, once the calendar is shown, I can't
> get it to close w/out re-rendering the page.  This second issue exists with
> both browsers I'm testing with IE v6 w/SP2 and Firefox v2.0.  Are either of
> these known issues?  How do I get the slide-out calendar to disappear when a
> date is clicked on?

I have no idea about this.

Take care,

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to