inplaceSelect: unexpected value reset
-------------------------------------

                 Key: RF-10797
                 URL: https://issues.jboss.org/browse/RF-10797
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Final
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


                        <rich:inplaceSelect defaultLabel="Click here to edit"
                                openOnEdit="true" showControls="true">
                                <f:selectItem itemValue="0" itemLabel="Option 
1" />
                                <f:selectItem itemValue="1" itemLabel="Option 
2" />
                                <f:selectItem itemValue="2" itemLabel="Option 
3" />
                                <f:selectItem itemValue="3" itemLabel="Option 
4" />
                                <f:selectItem itemValue="4" itemLabel="Option 
5" />
                        </rich:inplaceSelect>

notice that no resets defined on blur using attributes (in case them set 
furhter could has more sence, however still be bad)

1) select some value
2) open select again
*notice that some parts of the input element is uses default cursor and not a 
text ones(near to borders).
3) click there
* I expecting that nothing will be performed as when I'm clicking on the input 
element center
But a) popup closed b) main failure - component getting reseted to default 
label.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to