[JBoss JIRA] Created: (RF-9806) rich:extendedDataTable - reimplement dragging to react to middle of the column
by Lukas Fryc (JIRA)
rich:extendedDataTable - reimplement dragging to react to middle of the column
------------------------------------------------------------------------------
Key: RF-9806
URL: https://jira.jboss.org/browse/RF-9806
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Reporter: Lukas Fryc
You can currently drag columns in way that you have to drag on the target column, then the arrow is catched up to the left of the target column.
But in 3.x, the way was more appropriate: the change of column which is the arrow catched up to is chosen in the middle of the column - when you are on the left side of target column, the arrow is catched between the target column and column on the left and when you are on the right side of target column, the arrow is catched between the target column and column on the right.
The way chosen in 4.x doesn't allow to choose placing the dragged column as the last one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (RF-10053) inplaceInput: problems with Enter key in input state
by Ilya Shaikovsky (JIRA)
inplaceInput: problems with Enter key in input state
----------------------------------------------------
Key: RF-10053
URL: https://issues.jboss.org/browse/RF-10053
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<h:form>
<h:panelGrid columns="1">
<rich:inplaceInput value="#{userBean.name}"
defaultLabel="Click to edit name">
<a4j:ajax event="change" render="out" />
</rich:inplaceInput>
<h:outputText value="#{userBean.name}" id="out"/>
</h:panelGrid>
</h:form>
hitting enter in input state getting next results:
1) IE 8 - input does not applied. State do not changed to changed. Just the same input displayed. (no ajax request).
2) Opera 11 - seems common form submit done.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Updated: (RF-8701) dataScroller: add facets support for customizations
by Nick Belaevski (JIRA)
[ https://issues.jboss.org/browse/RF-8701?page=com.atlassian.jira.plugin.sy... ]
Nick Belaevski updated RF-8701:
-------------------------------
Fix Version/s: Post_4.F
(was: Future_4.X)
> dataScroller: add facets support for customizations
> ---------------------------------------------------
>
> Key: RF-8701
> URL: https://issues.jboss.org/browse/RF-8701
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.0.0.ALPHA1
> Reporter: Ilya Shaikovsky
> Assignee: Anton Belevich
> Fix For: Post_4.F
>
>
> Important Note: I do not see how some block components could be inserted into datascroller currently. That could potentially add lot of confusion and usage problems in future - so we have to discuss markup again. Many guys using "pages" facet redefinition and place some block controls/div based markup there.
> And, I prefer to sacrifice the "semantic" principles there again in order to avoid problems.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years