[JBoss JIRA] Created: (RF-3357) h:commandLink does not work at first click in simpleTogglePanel
by Alex Peelman (JIRA)
h:commandLink does not work at first click in simpleTogglePanel
---------------------------------------------------------------
Key: RF-3357
URL: http://jira.jboss.com/jira/browse/RF-3357
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: Jboss 4.2.2.GA, Seam 2.0.1.GA, Ubuntu Linux 8.04
Reporter: Alex Peelman
Priority: Minor
When I open a simpleTogglePanel that is initially closed and click a h:commandButton inside this panel nothing happens the first time. When I press the same h:commandButton a second time the action is triggered.
<h:form styleClass="form">
<rich:simpleTogglePanel label="#{messages['search']}" switchType="client" opened="false">
...
<div class="buttons">
<h:commandButton action="#{artifactCrud.search}" value="Search" /> </div>
</rich:simpleTogglePanel>
</h:form>
remark : the switchType is set to "client" if it is changed to "ajax" the button works after the first click
Gr. Alex
--
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
14 years, 9 months
[JBoss JIRA] Created: (RF-3240) listShuttle keep user from doing text selection (i.e. select a text excerpt for removal)
by Jander Nascimento (JIRA)
listShuttle keep user from doing text selection (i.e. select a text excerpt for removal)
----------------------------------------------------------------------------------------
Key: RF-3240
URL: http://jira.jboss.com/jira/browse/RF-3240
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Windows XP SP2, JBoss AS 4.2.0.GA, Firefox 2.0.0.14 EN, RichFaces 3.2.0.SR1
Reporter: Jander Nascimento
Symptons:
User not allowed to perform any text selection after insert listShuttle component in the page;
Description:
Seems that its main purpose was to forbid user to select source or target Caption from listShuttle component;
Investigation:
This symptons can be seen in Firefox, since it implements css property extension "-moz-user-select ", or any other browser that implements such property. This property is added in body(.body class) tag by listShuttle.xcss (within richfaces-ui package), doing so, user cannot select any text from the entire body. This may bother the user;
Thanks in advance
--
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
14 years, 9 months