realworld/images: Incorrect view of drop-down menu on File Upload page in case a long album name
------------------------------------------------------------------------------------------------
Key: RF-7198
URL: https://jira.jboss.org/jira/browse/RF-7198
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: All browsers
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
1. Login to the application.
2. Create several albums and one of them with a long name.
3. Click on Add images button. --> Incorrect view of drop-down menu with the list of albums. See attachment.
Expected result: Drop-down menu shouldn't be outside of the area.
--
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/images: Incorrect title of the tag page
-------------------------------------------------
Key: RF-7209
URL: https://jira.jboss.org/jira/browse/RF-7209
Project: RichFaces
Issue Type: Bug
Components: examples
Affects Versions: 3.3.2.CR1
Environment: All browsers
Local
Reporter: Inna Shchibrya
Assignee: Andrey Markhel
Priority: Minor
1. Open the application.
2. Click on any image.
3. Click on Tag link. --> Corresponding tag page is opened with incorrect title: "all_images_tag" instead "All images (n) related to tag ...". See attachment.
Expected result: "All images (n) related to tag ..." title shoul be on the tag page.
--
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
Live Demo update
----------------
Key: RF-7276
URL: https://jira.jboss.org/jira/browse/RF-7276
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.3.1
Reporter: Svetlana mukhina
Assignee: Ilya Shaikovsky
Fix For: Site
Live Demo pages should be updated, the task should contain information about updates.
--
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
colorPicker: inputSize attribute doesn't work
---------------------------------------------
Key: RF-7257
URL: https://jira.jboss.org/jira/browse/RF-7257
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Environment: all provided browsers
v.3.3.2-SNAPSHOT
Reporter: Vadim Mikovoz
Assignee: Nick Belaevski
Precindition:
Set inputSize attribute for colorPicker
1. Open testPage
------------------------
Size of input box is the same as earlier
--
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
combobox attribute to allow to call the suggestion only from arrow button
-------------------------------------------------------------------------
Key: RF-7263
URL: https://jira.jboss.org/jira/browse/RF-7263
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.3.1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
something like suggestOnTyping (true/false).. (need to be reviewed before implementation)
--
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
Suggestion box with tiles not workiing in IE-6
----------------------------------------------
Key: RF-3616
URL: http://jira.jboss.com/jira/browse/RF-3616
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Windows xp,glassfish serverV2 ur1
Reporter: Sreeram S
The snippet given in the JBoss Forum Reference is not working in IE but works perfectly in mozilla firefox, if we remove the tiles(tiles content page it is working in IE also).Is this a bug in the code ? Please help
Thank you for your support and your product.
--
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
Editor: autoResize attribute works incorrectly in Opera, Firefox and Safari.
----------------------------------------------------------------------------
Key: RF-5076
URL: https://jira.jboss.org/jira/browse/RF-5076
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: 3.3.0.BETA1
Opera 9.6, Firefox 3.0 and Safari 3.2.
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Open page with editor (autoResize = "true")
# Past a big text block in it => size of editor increases
# Delete text block
Result: size of editor was not changed
Expected result: size of editor should decreases accordingly text content.
--
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
Attributes descriptions
------------------------
Key: RF-6946
URL: https://jira.jboss.org/jira/browse/RF-6946
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.3.0
Reporter: Svetlana mukhina
Assignee: Svetlana mukhina
Fix For: 3.3.2.GA
Check that all attributes have description, not just possible values as e.g. preserveModel attribute has.
If description is missing, write it.
--
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
InplaceSelect: initial value is not shown when it's type is not String
----------------------------------------------------------------------
Key: RF-5758
URL: https://jira.jboss.org/jira/browse/RF-5758
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Anton Belevich
Fix For: 3.3.1
<rich:inplaceSelect value="#{45}">
<f:selectItem itemLabel="Item 1" itemValue="#{1}"/>
<f:selectItem itemLabel="Item 2" itemValue="#{2}"/>
<f:selectItem itemLabel="Item 3" itemValue="#{3}"/>
<f:selectItem itemLabel="Item 45" itemValue="#{45}"/>
</rich:inplaceSelect>
--
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