Application WebDynpro ABAP is not visible in Google Chrome

Hi Experts,
After the Upgrade 7.3 EHP1  in Production System it is not visible the application developed in web dynpro ABAP, in the Employee Self-Service Portal.
In the QA and Development,  applications WD ABAP are visible.
What can happen in the Production system?.
Thanks in advance.
Regards,
Briger

>
Please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "user995809".
You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
<li>Full APEX version
<li>Full DB/version/edition/host OS
<li>Web server architecture (EPG, OHS or APEX listener/host OS)
<li>Browser(s) and version(s) used
<li>Theme
<li>Template(s)
<li>Region/item type(s)
With APEX we're fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
>
Hi, I've an item with label-
&lt;font color="rgb(51,102,153)"&gt;&lt;b&gt;Heading: &lt;/b&gt;&lt;/font&gt;
Font color is coming in IE but not in google chrome(19.0.1084.52 m). what should I do?
>
To start with, always post code wrapped in tags<tt>\...\</tt> tags to preserve formatting and special characters.
Secondly the <tt>font</tt> element was deprecated 14 years ago and is now obsolete. Do not use it. Stop using any reference material that suggests using it.
<tt>rgb(51,102,153)</tt> is a CSS colour value, which the HTML specification does not require user agents to support for legacy <tt>colour</tt> attributes.
Use standards-based HTML and CSS:
<span style="color: rgb(51,102,153); font-weight: bold;">Heading:</span>

