Browser compatibility problem with t:selectOneMenu and JavaScript calendar

I'm having problem with <t:selectOneMenu> and JavaScript calendar on IE. It works fine on Firefox but doesn't work on IE.
The JSF code is as follows:
<tr>
                                   <td align="right">
                                        Archive Date
                                   </td>
                                   <td align="left" colspan="3">
                                   <table cellpadding="0" cellspacing="0" border="0">
                                   <tr>
                                   <td>
                                   <span class="tuny_text">After&#160;(Ex. Oct 18, 2007)</span>
                                        <h:outputLabel for="txtArchiveDateAfter" value="Archive Date After" rendered="false"/>
                                        <br/>
                                        <t:inputText required="false" value="#{nonItemImageSearchPage.stringArchiveDateAfter}" name="txtArchiveDateAfter" id="txtArchiveDateAfter" forceId="true"  styleClass="inp" style="width: 128px">
                                   </t:inputText>
                                        <t:graphicImage value="/images/calendar.png" id="dtpArchiveDateAfter" name="dtpArchiveDateAfter" forceId="true" style="border: 2px solid #EEE; cursor: pointer"></t:graphicImage>
                                        <br/>
                                        <t:message for="txtArchiveDateAfter" styleClass="form_error" replaceIdWithLabel="true"></t:message>
                                   </td>
                                   <td>
                                   <span class="tuny_text">Before&#160;(Ex. Oct 18, 2007)</span>
                                        <h:outputLabel for="txtArchiveDateBefore" value="Archive Date Before" rendered="false"/>
                                        <br/>
                                        <t:inputText value="#{nonItemImageSearchPage.stringArchiveDateBefore}" name="txtArchiveDateBefore" id="txtArchiveDateBefore" forceId="true" style="width:128px" styleClass="inp">
                                   </t:inputText>
                                        <t:graphicImage value="/images/calendar.png" id="dtpArchiveDateBefore" name="dtpArchiveDateBefore" forceId="true" style="border: 2px solid #EEE; cursor: pointer"></t:graphicImage>
                                        <br/>
                                        <t:message for="txtArchiveDateBefore" styleClass="form_error" replaceIdWithLabel="true"></t:message>
                                   </td>
                                   </tr>
                                   </table>
                                   </td>
                              </tr>
                              <tr>
                                   <td align="right" >
                                        <h:outputLabel for="drpBackground" value="Background"/>
                                   </td>
                                   <td align="left" class="right_separator">
                                        <t:selectOneMenu id="drpBackground" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.backgroundId}" styleClass="inp" style="width: 150px">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                        <s:selectItems value="#{nonItemImageSearchPage.backgroundPrefsList}"
                                                  var="backgroundPrefs" itemValue="#{backgroundPrefs.id}" itemLabel="#{backgroundPrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                                   <td  align="right" class="left_separator">
                                        <h:outputLabel for="drpTheme" value="Theme"/>
                                   </td>
                                   <td align="left" >
                                        <t:selectOneMenu id="drpTheme" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.themeId}" styleClass="inp WCHhider" style="width:150px;">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                             <s:selectItems value="#{nonItemImageSearchPage.themePrefsList}"
                                                  var="themePrefs" itemValue="#{themePrefs.id}" itemLabel="#{themePrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                              </tr>
                              <tr>
                                   <td align="right" >
                                        <h:outputLabel for="drpSeason" value="Season"/>
                                   </td>
                                   <td align="left" class="right_separator">
                                        <t:selectOneMenu id="drpSeason" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.seasonId}" styleClass="inp" style="width:150px">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                             <s:selectItems value="#{nonItemImageSearchPage.seasonPrefsList}"
                                                  var="seasonPrefs" itemValue="#{seasonPrefs.id}" itemLabel="#{seasonPrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                                   <td align="right" class="left_separator">
                                        <h:outputLabel for="drpClothing" value="Clothing"/>
                                   </td>
                                   <td align="left"  >
                                        <t:selectOneMenu id="drpClothing" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.clothingId}" styleClass="inp" style="width:150px">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                             <s:selectItems value="#{nonItemImageSearchPage.clothingPrefsList}"
                                                  var="clothingPrefs" itemValue="#{clothingPrefs.id}" itemLabel="#{clothingPrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                              </tr>
                              <tr>
                                   <td align="right" >
                                        <h:outputLabel for="drpToy" value="Toy"/>
                                   </td>
                                   <td align="left" class="right_separator">
                                        <t:selectOneMenu id="drpToy" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.toyId}" styleClass="inp" style="width:150px">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                             <s:selectItems value="#{nonItemImageSearchPage.toyPrefsList}"
                                                  var="toyPrefs" itemValue="#{toyPrefs.id}" itemLabel="#{toyPrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                                   <td align="right" class="left_separator">
                                        <h:outputLabel for="drpJuvenile" value="Juvenile"/>
                                   </td>
                                   <td align="left" >
                                        <t:selectOneMenu id="drpJuvenile" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.juvenileId}" styleClass="inp" style="width:150px">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                             <s:selectItems value="#{nonItemImageSearchPage.juvenilePrefsList}"
                                                  var="juvenilePrefs" itemValue="#{juvenilePrefs.id}" itemLabel="#{juvenilePrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                              </tr>
                              <tr>
                                   <td align="right">
                                        <h:outputLabel for="drpGroup" value="Grouping"/>
                                   </td>
                                   <td align="left"  class="right_separator">
                                        <t:selectOneMenu id="drpGroup" forceId="true" value="#{nonItemImageSearchPage.nonItemImageSearchModel.modelGroupingId}" styleClass="inp" style="width:150px;">
                                        <f:selectItem itemLabel="--------" itemValue="-1"/>
                                             <s:selectItems value="#{nonItemImageSearchPage.groupPrefsList}"
                                                  var="groupPrefs" itemValue="#{groupPrefs.id}" itemLabel="#{groupPrefs.description}" />
                                        </t:selectOneMenu>
                                   </td>
                                   <td class="left_separator">&#160;</td>
                                   <td>&#160;</td>
                              </tr>
