richfaces-demo: inplaceInput: tab key pressing crashes Opera window
-------------------------------------------------------------------
Key: RF-4225
URL: https://jira.jboss.org/jira/browse/RF-4225
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA4
Tomcat 6
Opera 9.51
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Start demo application
2. Go to the inplaceInput page
3. Set focus to the inplaceInput component
5. press tab key
FAILURE: Error occurs, after closing error dialog window opera browser was closed
--
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
comboBox: incorrect item is selected if attribute directInputSuggestions="true"
-------------------------------------------------------------------------------
Key: RF-4305
URL: https://jira.jboss.org/jira/browse/RF-4305
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: richfaces-demo, test application (3.2.2.BETA5)
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
# Open richfaces-demo on Combo Box page
# Place cursor in 3th combo box (Combo Box with a simple String list as suggestions list)
# Input 's' , wait about 1 sec, then input 'a' characters
Result 1: Sacramento, Santa Fe, Salem and Salt Lake City are shown in pop up. - this is right
# Input 's' and 'a' characters without time interval
Result 2: "Sacramento" is selected. - this is bug. Should be the same behavior as in case 1.
--
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
calendar: collapsed in Opera and IE 6
-------------------------------------
Key: RF-2708
URL: http://jira.jboss.com/jira/browse/RF-2708
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Pavel Yaschenko
Fix For: 3.2.0
It collapsed from the beggining in Opera.
And it's collapses after mouseover in IE 6
FF - fine
screens attached.
--
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
tree: after deleting some node next node displays the same as removed previous node
-----------------------------------------------------------------------------------
Key: RF-4121
URL: https://jira.jboss.org/jira/browse/RF-4121
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
Tomcat 6
all browsers
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Go to the treeModelDemo/pages/rf-1081.jsf
2. Expand some nodes in the first project node
3. Verify that second project node should be collapsed
4. D&D first project node to the trash
5. Verify state of second project node:
FAILURE: second project node and some child nodes have expanded state
--
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
File Upload + JBoss Gravel: listener does not fire + JS errosr
--------------------------------------------------------------
Key: RF-3173
URL: http://jira.jboss.com/jira/browse/RF-3173
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: RF 3.2.1
Gravel 1.0.1
Facelets
Reporter: Andrei Markavtsov
Assigned To: Andrei Markavtsov
Fix For: 3.2.1
--
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
panelBar: doesn't save state (h:Submit -> a4j:Submit -> Refresh)
----------------------------------------------------------------
Key: RF-3470
URL: http://jira.jboss.com/jira/browse/RF-3470
Project: RichFaces
Issue Type: Bug
Environment: IE 6, IE 7, Opera 9, Safari 3.1
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
1. Click another bar then selected.
2. Click h:Submit button
3. Click another bar then selected.
4. Click a4j:Submit button.
=> The bar from item 1 is displayed opened.
Note: works fine with FireFox 2.
--
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
panelBar: panelBar item is getting lost
----------------------------------------
Key: RF-3471
URL: http://jira.jboss.com/jira/browse/RF-3471
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: 3.2.1.CR5
FF 2, IE 6, IE 7, Safari 3.1
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Priority: Critical
1. Select another tab
2. Perform ajax Submit
3. Refresh the page
=> The very first bar is getting lost.
--
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
Ajax Form: prependId="false" does not work after ajax rerendering if form wrapped by dataTable.
-----------------------------------------------------------------------------------------------
Key: RF-4137
URL: https://jira.jboss.org/jira/browse/RF-4137
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF 3.2.2-SNAPSHOT
Facelets 1.1.14
Reporter: Andrei Markavtsov
Assignee: Nick Belaevski
Fix For: 3.2.2
<rich:dataTable value="1" id="dt">
<rich:column>
<a4j:form id="_jsfFrom" prependId="false">
<h:outputText value="Text" id="text"></h:outputText>
</a4j:form>
</rich:column>
</rich:dataTable>
<h:form>
<a4j:commandLink value="Rerender" id="submit" reRender="dt"></a4j:commandLink>
</h:form>
At the first output text has valid ID (dt:0:text).
After 'rerender' link has been clicked output ID is extending by ajax form ID (dt:0:_jsfFrom:text ).
--
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