[JBoss JIRA] Created: (RF-10793) ExtendedDataTable selection with Ctrl+click does not correctly update selection backing bean without clicking first
by Eduard Ereza (JIRA)
ExtendedDataTable selection with Ctrl+click does not correctly update selection backing bean without clicking first
-------------------------------------------------------------------------------------------------------------------
Key: RF-10793
URL: https://issues.jboss.org/browse/RF-10793
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 3.3.3.Final
Environment: OS: SLES 10 SP2
JBoss EAP 4.3.0.GA_CP03
Application using JBoss Seam 2.1.2
Reporter: Eduard Ereza
Selecting rows with Ctrl+click on extendedDataTable just after rendering it (first time or reRender) selects them in the backing bean, but then deselecting the same rows with Ctrl+click does not deselect them in the backing bean. The same happens if there is a selection when the component is rendered: then, deselecting a value deselects it from the backing bean, but selecting it again does not select it in the backing bean.
When you click (without Ctrl) for the first time, everything works as it should.
This is also reproduceable on RichFaces Live Demo: http://livedemo.exadel.com/richfaces-demo/richfaces/extendedDataTable.jsf (see Steps to Reproduce).
This is probably related to RF-8681.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (RF-10797) inplaceSelect: unexpected value reset
by Ilya Shaikovsky (JIRA)
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
13 years, 7 months
[JBoss JIRA] Created: (RF-10796) inplaces: design issues
by Ilya Shaikovsky (JIRA)
inplaces: design issues
-----------------------
Key: RF-10796
URL: https://issues.jboss.org/browse/RF-10796
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
see attached image
1) button too big (just my opinion).. looks weird especially when the input part is narrow (both inplaces)
2) see triangle which overlaps the text (inplaceSelect)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months