rich:comboBox produces Javascript error still exists
----------------------------------------------------
Key: RF-2467
URL: http://jira.jboss.com/jira/browse/RF-2467
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: RF 3.2.0CR2
Reporter: Juergen Zimmermann
Inspite of the resolved RF-2411 there is still a Javascript error. I'll attach 2 screenshots with the MS debugger.
--
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
Inplace input wrong position in the edit state
----------------------------------------------
Key: RF-2515
URL: http://jira.jboss.com/jira/browse/RF-2515
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Anton Belevich
Assigned To: Anton Belevich
Fix For: 3.2.0
--
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
ComboBox: list isn't scrolled to the first value in the list that starts from the prefix entered
------------------------------------------------------------------------------------------------
Key: RF-2557
URL: http://jira.jboss.com/jira/browse/RF-2557
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR3
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
1. open ComboBox.
2. Begin to enter characters, match with combobox items' values & review comboboxe's list changes.
--->>>list isn't scrolled to the first value in the list that starts from the prefix entered.
--
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
InplaceSelect double selection
------------------------------
Key: RF-2562
URL: http://jira.jboss.com/jira/browse/RF-2562
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Anton Belevich
Assigned To: Anton Belevich
Fix For: 3.2.0
if value isn't defined
1. open Select list, select item
2. open select list again
--
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
InplaceInput and InplaceSelect: editEvent parameter must take full event name
-----------------------------------------------------------------------------
Key: RF-2510
URL: http://jira.jboss.com/jira/browse/RF-2510
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR2
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
editEvent parameter must take full event name. Now it takes event name without prefix "on"(e.g. "click" instead of "onclick", "onclick" must be)
--
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
ComboBox: atrribute maxLenght doesn't work
------------------------------------------
Key: RF-2556
URL: http://jira.jboss.com/jira/browse/RF-2556
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR3
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
1. Set "maxlength" attribute to 5; "listWidth" to 100 px;& add folowing string code inside rich:combobox tag:
<f:selectItem itemLabel="newValue" itemValue="newValue" />
2. Open ComboBox and select newValue item & verify "maxlength" attribute.
--->>>Only first 5 characters should display in input box("newVa"). Full value is displayed instead.
--
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
ComboBox: attribute enableManualInput doesn't work
--------------------------------------------------
Key: RF-2565
URL: http://jira.jboss.com/jira/browse/RF-2565
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR3
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
1. Set enableManualInput comboBox attribute to false & try to change any item using keyboard.
--->>> It's possible
--
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
Picklist: js error on page rendering
------------------------------------
Key: RF-2549
URL: http://jira.jboss.com/jira/browse/RF-2549
Project: RichFaces
Issue Type: Bug
Environment: 3.2.0 CR3
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
Priority: Blocker
Line: 184
Char: 3
Error:Object doesn't support this property or method
--
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
ComboBox: attribute buttonIconDisabled doeasn't work
----------------------------------------------------
Key: RF-2564
URL: http://jira.jboss.com/jira/browse/RF-2564
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR3
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
1. Change buttonIconDisabled atribute to true & submit it.
--->>>Button icon should gone.
--
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
ComboBox: attribute directInputSuggestions doesn't work
-------------------------------------------------------
Key: RF-2558
URL: http://jira.jboss.com/jira/browse/RF-2558
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: 3.2.0 CR3
Reporter: Viktor Volkov
Assigned To: Nick Belaevski
1. Check "directInputSuggestions" check box or set directInputSuggestions attribute fo rich:combobox component to true.
2. Input something in input box of tested component.
--->>>First appropriate value should appears in input, but not appeares. The addition should be highlighted in input.
--
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