The JavaScript code is as follows:
<script type="text/javascript" language="javascript">
     var dtpArchiveDateBefore = new MooCal("txtArchiveDateBefore");
     var dtpArchiveDateAfter = new MooCal("txtArchiveDateAfter");
     window.addEvent("domready", function(){
       $("dtpArchiveDateBefore").addEvent("click", function(e){
                var event = new Event(e).stop();
                  var x = (event.client.x)-150;
                  var y = event.client.y;
                  dtpArchiveDateBefore.show(x,y);  // Display the calendar at the position of the mouse cursor
                  dtpArchiveDateBefore.minYear = 1800;
                    dtpArchiveDateBefore.maxYear = 2017;
     /*$("txtArchiveDateBefore").addEvent("click", function(e){
             e.target.blur();
                var event = new Event(e).stop();
                  var x = (event.client.x)-150;
                  var y = event.client.y;
                  dtpArchiveDateBefore.show(x,y);  // Display the calendar at the position of the mouse cursor
                  dtpArchiveDateBefore.minYear = 1800;
                    dtpArchiveDateBefore.maxYear = 2017;
    $("dtpArchiveDateAfter").addEvent("click", function(e){
                var event = new Event(e).stop();
                  var x = (event.client.x)-150;
                  var y = event.client.y;
                  dtpArchiveDateAfter.show(x,y);  // Display the calendar at the position of the mouse cursor
                  dtpArchiveDateAfter.minYear = 1800;
                    dtpArchiveDateAfter.maxYear = 2017;
   /* $("txtArchiveDateAfter").addEvent("click", function(e){
             e.target.blur();
                var event = new Event(e).stop();
                  var x = (event.client.x)-150;
                  var y = event.client.y;
                  dtpArchiveDateAfter.show(x,y);  // Display the calendar at the position of the mouse cursor
                  dtpArchiveDateAfter.minYear = 1800;
                    dtpArchiveDateAfter.maxYear = 2017;
     </script>When the calendar is above t:selectOneMenu, it doesn't show up on t:selectOneMenu area. Could anyone help me solve the issue?
Thanks
Rashed

There are dozens of CSS attributes that can (and have to) be handwritten. Trouble with them is that, like text shadows, they don't appear in all browsers. I have nine different browsers installed and test pages in ALL of them before I "finish" building site or page for a template.
I try to build for Firefox, out of personal preference for it, but I have to do things that work with IE because it still holds the market share (46%IE to 42%FF), and I will only go with designs that work in IE, FF, NS, Opera, Safari, and Chrome.
As to your questions.
1. The compatibility check is most likely current with the time of the build. I don't know if that component updates as browsers do, but I'd tend to think it doesn't. I'm using CS4  and there haven't been any updates for it in nearly a year. Firefox has released 4.0, Opera released 11, and Safari released 5 since then. The updater would have found and downloaded something if it was available.
2. I could only guess. Text shadows DON'T show up in design view (or in IE) but they do in browser preview. It's just a UI quirk, and it means "trial and error" is the onyl way to get what you want.
3. The quick-selects which are in DW dropdowns or popouts are the ones most  common to CSS designs and have been proven to work with all browsers at the time of release of your particular build of DW.
Hope that helps..

Similar Messages

  • Yahoo mail tells me to upgrade Safari but I have the latest version of Safari 6.0.1  Is there a compatibility problem with Yahoo mail and Safari?

    Yahoo mail tells me to upgrade Safari but I already have the lastest version of Safari.  Is there a compatability problem with the Safari 6.0.1 and the latest version of Yahoo mail?

    Since Yahoo is web based email, the compatbility issue is on the Yahoo side, not Apple.
    You can access your Yahoo account without having to use Safari.
    Open the Mac Mail app. From the menu bar click Mail > Preferences then select the Accounts tab then the Account Information tab.
    Click + to add your Yahoo account.

  • Compatability Problem with Album Art and iTunes in Vista?

    Hi there,
    I have album art for all of my music which I have added myself. (I prefer to do so instead of iTunes doing it for me.) However, after purchasing a new computer using Vista, I've encountered a problem.
    When I drag and drop my music into iTunes, only about half of the album art shows up. The rest either isn't loaded or isn't identified by iTunes, even though I know it's there.
    In fact, you can see the album art icon associated with each file when it's organized in its folder on my C: drive. But again, for some reason, much of it isn't loading when I open the files into iTunes.
    I never had this problem using XP. Is it a compatability issue or is there a simple fix I'm unaware of? I'd really appreciate any help!!
    Thanks,
    Michael
    HP Pavillion dv6000   Windows Vista  

    Alright, my apologies, Chris. I don't think I explained myself clearly enough. The files are embedded with the music (these are the same music files that worked just fine in XP.)
    The artwork isn't separate from the actual music file. When you click on the actual music file, you see the ICON associated with the file, and it's the artwork. I suppose that's just a new Vista feature.
    However, I embedded all of the album covers myself, and again, they worked just fine in iTunes with XP. But for some reason, only about half of the album art is being recognized by iTunes even though it's embedded into the actual tag.
    Thanks for any help you can provide.

  • Are there compatibility problems with PS CC and Windows 8?

    Brand new computer - just installed PS CC and Bridge - opened a project with many layers - highlighted one layer - worked on it - went to work on another layer, and the first one remained highlighted??  Now there are two layers highlighted - waited a moment, clicked on a totally new layer, and all the layers in between the first one and the new one highlighted - and no, I wasn't holding down any keys!  Then, I wanted to test another project with layers, and clicked on the 'Bridge' icon in the bottom tray of PS and it wouldn't open - I had to go to 'Browse in Bridge' for Bridge to open??  Is there something I need to do to get PS to work on my new computer?

    thank you for answering....yes...I just verified that I have 2014.2.2....
    further problems:  in camera Raw...if I process one photo in a series of the same content, and then highlight 2 or three other photos to receive the same processing, I cannot then 'un highlight' those photos??  They remain highlighted and I cannot move on to another photo... 
    This is all very strange - I have been a PS user since 2000 - updating every time a new version came out - then I joined PS CC...so I'm not a stranger to PS...something is wrong...

  • AIR: Problem with Spry Repeat and JavaScript Action

    Hi there,
    I've tried to convert my Spry Intranet application to AIR but
    there are some issues with my "hacky" JavaScript function calls.
    AIR does not allow to execute them. How can i solve that problem?
    It seems to that AIR Runtime don't like the generated Functions by
    Spry:repeat.
    code:
    <div spry:repeat="banCategory" id="{ban_cat_name}"
    class="{ban_cat_name}"> <img src="pic/{ban_cat_icon}.png"
    /> {ban_cat_name}, {ban_cat_colorcode}, {ban_cat_icon} <a
    href="#" onclick="editCat('{ban_cat_id}')">edit </a>|<a
    href="#" onclick="removeCat('{ban_cat_id}')"> remove</a>
    </div>
    </div>

    Which version of Spry are you using?
    We made changes in 1.6.1 specifically for AIR compatibility.
    Have you seen this?
    http://labs.adobe.com/technologies/spry/articles/air/photo_gallery.html

  • Compatibility problem windows7- 64 bits and oracle 8

    I have a compatibility problem with windows 7 and 64 bits and oracle 8 client
    the data server is also version 8
    What type of client is compatible with oracle 8 and 64 bits?
    or any solution to the problem.
    I use the client to run a desktop application
    thanks

    Oracle 8 client is not certified on Windows 7. Client 10.2.0.5 is compatible with Oracle 8 and is certified on Windows 7 too.
    To install 10.2.0.5 client, please refer to the MOS document.
    How To Install Oracle 10.2.0.5 Client Software on Windows 7 (32 or 64-bit) and Windows 2008 R2 (64-bit) (Doc ID 1316079.1)

  • Compatibility problem with GoLive 5.0 and Acrobat 6.0 Standard?

    Whenever I add pdf files created with Acrobat 6.0 to the GoLive 5.0 site window a question mark or the little green bug appears next to the file. The bug/question mark does not go away when I link to the file. Moreover, trying to delete it in GoLive's trash is almost impossible. No matter how many times I try, it continues to appear in Site Trash (under the Extras tab). Has anyone out there had problems with pdf files and GoLive 5.0? Thanks for the help!

    Almost all versions of Acrobat came with Distiller since version 1.0. There was a version of Acrobat Approval 5.0 that did not come with Distiller, but that wasn't really a full version of Acrobat.
    ...Mike

  • Firefox accelerated release schedule is causing compatibility problems with our intranet applications - where can I find the plan of this schedule including support termination dates?

    We are a university use an in-house developed e-Learning application which makes use of a rich-client framework (ZK - www.zkoss.org). For reasons of compatibility with this application, as well as other general factors, we have standardized on FF 3.6 as the browser for all our desktops. We normally review our browser selection once per year and make compatibility changes/upgrades to the 3rd-party libraries we use, and our own code, in order to keep up with new developments in the browser market.
    However FF's new release policy makes our life verify difficult. FF 6 came out only a few months after FF 5. For us to perform an upgrade we have to perform a systematic series of tests, adjustments, changes to regression tests etc. Due to the cost is not feasible for us to do this every 3 months! Therefore please can someone point us to a clear release plan for FF which shows, for each version:
    a. Release date
    b. End-of-support date
    c. Release notes
    d. Compatibility in terms of HTML and Javascript/ECMAScript versions.

    https://wiki.mozilla.org/RapidRelease/Calendar <br />
    https://wiki.mozilla.org/Releases
    New versions are going to be released every '''6 weeks''', so until Mozilla announces what they are going to do as far as support for an LTS version for enterprise "customers", you guys are left swinging in the breeze as far as being able to plan for the future with Firefox. I think that until that decision is made, support for Firefox 3.6 versions will continue. A 3.6.22 release is being worked on right now, probably for release this coming week.
    As far as support termination dates, as each new version is released support ends for the previous version, except for 3.6.x. Currently Firefox 3.6.x and 6.0.x are the only versions which are getting security updates. Firefox 4.0 and 5.0 aren't "supported" any longer.

  • Problem with java, ASCII and Linux

    Hi Friends,
    I has a Linux RedHat 9.0 with a jre1.5.0_04 (rpm package of Sun).
    I has a problem with ASCII , for example :
    import java.io.*;
    public class HolaMundo
    public static void main (String[] args)
    System.out.println("Hol� M�ndo");
    this programs runs ok on my windows jdk so it prints "Hol� M�ndo", but when i run the same HolaMundo.class program on my linux redhat it prints "Hol�� M��ndo"
    I think the problem is with the ASCII table that uses the linux version of jre, but i dont know how to solve this problem. I need a Spanish-European ASCII table on my application but i think it is working with a US-ASCII table.
    Then i has installed a kaffe 1.0 (rpm) java machie on this linux and this solve the problem but i has another problems of compatibility with this old version of java kaffe.
    Do you know whats happening?
    Thanks in advance.

    The problem doesn't have to do anything with Java or Linux as far as i can see. It's more likely a problem with Windows XP and IE. Be assured that normally downloading the Linux JDK in windows is not a problem.

  • Is there a problem with the itunes and quick time download pages or is it my internet.

    Is there a problem with the itunes and quicktime download pages or is it just my internet.

    Some more developments ... the issue appears to be browser-specific. I can't see the download controls at the moment in either IE 8 (I'll get your message) or Safari for Windows 5.0.5 (I'll just get the blank box). But I can see the download controls in Firefox 4 and Chrome (whatever version I have of that).
    So it might be worth installing Firefox and seeing if you can get the downloads via that:
    http://www.mozilla.com/en-US/firefox/new/

  • Problems with captivate 8 and windows 8

    I´m using captivate 8 and windows 8, and I am having problems with the visualization and publication of my projects. For visualization, there is a message of an error with syntax of the files ou directory, and nothing happens. For publication, I can´t see the project published in the browser. It opens only a text file, with the codes. Is there anyone thar can help me with that?

    Acrobat 8 is not certified for Win7, particularly the x64 version. If you got the installation to go, the first step is to update AA8 to at least AA8.2. The x64 with XP required at least AA8.2 and I suspect that has not changed. I would suggest updating to the latest, either from the help menu (until no more updates are available) or by downloading the updates from the adobe.com>downloads page. For the latter, download ALL updates after your current version and install them in ORDER. They are not cummulative in most cases. You only need to reboot after the final update. The updates may get you going. If not, you may simply have to upgrade to AA9 or search for what others have been able to do in your situation.

  • Problem with Nokia Camera and Smart Sequence

    Hi,
    I'm having a problem with Nokia Camera and the Smart Sequence mode.
    Basically, if you take a picture using nokia camera, and view it in your camera roll, it usually says, underneath the pic "open in nokia camera".
    Well, if I take a pic using the Smart Sequence mode, it just doesn't say "open in nokia camera" so, to use the functions of smart sequence (best shot, motion focus, etc), I have to open nokia camera, go to settings and tap the "Find photos and videos shot with nokia camera" option.
    Does anyone has the same problem? Anybody solved it?
    I already tried reinstalling nokia camera, but that didn't help.
    I'm running Nokia Black on my 925.
    Thanks everyone!

    Hi,
    I had the same problem with my 1020. It did get fixed with the last update to Nokia camera.
    However, IIRC, it didn't just happen right away. When browsing the camera roll I'm pretty sure that the "open with Nokia camera" text wasn't there.
    Slightly disappointed I opened the (Nokia) camera anyway and was going to test the smart sequence again. I noticed the only precious pic I'd taken using this actually appeared top left of the screen.
    I opened it and I had all the smart sequence editing options again - that we're missing previous. Made a new picture and saved it.
    Now when in camera roll the text shows below the image and all is good.
    This probably doesn't help much except that it didn't seem to fix automatically.
    I work @Nokia so I can ask around a bit to see if this is a known / common issue (not that I know any developers)

  • Compatibility problem with macro media flash active control

    I am getting a message on my screen "compatibility problem with macro media flash active control, it isnt compatible with my version of windows (vista).  How can this be fixed?  why am I suddenly getting it now?  I have the latest Adobe flash player installed.
    Trisha

    the latest flash is probably the problem... it's seems that the latest flash has been causing a boat load of issues. i did a system restore to undo the flash and mozilla upgrades and it's still crashing but not as bad as it was with the upgrades.

  • MSI GTX 660 OC compatibility problem with MB

    I recently got the MSI GeForce GTX 660 OC TwinFrozr III 2GB DDR5 192-bit and Gigabyte GA-B75-D3V.
    Problem is: when I start the computer, the monitor doesn't show anything, it's like it's on stand-by. I then connected the GTX 660 to another computer with a pci-e 2.0 motherboard and worked fine (didn't install drivers, just started the computer and saw that it shows stuff on the monitor). I then connected another GPU  (Gigabyte GT 420) to my  new pc and worked fine aswell (showed stuff on the monitor).
    My question is: is there a compatibility problem between the gpu and the motherboard? Do I need to make a bios upgrade?
    Thank you for your help! 

    VGA S/N?
    also save current vbios with nvflash http://www.techpowerup.com/downloads/2133/NVFlash_5.118_for_Windows.html
    nvflash -b myrom.rom [ENTER]
    then upload myrom.rom somewhere and give a link to it

  • SynTPEnh.exe x64 compatibility problem with Cakewalk SONAR X1c.

    SynTPEnh.exe x64 compatibility problem with Cakewalk SONAR X1c.
    Everytime when I use the middle key (of UltraNav, with blue dots) in the Step Sequencer (or other places, mostly) in Cakewalk SONAR X1c (x64) to try to scroll horizontally, both SONARSTD.exe and SynTPEnh.exe crashes down.
    Operating System: Windows 7 SP1 x64
    Model: Thinkpad T520 42425FC

    Hello,
    Can you tell us which version of the SynTPEnh.exe file is installed on your computer?
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

Maybe you are looking for

  • Erro 8B260 (Processo de Entrega Futura)

    Bom dia, Pessoal! Estou com um problema no processo de devolução de entrega futura. Realizei a entrada da nota de fatura normalmente atraves da MIRO e da nota de remessa atraves da MIGO (mov 801). O fornecedor nos enviou as notas de Fatura e Remessa

  • HP-Tools on Windows 7 Home Premium

    I just bought a ProDesk 400 G1 running Windows 7 Home Premium 64-bit.  I noticed that it had 4 "Primary" paritions pre-configured including the "E" drive as HP-Tools. I need to install UniVerse 11.n on drive "E" to avoid a great deal of configuration

  • Can't copy large video file from iPhone

    I have several video recorded on my 3GS. When connected via USB to a Windows XP computer it shows up as "camera device" and I can usually copy photos and videos from it. However, today I found I was unable to copy a 584MB video I recorded yesterday.

  • Screen not workin right

    i ve got th iphone 4s. for th second time this has happened am having to double tap my icons to get in to them and cant get th screen to slide left to right

  • Modifying document level features of OWA in SP2013?

    Hopefully someone can put me on the correct path or at least get me started. In SharePoint 2013 when I open a word document in OWA I have a ribbon or menu at the top with File, edit, etc. etc. Some of those features I want to display and some I want