[JBoss JIRA] Created: (RF-3644) suggestionBox: incorrect view & functionality of component under Opera 9.27
by Mikhail Vitenkov (JIRA)
suggestionBox: incorrect view & functionality of component under Opera 9.27
---------------------------------------------------------------------------
Key: RF-3644
URL: http://jira.jboss.com/jira/browse/RF-3644
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.6
Environment: Opera(3.1.6.CR1)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Critical
Step 1. Navigate to page, contained suggestionBox rich component.
Step 2. Enter 'a' character into the component's input box.
Step 3. Verify style displaying of selected item.
Step 4. Verify style displaying of items with long name(name > component's width).
Step 5. Verify verticall & horizontall scroll presence.
Actual behavior:
Selected item area is more than suggestion boxe's pop up list width.
Item with long name is out of the boarders.
Selection of the last items in list is impossible, because of scrolls absent.
For more information see attached screenshot.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (RF-3091) TogglePanel
by Aleksej Yanul (JIRA)
TogglePanel
-----------
Key: RF-3091
URL: http://jira.jboss.com/jira/browse/RF-3091
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.5
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
1. Open togglepanel
2. Press in heading Next, Next
3. Select ajax
4. Press in heading Next, Next
//
java.lang.NullPointerException
org.richfaces.component.UISwitchablePanel.broadcast(UISwitchablePanel.java:123)
org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184)
org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162)
org.ajax4jsf.component.AjaxViewRoot.processUpdates(AjaxViewRoot.java:309)
com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:101)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (RF-3016) dataTable: rich:dataTable display wrong under IE, Safari & Opera in case some columns are not rendered inside dataTable.
by Mikhail Vitenkov (JIRA)
dataTable: rich:dataTable display wrong under IE, Safari & Opera in case some columns are not rendered inside dataTable.
------------------------------------------------------------------------------------------------------------------------
Key: RF-3016
URL: http://jira.jboss.com/jira/browse/RF-3016
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.5
Environment: IE6, IE7, Safari, Opera
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Step 1. Create rich:column inside rich:dataTable with rendered="false".
Use following code:
<rich:dataTable id="dataTableID" var="dataTableID" value="#{dataTable.mounths}" rowKeyVar="key"...
...<rich:column id="qty" rendered="true">
<h:outputText value="#{detail.qty}" />
</rich:column>...
</rich:dataTable>
Step 2. Navigate to page contained tested rich:dataTable component.
Step 3. Verify dataTable common view.
Actual behavior:
dataTable component have quite different view under different browsers. For more information see attached dataTable3_1_5.png
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months