[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
[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
[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
[JBoss JIRA] Created: (RF-9306) ComponentControl can't control DataScroller nested in iteration component
by Lukas Fryc (JIRA)
ComponentControl can't control DataScroller nested in iteration component
-------------------------------------------------------------------------
Key: RF-9306
URL: https://jira.jboss.org/browse/RF-9306
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone3
Environment: * RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0-SNAPSHOT SVN r.19085
* Metamer: RichFaces Testing Application by JBoss, a division of Red Hat, Inc., version 4.0.0-SNAPSHOT SVN r. 19087
* Java(TM) SE Runtime Environment 1.6.0_20-b02
* Linux 2.6.31-22-generic
* Mojarra 2.0.2-FCS
* Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/9.10 (karmic) Firefox/3.6.8
Reporter: Lukas Fryc
Works great for h:dataTable and ui:repeat,
but not for a4j:repeat or rich:dataTable.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] Created: (RF-7501) HtmlPanelMenu should support recursive node adaptor
by arne anka (JIRA)
HtmlPanelMenu should support recursive node adaptor
---------------------------------------------------
Key: RF-7501
URL: https://jira.jboss.org/jira/browse/RF-7501
Project: RichFaces
Issue Type: Feature Request
Components: component-menu
Reporter: arne anka
i'd like to use HtmlPanelMenu to display a rather big structure like below where the nodes reach about 300 and take a considerable lot of time to create the menu from scratch.
my idea was to create the deeper levels (Level B and Level C nodes) only when the Level A node is expaned, like one can do with rich:tree and rich:recursiveTreeNodesAdaptor -- but there's not really a way to do that.
thus, having some kind like treeNodesRecursiveAdaptor would make live certainly easier.
imo all of these expandable structures should by default support an model or adaptor or whatever it is called.
Level A
|--Level B
|--Level C
|--Level C
|--Level C
|--Level B
|--Level C
|--Level C
Level A
|--Level B
|--Level C
|--Level C
|--Level C
|--Level B
|--Level C
|--Level C
--
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
13 years
[JBoss JIRA] Created: (RF-9853) Inplace select: wrong name of cancel button
by Pavol Pitonak (JIRA)
Inplace select: wrong name of cancel button
-------------------------------------------
Key: RF-9853
URL: https://jira.jboss.org/browse/RF-9853
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20127
Metamer 4.0.0-SNAPSHOT r.20127
Mojarra 2.0.2-FCS
GlassFish Server Open Source Edition 3.0.1
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44 @ Linux x86_64
Reporter: Pavol Pitonak
Priority: Minor
1. deploy Metamer
2. open http://localhost:8080/metamer/faces/components/richInplaceSelect/simple.x...
3. set showControls=true
result:
Cancel button has the same name as OK button (form:inplaceSelectOkbtn). It seems that this bug doesn't influence functionality of component.
<input class="rf-is-btn" id="form:inplaceSelectOkbtn" name="form:inplaceSelectOkbtn" onmousedown="this.className='rf-is-btn-press'" onmouseout="this.className='rf-is-btn'" onmouseup="this.className='rf-is-btn'" src="/metamer/faces/javax.faces.resource/ico_ok.gif?ln=org.richfaces" type="image"></input>
<input class="rf-is-btn" id="form:inplaceSelectCancelbtn" name="form:inplaceSelectOkbtn" onmousedown="this.className='rf-is-btn-press'" onmouseout="this.className='rf-is-btn'" onmouseup="this.className='rf-is-btn'" src="/metamer/faces/javax.faces.resource/ico_cancel.gif?ln=org.richfaces" type="image"></input>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years