[embjopr-issues] [JBoss JIRA] (EMBJOPR-358) In IE7, configuration tab under bindings page is blank, works fine in FF

Leticia Konno (Updated) (JIRA) jira-events at lists.jboss.org
Thu Nov 17 11:08:42 EST 2011


     [ https://issues.jboss.org/browse/EMBJOPR-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leticia Konno updated EMBJOPR-358:
----------------------------------

    Workaround Description: 
Edit "$PROFILE/deploy/admin-console.war/WEB-INF/facelets/layout.xhtml"

From: 

width: expression((document.body.clientWidth - 300 - 2 * 16 - (content.scrollHeight > content.clientHeight ? scrollBarWidth : 0)) + 'px'); 

To:

width: ((document.body.clientWidth - 300 - 2 * 16 - (scrollBarWidth)) + 'px'); 


  was:Use Firefox


    
> In IE7, configuration tab under bindings page is blank, works fine in FF
> ------------------------------------------------------------------------
>
>                 Key: EMBJOPR-358
>                 URL: https://issues.jboss.org/browse/EMBJOPR-358
>             Project: Embedded Jopr
>          Issue Type: Bug
>         Environment: EAP5.1 running on Windows 2008, front-end by Apache.  Accessed using IE7
>            Reporter: Joel Tosi
>            Priority: Minor
>
> Open up Admin console in IE7 - login as admin and go to Service Binding Manager, then choose Configuration tab.  In IE7, screen is blank

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the embjopr-issues mailing list