Similar Messages

  • WebDynPro ABAP iViews not picking the portal look and feel

    Hi,
    In our case , WebDynPro ABAP iViews not picking the portal look and feel.
    Is there any way to provide the custom developed portal theme link or css file to the WebDynPro application.
    Can it be done programmatically in the WD ABAP application.
    Best Regards
    Sid

    Look at the below link, it will answer your question:
    Re: EP 7 Portal stylesheet with WD ABAP
    Raja T

  • Adobe Muse site not working in Google Chrome

    Hi Guys, my adobe muse website www.focaldesigns.ie is not working in Google Chrome, i was advised to publish it again which I tried twice with no joy. Any help on how i can get the site back working in Chrome and on an iPad would be greatly appreciated. Thanks a mil, Claire

    Hi Gaurav, thank you for taking the time to check this out for me. I appreciate it.
    I've figured out If you open it in Chrome on a larger that 15" screen the site will open yet for some reason when I open it in Chrome it recognizes it as tablet and http://focaldesigns.ie/tablet/index.html appears in the tab bar -
    I've tried re publishing the site in Muse and updated Chrome updates yet it is still not opening on a 15inch mac in Google Chrome, it is opening in other internet browsers perfectly. Any ideas?
    Look forward to hearing form you.
    Thanks Again.
    Claire

  • Animation does not work in Google Chrome

    I was using Chrome as my defualt for testing my Edge projects. At some point, I changed the way divs were stacked and animated the position of one of the divs and the animation never worked thereafter. That said, It works fine in Firefox and Safari. Anyone have any insights as to what could be the problem?
    Is there anything I can provide that will give better clarity to this issue?
    Here is a link to the project:
    http://aaronjames.me/sandbox/menu-icon/menu-icon.html

    Yes,
    The animation is not working on google chrome on my device.
    Could be because of publish setiings.
    regards.

  • Submit not working on Google Chrome OS

    My forms (built with XI Pro) will not submit on Google Chrome OS.  Is are a list of other browser/operating systems that are going to give me a problem and are there any fixes.
    Thanks

    I don't think you can reasonably expect Adobe to be the least interested in non-Adobe products. The job of any software company is to shift their own products, and that includes the free Reader. Indeed, the need to use Reader is considered a positive, desirable, feature I imagine, at least by marketing. Lack of platform support is another issue, but again, not one they will be very interested in. They hastened to drop support for Windows Vista, Unix and Linux, so a minority tablet is hardly going to interest them.
    Consider Microsoft's Word format. Some apps and devices read Word files, and do a bad job of it. Does this diminish Microsoft Word? Should they mention it? I think not.
    But, all that said, from the point of view of people intending to use PDFs for forms (rather than content delivery for display and print), the game has changed utterly and ever more rapidly in the last 2 years. One used to be able to say "Adobe Reader needed" and know it was more or less right, that there were a few rivals, but nothing widespread, and easy enough to tell people to use Reader. But what has happened is an explosion of non-Adobe PDF rivals, now so widespread that people just expect to use PDFs - complete victory for content delivery. But these rivals often interest themselves little in forms, leaving the user confused.
    Consider the choices now. In browsers, Chrome and FireFox. In systems, Mac OS (Preview) and Windows 8 (Microsoft Reader). On tablets (iOS, Android and others) a built in PDF reader. Worse, in many cases, EVEN IF the user follows instructions to get Adobe Reader the existing app continues to win, by design. For instance on iOS you have to first open a PDF in the Apple app, and only then can you choose to open it in Adobe Reader - why would the user bother unless they are very motivated.
    This has changed the position of PDF forms utterly, and for the worse. Still a good choice in closed systems (where someone can dictate hardware and software), but an increasingly questionable choice in the broader environment. To anyone considering PDF forms, I have to ask them - what is wrong with web forms? Often they have just decided (based on marketing and other perceptions) that PDF forms will be "easier". A key reason is that it seems like emailing the forms is going to be good, but this has never been more than a toy for testing. (After all, HTML can email forms too, but nobody does). I'm sure nobody dealing in medical stuff would consider emailing for a second, but it is certainly what 90% believe they can build a business solution on. So, as in all cases, it comes down to an experienced programmer producing a server solution.

  • Spry Framework for Ajax does not work on google chrome

    I downloaded this beautiful gallery to use it on my site    http://adobe.github.com/Spry/demos/gallery/index.html
    Everything ok on InternetExplorer and Firefox but it does not work on Google Chrome.
    Can you help me to solve this problem? 

    sorry but this forum is for questions about JavaScript inside Acrobat and not general language frameworks. We don't have a discussion topic for Spry.

  • ESS- ABAP Webdynpro- table column not visible

    Hi,
    We are using SAP travel management for expense approvals. In the package PTRM_WEB_UI, you will find the component FITE_VC_RECEIPTS. In the VIEW - RECEIPTS_VIEW you will find in the table that there is a column called "Short Info". However this column in not visible in the portal.
    There is no personalization done to hide this column.
    The visible property of this column  is set to "visible".
    In portal content directory if i right click....this column is not even available to be added/removed.
    Please help me understand why this column in not visible and how can i make it appear in portal.
    Thank You!

    Any input?

  • WebDynPro ABAP iView not picking Portal Theme stylesheet

    Hi,
    We are facing issues in integrating the WebDynPro ABAP application in Portal . The WebDynPro ABAP iView is not picking the portal theme. It is picking its actual color.
    We are in EP 6 SP 14.
    Can anyone let me know what can be the reasons.
    Best Regards
    Sid

    Hello,
    for the web dynpro for abap application you can create a application configuration. To create the configuration
    right click on the application -> create/Change Configuration -> and once you create the configuration, it will open up in browser and you can see 2 tabs structure and parameters
    In parameters tab you will find an option Force Use of External StyleSheet check the box and save the configuration. Once done with this process.
    Go to the iView Properties of the applications and set the application configuration name and it would take the Portal Theme.
    hope this helps.
    Pramod
    reward points if helpful.

  • WebDynpro ABAP iView not opening in new window

    Hi,
       I have created an iView for a WebDynpro ABAP application and I am having a link in a home page from where the iView should open in a new page. I have set the properties "Launch in new Window" and "Show open in new window option" of the iView but still it doesn't open up in a new window.
        Can someone suggest me what's going wrong?
        Will reward points for helpful answer.
    Regards
    Mukesh

    Hi Volker,
       Thanks for your reply.
       I think, I have set the properties of the iView right. I have tried with all the options for the property "Launch in new window" property of the iView but it didn't work.
       "By home page framework" I mean that the link of the iView in portal has been created using the "Home page framework" i.e. from "SPRO" transaction in the backend.
       Please let me know if you need any other input from me.
    Regards
    Mukesh

  • WebDynpro Abap table not rendered correctly inside portal iView

    Hi,
    I have a webDynpro Abap application with a table that contains radio buttons as table cell editors.
    When I run the application directly it looks fine, but when I run it inside a portal iView the radio button allignment changes to the top of the table cell.
    Please help.
    Kind Regards,
    Dirk Naude

    I found that this could be fixed by changing the portal theme using the theme editor, specifically changing the table cell padding property.

  • CRM Users Created on ABAP Stack not visible in Portal...........

    Hello All,
            I have WAS with ABAP + JAVA  [EP7], Hence using <b> dataSourceConfiguration_abap.xml</b>. as a datasource file in UME.
    As per my knowledge i cant create users from Portal hence I have created users in ABAP Stack but I am not able to view these users from Portal ?
    I have chaecked the entry in Configtool this file is maintained as Datasource.
    Please Guide me what may be the reson for this ??
    Is it possible to add Users from portal if Datasource is ABAP Stack ??
    Waiting for reply!
    Thanks,
    Smita.

    Hi Smita,
    Please go through these links:
    UME configured to use SAP ABAP
    For the configuration using config tool : http://help.sap.com/saphelp_nw04/helpdata/en/49/9dd53f779c4e21e10000000a1550b0/frameset.htm for general remarks using this config and see http://help.sap.com/saphelp_nw04/helpdata/en/0f/bdd93f130f9115e10000000a155106/frameset.htm for changing the config.
    Check out the section "Read-Only and Read-Write Access to the ABAP User Management.
    This link would also be useful. This link talks about <b>User Management of Application Server ABAP as Data Source</b> :  http://help.sap.com/saphelp_nw2004s/helpdata/en/49/9dd53f779c4e21e10000000a1550b0/frameset.htm
    Hope this helps.
    Regards,
    Sunil

  • CRM7.0 EHP2 WebUI is not opened on Google Chrome

    Hi All,
    I have issue with SAP CRM 7.0 EHP2 WebUI application executing on Google Chrome browser.
    When I open WebUI in Google Chrome, it is asking for User Id and Password.
    After entering User Id, Password and clicking on Logon, system does not show anything.  It shows like below screenshot.
    This is issue is only on Google Chrome but not on IE.
    Please help me with your inputs.  What could be the problem for the issue?
    Regards,
    Maddy

    Hi Samuli,  thank you for your response.
    Please find the below screenshot for the details.
    Please help me with your inputs.
    Regards,
    Maddy

  • QuickTime (7.7.6)plug-in does not work in google chrome (38.0.2125.122 m)

    Why does the plug-in on google chrome not work like it should?
    My PC is working on Win7 64
    BR
    David

    I guess you're refering to this problem:
    http://forums.adobe.com/message/4259846#4259846
    Beat

  • Report viewer is not working in google chrome?!

    How to display the report viewer control in google chrome?!
    I used report viewer in aspx page.
    The report viewer is working in all the browser exept in Google chrome.
    What to do to work the report viewer in Google chrome?!
    Manikannan N Software Engineer

    Example....
    <
    rsweb:ReportViewer
    ID="reporter"
    runat="server"
    Width="740"
    Height="550"
    BackColor="#F2F5F2"
    SizeToReportContent="false"
    ExportContentDisposition="AlwaysInline"
    ProcessingMode="Remote"
    ShowToolBar="true"
    ShowPageNavigationControls="true"
    ShowZoomControl="false"
    ShowDocumentMapButton="false"
    ShowFindControls="False"
    ShowBackButton="false"
    ShowExportControls="false"
    ShowPrintButton="false"
    ShowParameterPrompts="false"
    ToolBarItemBorderStyle="Solid"
    ShowRefreshButton="false"
    ToolBarItemBorderColor="Black"EnableTheming="false"
    AsyncRendering="true"
    Enabled="false"
    Visible="false"></rsweb:ReportViewer>
    and jquery
    window.onload =
    function() {
    $(window.frames[0].window.frames['report'].document.getElementById('oReportDiv')).attr('style',
    'overflow: none;');

  • Query Builder (Express Edition 10g) is not working in Google Chrome

    Google Chrome is not properly displaying table in SQL Query Builder (Oracle Database Express 10g).
    It is not possible to select all fields of given table because not all fields are displayed and I can't go down to select last field.
    In Mozilla Firefox this is possible. In Google Chrome table bar is not displayed.

    pilczew wrote:
    In Mozilla Firefox this is possible. In Google Chrome table bar is not displayed.Which is APEX version?
    Upgrade to APEX 4.0 - it should work then properly also in Google Chrome.

Maybe you are looking for

  • Problem with WAD Template

    Hi All, I have 2 queries Ex: QAS1 and QAS2.Both have same selection parameters expect Date in both queries.QAS1 is having date (RO1) and QAS2 is having (ROS1) date parameters. I have a common WAD 7.0 template for both these queries and both queries a

  • I accidently unistalled my office apps. How can I get them back??

    I accidently uninstalled my office apps. How can I get them back? 

  • HT4623 how can i get my iphone to work without itunes

    how can i get my iphone to work without itunes

  • Moving objects in a 45 degree angles

    Hi there, I really need the help of this community. It's a quite easy question I suppose: How can I move a layer in a 45 degree angle? When I drag the layer (object) and hold Shift it is only constraining to 90 and 0 degree ... A big thanks in advanc

  • New MBP Backup to previous TM HD

    Hi Everyone - So I have just purchased a new MBP (amazing!). I would like to start backing it up to my External LaCie Drive. The drive has one TM partition with 200GB (another partition for other files). I had been using this partition for my previou