[JBoss JIRA] (RF-13044) Inplace select: JS error inside extended data table
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13044:
----------------------------------
Summary: Inplace select: JS error inside extended data table
Key: RF-13044
URL: https://issues.jboss.org/browse/RF-13044
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input, component-tables
Affects Versions: 4.3.2, 5.0.0.Alpha1
Environment: RichFaces 5.0.0-SNAPSHOT
Metamer 5.0.0-SNAPSHOT
Mojarra 2.1.13
EAP 6.0.1
Java(TM) SE Runtime Environment 1.6.0_32-b05 @ Linux
Chrome 27.0.1453.93 @ Linux x86_64
Reporter: Pavol Pitonak
# deploy Metamer and open http://localhost:8080/metamer/faces/components/richInplaceSelect/csv.xhtm...
# open browser console
# click "set wrong value" button next to "custom" inplace input
result:
* value "rich faces" is set as expected but it is not submitted like in used case without EDT and inplace select stays open
* works fine in all other templates
--
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, 6 months
[JBoss JIRA] (RF-13043) rich:select add title Attributes to items
by J W (JIRA)
[ https://issues.jboss.org/browse/RF-13043?page=com.atlassian.jira.plugin.s... ]
J W updated RF-13043:
---------------------
Description: 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. (was: It would be really good if rich:select had a title Attribute for every item listed. )
> 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)
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Priority: Minor
>
> 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, 6 months
[JBoss JIRA] (RF-13042) Render h:commandlink: keeps reloading js
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13042?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13042:
-------------------------------
Fix Version/s: 4.3.3
> Render h:commandlink: keeps reloading js
> ----------------------------------------
>
> Key: RF-13042
> URL: https://issues.jboss.org/browse/RF-13042
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: core
> Affects Versions: 4.2.3.Final, 4.3.2
> Reporter: Nicolas Daniels
> Priority: Critical
> Fix For: 4.3.3
>
>
> Javascript resource is reloaded at each render, and so javascript was becoming heavier and heavier to run (to end by a not responsive alter on FF -or even FF hangs forever).
>
> After more investigation, I noticed it is due to the h:commandlink tag which was inside my rerendered part.
> Workaround:
> Add:
> {code:xml}
> <h:inputText rendered="false">
> <f:ajax />
> </h:inputText>
> {code}
> in your page, Js is not reloading anymore. (I inserted it at the end but I guess it works anywhere)
> See forum link for more details.
--
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, 6 months