[JBoss JIRA] Created: (RF-5524) ComboBox: onchange event is not fired if select value from pop up using mouse.
by Alexander Dubovsky (JIRA)
ComboBox: onchange event is not fired if select value from pop up using mouse.
------------------------------------------------------------------------------
Key: RF-5524
URL: https://jira.jboss.org/jira/browse/RF-5524
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.CR1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Optional
Source:
<rich:comboBox value="#{custom.guestId}" defaultLabel="hello" onchange="alert('OK')">
<f:selectItem itemValue="val 1"/>
<f:selectItem itemValue="val 2"/>
<f:selectItem itemValue="val 3"/>
<f:selectItem itemValue="val 4"/>
<f:selectItem itemValue="val 5"/>
</rich:comboBox>
# Select item from pop up using mouse
# Move focus from comboBox
Result: onchange is not triggered - FAILURE
# Select item from pop up using keyboard
# Move focus from comboBox
Result: alert is shown - OK
--
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
16 years, 10 months
[JBoss JIRA] Created: (RF-2772) Make panelBarItem accordion functionality work with a4j:repeat
by Adam Jenkins (JIRA)
Make panelBarItem accordion functionality work with a4j:repeat
--------------------------------------------------------------
Key: RF-2772
URL: http://jira.jboss.com/jira/browse/RF-2772
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.1.4
Environment: Tomcat 5.5, Java 5, Exadel Studio 4.0.4a
Reporter: Adam Jenkins
Hi All,
I'm trying to build a dynamic accordion (rich:panelBar) by enclosing the panelBarItems in an a4j:repeat tag....it renders the panelBarItems, however the accordion functionality doesn't work (IE 6). If I do a standard (static) accordion it works fine, and, if I have a panelBar with static panelBarItems, followed by dynamic panelBarItems (inside an a4j:repeat) the static panelBarItems work fine, but the others don't (snippet below). Is this a limitation of this component or a bug?
In the below code, the panelBarItems labelled 'test' work perfectly, however the ones labelled 'some div' don't work at all.
<t:panelGroup colspan="2">
<rich:panelBar id="claim-panel-bar">
<rich:panelBarItem id="bar1" label="test"></rich:panelBarItem>
<rich:panelBarItem id="bar2" label="test"></rich:panelBarItem>
<rich:panelBarItem id="bar3" label="test"></rich:panelBarItem>
<rich:panelBarItem id="bar4" label="test"></rich:panelBarItem>
<a4j:repeat id="claim-history-repeat" value="#{generalInformation.myItems}" var="item" binding="#{generalInformation.myItemsRepeat}">
<rich:panelBarItem id="claim-panel" label="some div">
some stuff
</rich:panelBarItem>
</a4j:repeat>
</rich:panelBar>
</t:panelGroup>
Is this a limitation of the component, a bug, or am I doing something wrong here?
Cheers
Adam
--
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, 10 months
[JBoss JIRA] Created: (RF-7155) realworld/ui: In some sentences a space before parenthesis is absent and after parenthesis is present
by Inna Shchibrya (JIRA)
realworld/ui: In some sentences a space before parenthesis is absent and after parenthesis is present
-----------------------------------------------------------------------------------------------------
Key: RF-7155
URL: https://jira.jboss.org/jira/browse/RF-7155
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.1
Environment: All browsers
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Optional
1. Open the application.
2. Enter any symbol in Search input field, select "Users" check-box in Options and click Find button.
3. Clcik on "n albums" link under the user image. --> "All shared albums( n) of user ..." page is opened. There is no space before parenthesis and there is space after parenthesis. See attachment.
4. Enter any symbol in Search input field, select "Users" check-box in Options and click Find button.
5. Clcik on "n images" link under the user image. --> "All shared images( n) of user ..." page is opened. There is no space before parenthesis and there is space after parenthesis. See attachment.
Expected result: The space should be present before parenthesis and should be absent after parenthesis.
--
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
16 years, 10 months
[JBoss JIRA] Created: (RF-7171) realworld/search: Incorrect search result if "in My" and "in Shared" check-boxes both selected
by Inna Shchibrya (JIRA)
realworld/search: Incorrect search result if "in My" and "in Shared" check-boxes both selected
-----------------------------------------------------------------------------------------------
Key: RF-7171
URL: https://jira.jboss.org/jira/browse/RF-7171
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.1
Environment: All browsers
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
1. Login to the application.
2. Creat shelves, albums and images.
3. Enter some letter (e.g. "a") in Search input field, select only "in Shared" check-box and click Find button. --> The correct search result is present.
4. Enter some letter (e.g. "a") in Search input field, select only "in My" check-box and click Find button. --> The correct search result is present.
5. Enter some letter (e.g. "a") in Search input field, select "in My" and "in Shared" check-boxes and click Find button. --> The incorrect search result is present.
Expected result: The correct search result should be present.
--
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
16 years, 10 months
[JBoss JIRA] Created: (RF-7194) realworld/albums/FF: It is not possible to select the shelf with a long name from drop-down menu in Add album window
by Inna Shchibrya (JIRA)
realworld/albums/FF: It is not possible to select the shelf with a long name from drop-down menu in Add album window
--------------------------------------------------------------------------------------------------------------------
Key: RF-7194
URL: https://jira.jboss.org/jira/browse/RF-7194
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: FF
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
Attachments: add_album_scroll_FF.png, add_album_scroll_IE.png
FF
1. Login to the application.
2. Create two shelves and one of the shelves should be with a long name.
3. Click on Add album icon.
4. Click on the shelf name in the Add album window. --> Horizontal scroll bar has appeared instead the shelf with a long name. It is not possible to select the shelf with a long name from drop-down menu.
Expected result: A user should can select he shelf with a long name from drop-down menu.
For other browsers vertical scroll bar has appeared near the shelf name and it's possible to select the shelf with a long name from drop-down menu. But it would be better if the list of shelves names was opened without vertical scroll bar.
--
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
16 years, 10 months