[JBoss JIRA] (RF-13050) Showcase - not all demos have references for beans which are used in them
by Juraj Húska (JIRA)
Juraj Húska created RF-13050:
--------------------------------
Summary: Showcase - not all demos have references for beans which are used in them
Key: RF-13050
URL: https://issues.jboss.org/browse/RF-13050
Project: RichFaces
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 5.0.0.Alpha1
Reporter: Juraj Húska
There are some demos in showcase which do not have references for the beans source code, which are used in them.
Each contains the facelet source code, but the beans are missing.
It is so for example in demos:
* extended data table - basic usage
* collapsible subtable
* data scroller
and others. I will update the list once you indicate that we are going to fix this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-9653) popupPanel: trimOverlayedElements not working
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-9653?page=com.atlassian.jira.plugin.sy... ]
Jiří Štefek updated RF-9653:
----------------------------
Fix Version/s: 5-Tracking
Steps to Reproduce:
# deploy Metamer and open: http://localhost:8080/metamer/faces/components/richPopupPanel/rf-9653.xhtml
# set @trimOverlayedElements=true
# open popup
# move mouse over the popup panel's inner panel, which will show a tooltip
# move the mouse cursor to the right corner of the inner panel
** expected: the tooltip will not overlay the popup panel
** have: the tooltip overlays the popup panel
Affects Version/s: 5.0.0.Alpha1
Environment:
RichFaces 5.0.0-SNAPSHOT
Metamer 5.0.0-SNAPSHOT
GlassFish Server Open Source Edition 3.1.2.2
Java(TM) SE Runtime Environment 1.7.0_06-b24 @ Linux
Firefox 21.0 @ Linux x86_64
> popupPanel: trimOverlayedElements not working
> ---------------------------------------------
>
> Key: RF-9653
> URL: https://issues.jboss.org/browse/RF-9653
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.0.0.Milestone4, 5.0.0.Alpha1
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> GlassFish Server Open Source Edition 3.1.2.2
> Java(TM) SE Runtime Environment 1.7.0_06-b24 @ Linux
> Firefox 21.0 @ Linux x86_64
> Reporter: Ilya Shaikovsky
> Fix For: 4.0.0.Milestone6, 5-Tracking
>
>
> <rich:popupPanel show="true" trimOverlayedElements="false">
> <rich:panel id="panel">
>
> test1
> <rich:tooltip>
> test2
> </rich:tooltip>
> </rich:panel>
> ...
> tooltip should not be cut by table borders in that case but it is being cut actually.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-13049) popupPanel: VDL-DOC: add more description about @autosized
by Jiří Štefek (JIRA)
Jiří Štefek created RF-13049:
--------------------------------
Summary: popupPanel: VDL-DOC: add more description about @autosized
Key: RF-13049
URL: https://issues.jboss.org/browse/RF-13049
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Jiří Štefek
Priority: Trivial
More description about this attribute would be good. At least there should be mentioned, that
# it ignores @minHeight, @maxHeight, @minWidth, @maxWidth,
# @height and @width will override it (use value '-1' if you need these attribute present),
# @resizeable need to be set to 'false' (default value)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-13043) rich:select add title Attributes to items
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč edited comment on RF-13043 at 6/4/13 9:56 AM:
---------------------------------------------------------
There is workaround: you can take a modified renderer's source and put it into your application. Then you need to use faces-config.xml configuration to point to own implementation of renderer. Thoughts?
was (Author: lfryc):
There is workaround: you can take a modified renderer's source and put it into your application. Then you need to use faces-config.xml configuration to point to own implementation of renderer.
> rich:select add title Attributes to items
> -----------------------------------------
>
> Key: RF-13043
> URL: https://issues.jboss.org/browse/RF-13043
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
> Fix For: 5-Tracking
>
>
> It would be really good if rich:select had a title Attribute for every item listed. In the delivered HTML-Code every Item is in a DIV-Tag, so it should not be too hard to add this functionality.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months
[JBoss JIRA] (RF-13043) rich:select add title Attributes to items
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13043:
---------------------------------
There is workaround: you can take a modified renderer's source and put it into your application. Then you need to use faces-config.xml configuration to point to own implementation of renderer.
> rich:select add title Attributes to items
> -----------------------------------------
>
> Key: RF-13043
> URL: https://issues.jboss.org/browse/RF-13043
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
> Fix For: 5-Tracking
>
>
> It would be really good if rich:select had a title Attribute for every item listed. In the delivered HTML-Code every Item is in a DIV-Tag, so it should not be too hard to add this functionality.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months