[JBoss JIRA] Created: (RF-3652) simpleTooglePanel: component's content isn't fit to boarders in case size changing(height & width)
by Mikhail Vitenkov (JIRA)
simpleTooglePanel: component's content isn't fit to boarders in case size changing(height & width)
--------------------------------------------------------------------------------------------------
Key: RF-3652
URL: http://jira.jboss.com/jira/browse/RF-3652
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.6
Environment: IE6(special case), IE7, FF, Opera, Safari(3.1.6.CR1)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Step 1. Navigate to test application page for rich:simpleTooglePanel. - several panel inside each other should appear.
Step 2. Open all simpleTooglePanels by click on it's header.
Step 3. Run beta test 1: height: 80px; width: 300px.
Step 4. Verify style of simpleTooglePanel component's content displaying.
Actual behavior:
For all browsers except IE6 content isn't fit to panel.
For IE6 component's header don't take whole width of simpleTooglePanel.
For more info see attached screenshots.
--
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, 8 months
[JBoss JIRA] Created: (RF-3651) modalPanel: keepVisualState="false" doesn't work for rich component.
by Mikhail Vitenkov (JIRA)
modalPanel: keepVisualState="false" doesn't work for rich component.
--------------------------------------------------------------------
Key: RF-3651
URL: http://jira.jboss.com/jira/browse/RF-3651
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.6
Environment: IE6, IE7, FF, Safari, Opera(3.1.6.CR1)
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Step 1. Set moveable="true" for rich:modalPanel;keepVisualState="false"
Step 2. Navigate to page, contained MP & call it, by clicking on link:
<a onclick="Richfaces.showModalPanel('modalPanelID');" href="#">Show MP</a>
Step 3. Move MP in right lower corner of the browser window.
Step 4. Close MP.
Step 5. Click on link "Show MP" again.
Step 6. Verify position of MP appearence.
Actual behavior:
MP appears in position, which it have before closing(Step 4), but if keepVisualState="false" I expect to see MP in position, defined in left & top attributes.
--
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, 8 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, 8 months
[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, 8 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, 8 months