[JBoss JIRA] Created: (RF-3404) jQuery: JS error under FF
by Tsikhon Kuprevich (JIRA)
jQuery: JS error under FF
-------------------------
Key: RF-3404
URL: http://jira.jboss.com/jira/browse/RF-3404
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: 3.2.1.CR4
FF
jsp + myfaces
facelets + jsf 1.2
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
I see the following error when opening the page with the component:
missing ) after argument list
(no name)()Rich.jsf (line 213)
to the wait list jQuery.readyList.push()jquery.js.jsf (line 2276)
(no name)()jquery.js.jsf (line 2296)
each([function(), function(), function(), 5 more...], function(), undefined)jquery.js.jsf (line 753)
ready()jquery.js.jsf (line 2295)
[Break on this error] jQuery(selector).find('span').html('text1').end().append('<p class='fontColo...
--
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
17 years, 7 months
[JBoss JIRA] Created: (RF-3355) IE6 can't focus fields were covered by suggestionbox
by B VO (JIRA)
IE6 can't focus fields were covered by suggestionbox
----------------------------------------------------
Key: RF-3355
URL: http://jira.jboss.com/jira/browse/RF-3355
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.0.1
Environment: IE6, Seam 1.2.1
Reporter: B VO
Priority: Critical
After use a suggestionbox, fields (exactly part of fields) that were covered by the pop-up can't be use directly.
User can click in these fields but the focus stay in the suggestionbox's input field. for example, a select field open and close in second.
The user has to click in the page but out of the zone covered to these fields to retrieve a good comportment.
After that, if the user just focus the input field linked to the suggestionbox, the bug reappear.
--
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
17 years, 7 months
[JBoss JIRA] Created: (RF-3154) Nested ajax rendered components not submitting
by Adam Jenkins (JIRA)
Nested ajax rendered components not submitting
----------------------------------------------
Key: RF-3154
URL: http://jira.jboss.com/jira/browse/RF-3154
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.4, 3.1.3, 3.1.2, 3.1.1, 3.1.5, 3.1.x
Environment: Jboss + Richfaces + Myfaces
Reporter: Adam Jenkins
Priority: Blocker
Attachments: ValueChangeBugReproduce.jsp
When an ajax output panel is rerendered on a selects 'onchange', and it contains a panel and another select (with similar behaviour), the values of the second select aren't being bound to the model...this is more easily explained in code:
See the attached jsf page and managed bean. When the first select with id="toggle" is changed, the output panel main-panel reRendered fine, and the child components (which have a 'rendered' attribute) are now visible...perfect
However the child component that is a select (id="some-select") that has a4j support isn't being bound to the backing bean when the onchange event is fired.
--
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
17 years, 7 months