<ice:selectInputDate> popup calendar is not opaque.
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
<ice:selectInputDate> popup calendar is not opaque.  XML
Forum Index -> Portals & Portlets
Author Message
kamnas2k1

Joined: 21/06/2011 04:09:01
Messages: 6
Offline


Hi,

We are using Icefaces Portlets in our project.
These portlets should be capable of running on IE8 (with chrome frame).
Currently I am struggling to make <ice:selectInputDate> popup calendar as opaque. It is unfortunately overlapping on the text below. Therefore it is not looking clear and neither any styleClass is working on it.

I tried various forum posting suggestions, which suggested to create style sheets and add them, but they were of no use.
I have also added the following lines in my xhtml page;
<ice:outputStyle href="/xmlhttp/css/rime/rime-portlet.css" />
<ice:outputStyle href="/xmlhttp/css/xp/xp.css" />
but this is of no use.

I am attaching the jpeg file with this post. please have a look and suggest what I need to do?

Please help me with this.
Thanks,
Kamna
[Thumb - popupCalendar.jpg]
 Filename popupCalendar.jpg [Disk] Download
 Description
 Filesize 27 Kbytes
 Downloaded:  43 time(s)

deryk.sinotte


Joined: 26/10/2004 00:00:00
Messages: 958
Offline


Can you try running the portlet version of the Component Showcase example that we ship with the product. There's an example of using the popup calendar. See how it behaves when run under IE8.

Deryk Sinotte
Team Lead
ICEsoft Technologies, Inc.
kamnas2k1

Joined: 21/06/2011 04:09:01
Messages: 6
Offline


Hi,

Thanks for the response.

I have attached the screen shot of "Date Picker" portlet provided by Icefaces.
As you can see, I am not able to get the popup calendar icon. Initially I had the similar problem, the I added imageDir="#{styleBean.imageDirectory}" in the <ice:selectInputDate> , cause of which I got the popup calendar icon and the popup calendar. Following is my declaration in the xhtml page;
<ice:selectInputDate id="date1" renderAsPopup="true" rendered="true"
value="#{filtersBean.date1}" imageDir="#{styleBean.imageDirectory}"
disabled="#{filtersBean.dateDisabled}" partialSubmit="true"
renderMonthAsDropdown="true" renderYearAsDropdown="true" >
<f:convertDateTime pattern="dd/MM/yyyy hh:mm" />
</ice:selectInputDate>

The backing bean has the setter and getter method for date1 and also for the dateDisabled, as this date panel gets activated when one of the radio button is selected.

Kind regards,
Kamna.

[Thumb - IcefacesCalendar.png]
 Filename IcefacesCalendar.png [Disk] Download
 Description
 Filesize 168 Kbytes
 Downloaded:  33 time(s)

kamnas2k1

Joined: 21/06/2011 04:09:01
Messages: 6
Offline


In addition to my reply above, I am using Liferay 6.0, Icefaces 2.0.2, Windows 2007 XP Professional. Tomcat6(Bundled with Liferay) and Eclipse Helios environment.

This problem is shown on all the browsers IE8, Firefox6.01 and Google Chrome.

Our major requirement is to use SVG graphics inside the Icefaces portlet which facilitates the drag and drop events between SVG Portlets and Non SVG Portlets. For this reason we are using IE8 with chrome frame plugin.

Thanks.



kastanho

Joined: 28/04/2011 02:59:36
Messages: 8
Offline


I had similar problem and it was because the css. It worked while adding:

Code:
<ice:outputStyle href="/xmlhttp/css/rime/rime-portlet.css"/>
 <ice:outputStyle href="/css/showcase_style.css"/>
 
Forum Index -> Portals & Portlets
Go to:   
Powered by JForum 2.1.7ice © JForum Team