Author: thomas.heute(a)jboss.com
Date: 2009-08-12 11:22:18 -0400 (Wed, 12 Aug 2009)
New Revision: 13748
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml
Log:
JBEPP-104: Bug fix for IE
problem when creating a page in dashboard only with keyboard
- the page is not created if user only press "enter" on page name input. the
site is realoaded, but new page is not created. when i click on "create" button,
the page is created.
Modified:
tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml
===================================================================
---
tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml 2009-08-12
15:13:05 UTC (rev 13747)
+++
tags/Enterprise_Portal_Platform_4_3_GA_CP02/core-admin/src/resources/portal-admin-war/jsf/dashboard/dashboard.xhtml 2009-08-12
15:22:18 UTC (rev 13748)
@@ -24,6 +24,7 @@
<tr>
<td align="left"
valign="top"><b>#{bundle.DASHBOARD_CREATE_NEW_PAGE}:</b><br/>#{bundle.DASHBOARD_CREATE_PAGE}: 
<h:form style="padding:0;margin:0">
+<!--[if IE]><input type="text" style="display: none;"
disabled="disabled" size="1" /><![endif]-->
<h:inputText id="pageName"
value="#{addDashboardPageAction.pageName}"
styleClass="portlet-form-input-field"/>
<h:commandButton value="#{bundle.SAVE}"
@@ -36,6 +37,7 @@
<tr>
<td align="left"
valign="top"><b>#{bundle.DASHBOARD_RENAME_THIS_PAGE}:</b><br/>#{bundle.DASHBOARD_NEW_PAGE_NAME}: 
<h:form id="renameForm"
style="padding:0;margin:0">
+<!--[if IE]><input type="text" style="display: none;"
disabled="disabled" size="1" /><![endif]-->
<h:message for="newName"/>
<h:inputText id="newName"
value="#{renameDashboardPageAction.newName}"
styleClass="portlet-form-input-field"/>
Show replies by date