[JBoss JIRA] Created: (RF-2628) InplaceInput: edit/view sizes synchronization works wrong in all browsers.
by Ilya Shaikovsky (JIRA)
InplaceInput: edit/view sizes synchronization works wrong in all browsers.
--------------------------------------------------------------------------
Key: RF-2628
URL: http://jira.jboss.com/jira/browse/RF-2628
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Anton Belevich
Priority: Minor
Fix For: 3.2.0
<rich:dataTable value="#{dataTableScrollerBean.tenRandomCars}" var="car">
<rich:column>
<h:outputText value="#{car.make}"/>
</rich:column>
<rich:column>
<h:outputText value="#{car.model}"/>
</rich:column>
<rich:column>
<rich:inplaceInput layout="block" value="#{car.price}"/>
</rich:column>
</rich:dataTable>
After you click inplace - column grows only under opera and only for some seconds. At all other browsers table border dissapears as it below input.
--
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
17 years, 4 months
[JBoss JIRA] Created: (RF-2314) comboBox: rich:comboBox itemValues display in italic in case conboBox is in rich:panelMenu component.
by Mikhail Vitenkov (JIRA)
comboBox: rich:comboBox itemValues display in italic in case conboBox is in rich:panelMenu component.
-----------------------------------------------------------------------------------------------------
Key: RF-2314
URL: http://jira.jboss.com/jira/browse/RF-2314
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: IE6, IE7, FF, Safari
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Priority: Minor
Attachments: comboBoxInPanelMenu.png
Step 1. Add rich:comboBox component inside PanelMenu. Use following code:
<rich:panelMenuItem label="Item Image">
<rich:comboBox>
<f:selectItem itemValue="item_1"/>
<f:selectItem itemValue="item_2"/>
</rich:comboBox>
</rich:panelMenuItem>
Step 2. Navigate to page contained PanelMenu.
Step 3. Find & click on comboBoxe's button attached to input box.
Step 4. Verify itemValues font style displaying.
Actual behavior:
itemValues display in italic. For more information see attached comboBoxInPanelMenu.png
Expected behavior:
itemValues shouldn't have italic font.
--
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
17 years, 4 months
[JBoss JIRA] Created: (RF-4311) SuggestionBox: incorrect behavior in Opera.
by Alexander Dubovsky (JIRA)
SuggestionBox: incorrect behavior in Opera.
-------------------------------------------
Key: RF-4311
URL: https://jira.jboss.org/jira/browse/RF-4311
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: richfaces-demo, test application, 3.2.2.BETA5, Opera 9.52
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Open demo application on Suggestion Box page in Opera
# Input e.g. 'a' character -> suggest pop up appears
# Move selection in pop up using keyboard
Result: selection skips the next element (e.g. was 1th and stay 3th) - this is incorrect
# Select any element
Result: cursor moves to the begin of input. Actually it should stay in the end.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months