Add <<onSelectionChange>> handler for rich:orderingList as it done for rich:scrollableDataTable
-----------------------------------------------------------------------------------------------
Key: RF-7405
URL: https://jira.jboss.org/jira/browse/RF-7405
Project: RichFaces
Issue Type: Feature Request
Components: component-misc
Affects Versions: 3.3.1
Reporter: Denis Petrunin
Priority: Minor
I'd like to implement UI which allows to remove items from rich:orderingList. I'd like to enable "Remove" button with JavaScript only if selection isn't empty. So I need a <<onSelectionChange>> handler for rich:orderingList to reflect state of "Remove" button.
--
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
dataScroller: value and handleValue attributes don't work
---------------------------------------------------------
Key: RF-7416
URL: https://jira.jboss.org/jira/browse/RF-7416
Project: RichFaces
Issue Type: Bug
Components: component-ScrollableDataTable
Affects Versions: 3.3.2.CR1
Environment: v.3.3.2-SNAPSHOT
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
It's default values are 'null'. If you define values they don't work.
--
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
realworld/albums: inputNumberSlider works incorrectly
-----------------------------------------------------
Key: RF-7415
URL: https://jira.jboss.org/jira/browse/RF-7415
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: All browsers
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
1. Open the application.
2. Select any album.
3. Try to set inputNumberSlider in 200. --> After the first click inputNumberSlider is set in 80.
4. Try to set inputNumberSlider in 200 again. --> inputNumberSlider is set in 120.
5. Try to set inputNumberSlider in 200 again. --> inputNumberSlider is set in 80.
Expected result: A user should can to set inputNumberSlider in 160 and 200.
--
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
[ https://jira.jboss.org/jira/browse/RF-7411?page=com.atlassian.jira.plugin... ]
Nick Belaevski updated RF-7411:
-------------------------------
Fix Version/s: Future
Priority: Minor (was: Major)
> panelMenuGroup: iconStyle attribute is not applied
> --------------------------------------------------
>
> Key: RF-7411
> URL: https://jira.jboss.org/jira/browse/RF-7411
> Project: RichFaces
> Issue Type: Bug
> Components: component-menu
> Affects Versions: 3.3.2.CR1
> Environment: All browsers
> Reporter: Inna Shchibrya
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
> 1. Add rich:panelMenu with rich:panelMenuGroup on the page.
> 2. Set values of icons for rich:panelMenuGroup.
> 3. Set your iconStyle for panelMenuGroup icons.
> 4. Open the page. --> Your iconStyle is not applied.
> Expected result: The value of iconStyle attribute should be applied for panelMenuGroup icons.
--
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
List Shuttle Component : Key board Selection is not supported
-------------------------------------------------------------
Key: RF-7429
URL: https://jira.jboss.org/jira/browse/RF-7429
Project: RichFaces
Issue Type: Feature Request
Components: component-output
Affects Versions: 3.2.2
Environment: Resin 3.1 , myfaces 1.2.8
Reporter: Vikas Singh
Priority: Minor
List Shuttle doesn't behave like the selectManyMenu where if we press a character 'M' from the keyboard than the focus is changed to the word in the List starting from 'M'. It is the default behavior of html Select Element. Similar thing should be supported in ListShuttle and PickList
--
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
config/component/modalPanel.xml has wrong description for width/height defaults
-------------------------------------------------------------------------------
Key: RF-6821
URL: https://jira.jboss.org/jira/browse/RF-6821
Project: RichFaces
Issue Type: Patch
Affects Versions: 3.3.0
Reporter: Leiv Hellebo
Priority: Minor
Default values for width/height/minWidth/minHeight was changed in REV 10184 (for RF-4266) without updating the tag description
http://fisheye.jboss.org/viewrep/RichFaces/trunk/ui/modal-panel/src/main/...
Also: Does it make sense to have minWidth=-1 (no IllegalArgumentException for the default value...), wasn't 10 better?
--
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
DataTable: bgcolor atribute doesn't work
----------------------------------------
Key: RF-4588
URL: https://jira.jboss.org/jira/browse/RF-4588
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
bgcolor="red" takes no effect
--
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
Add column "Default Value" to the tables describing the attributes more in detail
---------------------------------------------------------------------------------
Key: RF-5959
URL: https://jira.jboss.org/jira/browse/RF-5959
Project: RichFaces
Issue Type: Feature Request
Components: doc
Affects Versions: 3.3.0
Environment: Web
Reporter: Karl Philipp
Priority: Optional
Currently a table that lists the available attributes for a component contains two columns as follows:
Attribute Name | Description
e.g.
http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/...
A default value is currently mentioned in the description, if available.
It would be very useful instead to have an extra column for the default value as follows:
Attribute Name | Default Value | Description
In my humble opinion, another advantage of such an additional column would be a more simplified maintenance of the document(s).
--
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
New logo should be added to RF guides titles
----------------------------------------------
Key: RF-7105
URL: https://jira.jboss.org/jira/browse/RF-7105
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.3.0
Reporter: Svetlana mukhina
Assignee: Svetlana mukhina
Fix For: 3.3.2.CR1
Add the new logo to all guides title pages
--
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
PickList: onlistchanged, onkeypress, onblur events do not work in some browsers.
--------------------------------------------------------------------------------
Key: RF-5285
URL: https://jira.jboss.org/jira/browse/RF-5285
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA3, jsp, facelets
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
1) "onlistchanged" does not work in Safari 3.2
2) "onkeypress" and "onblur" do not work in Safari 3.2, Firefox 3.0.4, IE6-7
--
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