[JBoss JIRA] Created: (RF-10874) rich:poppupPanel not possible to change the size of poppupPanel, bad visibility of cross sign
by Juraj Huska (JIRA)
rich:poppupPanel not possible to change the size of poppupPanel, bad visibility of cross sign
---------------------------------------------------------------------------------------------
Key: RF-10874
URL: https://issues.jboss.org/browse/RF-10874
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
It is not possible to change the size of poppup panel, in demos where it should be possible(hashParam), and also the cross which should cancel the panel is with some skins, like with for example ruby, is almost invisible.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-10877) rich:toolTip client side toolTip has problems to show up
by Juraj Huska (JIRA)
rich:toolTip client side toolTip has problems to show up
--------------------------------------------------------
Key: RF-10877
URL: https://issues.jboss.org/browse/RF-10877
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
The client side tooltip has problem to sometimes to show up, mainly when should be showed as first tool tip at that demo for tool tip.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-9591) tooltip: showDelay not working.
by Ilya Shaikovsky (JIRA)
tooltip: showDelay not working.
-------------------------------
Key: RF-9591
URL: https://jira.jboss.org/browse/RF-9591
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Reporter: Ilya Shaikovsky
Assignee: Alex Kolonitsky
I see it passed to JS. But tooltip still appears immediatelly for me.
<h:panelGrid columns="2">
<rich:panel id="sample1" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>Here you can see <b>default client-side</b> tool-tip</p>
<rich:tooltip id="tt1">
<span style="white-space: nowrap"> This tool-tip content was
<strong>pre-rendered</strong> to the page.<br />
The look of this tool-tip is 100% defined by skin. </span>
</rich:tooltip>
</rich:panel>
<rich:panel id="sample2" styleClass="tooltip-text"
bodyClass="rich-laguna-panel-no-header">
<p>This tool-tip will <b>follow mouse</b>. Also this tool-tip has
a <b>delay 1.5 sec</b>, so be patient!</p>
<rich:tooltip followMouse="true"
showDelay="1500" styleClass="tooltip">
<span style="white-space: nowrap"> This tool-tip content also
<strong>pre-rendered</strong> to the page.<br />
However, the look of this tool-tip is customized<br />
by styleClass attribute. </span>
</rich:tooltip>
</rich:panel>
.....
--
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, 4 months
[JBoss JIRA] Created: (RF-10585) Action Listener can't be invoked from composite component in MyFaces
by Lukas Fryc (JIRA)
Action Listener can't be invoked from composite component in MyFaces
--------------------------------------------------------------------
Key: RF-10585
URL: https://issues.jboss.org/browse/RF-10585
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.0.0.CR1
Environment: * RichFaces 4.0.0-SNAPSHOT r.21803
* Metamer 4.0.0-SNAPSHOT r.21859
* Apache MyFaces JSF-2.0 Core Impl 2.0.4
* JBoss AS 6.0.0.Final
* OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
* Firefox 3.6.13 @ Linux x86_64
Reporter: Lukas Fryc
<demo:actionComposite id="invokeFromCCButton" render="messages" value="Invoke listener method in composite component">
<a4j:actionListener for="button" listener="#{a4jActionListenerBean.handleActionMethodComposite}" />
</demo:actionComposite>
<composite:implementation>
<h:commandButton id="button" value="#{cc.attrs.value}">
<composite:insertChildren />
<a4j:ajax render="#{cc.attrs.render}" execute="#{cc.attrs.execute}" />
</h:commandButton>
</composite:implementation>
public void handleActionMethodComposite(ActionEvent event) throws AbortProcessingException {
addFacesMessage("Method expression listener called from composite component");
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] Created: (RF-8261) Add support to automatically scroll to the first field containing an error after user submits a form and validation fails?
by Frank (JIRA)
Add support to automatically scroll to the first field containing an error after user submits a form and validation fails?
--------------------------------------------------------------------------------------------------------------------------
Key: RF-8261
URL: https://jira.jboss.org/jira/browse/RF-8261
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component
Affects Versions: 3.3.2.SR1
Environment: Richfaces (3.3.2.SR1), Spring webflow (2.0.8), Hibernate Validator (4.0.2), ...........
Reporter: Frank
Hello, here's the context, I have a form which has enough fields to produce vertical scrolling. I'm using Hibernate Validator (4.0.x) to validate my form fields through rich:ajaxValidator. So, has the title says, I would like the page to scroll up 'automatically' to the first validation error of the form, after the user tries to submit the form with the save button (a4j:commandButton), and the form contains one or more errors (coming from JSF Validation phase...).
So, big picture of feature request: On form-submit, if errors, automatic scroll to first form error.
--
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, 4 months