[JBoss JIRA] Created: (RF-11249) rich:pickList defaultLabel attribute seems do nothing
by Ján Jamrich (JIRA)
rich:pickList defaultLabel attribute seems do nothing
-----------------------------------------------------
Key: RF-11249
URL: https://issues.jboss.org/browse/RF-11249
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Apache MyFaces JSF-2.1 Core Impl 2.1.1
JBoss AS 6.0.0.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
Attribute defaultLabel seems not affect any visual behavior of component
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11089) Tooltip: attribute value ignored
by Pavol Pitonak (JIRA)
Tooltip: attribute value ignored
--------------------------------
Key: RF-11089
URL: https://issues.jboss.org/browse/RF-11089
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT r.unknown
Metamer 4.1.0-SNAPSHOT r.22533
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1
Java(TM) SE Runtime Environment 1.6.0_24-b07 @ Linux
Chrome 12.0.742.100 @ Linux i686
Reporter: Pavol Pitonak
The attribute value of the tooltip doesn't work (first sample), nested text works fine (second sample). According to RF-11002 the attribute value is a valid attribute.
{code:xml}
<rich:tooltip value="tooltip content" .../>
{code}
{code:xml}
<rich:tooltip ...>tooltip content</rich:tooltip>
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10766) Sub table: rerender doesn't work correctly
by Pavol Pitonak (JIRA)
Sub table: rerender doesn't work correctly
------------------------------------------
Key: RF-10766
URL: https://issues.jboss.org/browse/RF-10766
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.0.0-SNAPSHOT r.22230
Metamer 4.0.0-SNAPSHOT r.22240
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Firefox 3.6.15 @ Linux x86_64
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/co...
# set title of first person to "Programmer Analyst"
# rerender the page (fourth button in header)
# set titel of first person to "Vice President"
# rerender the page (fourth button in header)
\\
result:
* the subtable "Men" is collapsed after rerendering
* when the title is changed the second time, "Director" is displayed on the page instead of "Vice President"
* after second rerendering, "Programmer Analyst" appears
The same sample in rich:dataTable and rich:extendedDataTable works fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11274) Sample Login panel positioning for component rich:dataGrid - wrong position of popup panels on IE 9
by Juraj Huska (JIRA)
Sample Login panel positioning for component rich:dataGrid - wrong position of popup panels on IE 9
---------------------------------------------------------------------------------------------------
Key: RF-11274
URL: https://issues.jboss.org/browse/RF-11274
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
Attachments: popupPanelWrongPosition.png
Login and Search popup panels have wrong position on the page. Login popup is rendered on the bottom, but at least it is shown whole. However the search popup is not shown whole, only small part of it is shown in the right bottom corner.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10992) dragValue expression is evaluated to null in customcomponent
by Adrian Höhn (JIRA)
dragValue expression is evaluated to null in customcomponent
------------------------------------------------------------
Key: RF-10992
URL: https://issues.jboss.org/browse/RF-10992
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-drag/drop
Affects Versions: 4.0.0.Final
Environment: JSF2 environment with Richfaces 4 Final
Reporter: Adrian Höhn
When the dragValue is set in a customcomponent, it's always evaluated to null. (dropEvent.getDragValue() == null)
If a stringvalue is set instead, the value is submitted correctly.
Example:
<rich:dragSource type="sometype" dragValue="#{cc.attrs.myvalue}"/>
same code outside of the customcomponent works fine.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-11067) rich:autocomplete popups with suggestions does not reflect the value in input
by Juraj Huska (JIRA)
rich:autocomplete popups with suggestions does not reflect the value in input
-----------------------------------------------------------------------------
Key: RF-11067
URL: https://issues.jboss.org/browse/RF-11067
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: examples
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase
commit 4a534c358ff5903429609ff065fc27bae6fec2c0
Reporter: Juraj Huska
In richfaces-showcase, demo for rich:autocomplete, sample Custom Popup Layouts, popup with suggestions does not reflect what is typed in the input, it always shows the first row of suggestion.
For example when I type v, it should render popup with suggestion Vermont, but instead of it suggest Alabama.
This is corrected when something is chosen, for example Alabama, then suggestions work properly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10876) rich:toolBar links are barely visible
by Juraj Huska (JIRA)
rich:toolBar links are barely visible
-------------------------------------
Key: RF-10876
URL: https://issues.jboss.org/browse/RF-10876
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
demo - sample - poppupPanel
container - Jboss AS 6.0.0.Final
mobile devices - iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
The link which is on the toolbar in the demo for poppupPanel, in the sample of login panel positioning, is almost invisible with some skins, but it is problem not only on mobile devices but the problem of skinnability in general.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10880) rich:inplaceSelect no highlighting for options in this select
by Juraj Huska (JIRA)
rich:inplaceSelect no highlighting for options in this select
-------------------------------------------------------------
Key: RF-10880
URL: https://issues.jboss.org/browse/RF-10880
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo application - richfaces-showcase-4.0.0.Final-jee6.war
container - Jboss AS 6.0.0.Final
mobile devices - iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
There is no highlighting when I touch the option.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10891) rich:dragSource it is not possible to drag an object
by Juraj Huska (JIRA)
rich:dragSource it is not possible to drag an object
----------------------------------------------------
Key: RF-10891
URL: https://issues.jboss.org/browse/RF-10891
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: mobile
Affects Versions: 4.0.0.Final
Environment: Demo-application - richfaces-showcase-4.0.0.Final-jee6.war
container - JBoss AS 6.0.0.Final
mobile devices -
iPhone 4 - OS version iOS 4.2.1 - browser Safari
iPad1 - OS version iOS 4.2.1 - browser Safari
Nexus S - OS Android 2.3.2
Reporter: Juraj Huska
Does not work at all, it is not possible to drag the item.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months
[JBoss JIRA] Created: (RF-10783) showcase wrong description of components
by Juraj Huska (JIRA)
showcase wrong description of components
----------------------------------------
Key: RF-10783
URL: https://issues.jboss.org/browse/RF-10783
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.0.0.Final
Environment: showcase version v.4.0.0-SNAPSHOT SVN r.22194
Reporter: Juraj Huska
There are wrong descriptions of these components:
a4j:region, The button inside the first panel should not work according to the description, but actually it works.
Client Side Validation, JSR 303 Validators, There is written that there should be ajax fallback when user click on the check box, and there is no ajax fallback. But the checkbox has rich:validator tag also, so the behavior is correct, only the text says something different, so either correct the text or the source code of that page.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 3 months