[JBoss JIRA] Created: (RF-5472) InplaceSelect: saveControlIcon/cancelControlIcon attributes are not functional
by Nick Belaevski (JIRA)
InplaceSelect: saveControlIcon/cancelControlIcon attributes are not functional
------------------------------------------------------------------------------
Key: RF-5472
URL: https://jira.jboss.org/jira/browse/RF-5472
Project: RichFaces
Issue Type: Bug
Reporter: Nick Belaevski
saveControlIcon/cancelControlIcon attributes use framework resources, but should use application ones.
E.g. this:
<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
defaultLabel="Click here to edit" saveControlIcon="/images/ico.gif">
<f:selectItem itemValue="0" itemLabel="Option 1" />
<f:selectItem itemValue="1" itemLabel="Option 2" />
<f:selectItem itemValue="2" itemLabel="Option 3" />
<f:selectItem itemValue="3" itemLabel="Option 4" />
<f:selectItem itemValue="4" itemLabel="Option 5" />
</rich:inplaceSelect>
should not fail with 'Static resource not found for path /images/ico.gif' error
--
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
15 years, 11 months
[JBoss JIRA] Created: (RF-5453) SuggestionBox: some cosmetic in richfaces-demo.
by Alexander Dubovsky (JIRA)
SuggestionBox: some cosmetic in richfaces-demo.
-----------------------------------------------
Key: RF-5453
URL: https://jira.jboss.org/jira/browse/RF-5453
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA5, richfaces-demo
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Trivial
Attachments: 30.png
1)
# Open "Objects usage example" for SuggestionBox under Safari.
# Click arrow => suggestion pop up appears, the 1th line is selected
# Click arrow again
Result: the second line become selected and only after that pop up is closed
2)
# Open "Objects usage example" for SuggestionBox under Safari.
# Check arrow near suggestion input
Result: see screen shot. It should be aligned with input.
--
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
15 years, 11 months