[JBoss JIRA] Commented: (RF-7810) ListShuttle - Firefox 2.0 - first item of left hand list disappears when moving an item to a blank right-hand list for the first time
by Hanner Andres Ortiz Ramirez (JIRA)
[ https://jira.jboss.org/jira/browse/RF-7810?page=com.atlassian.jira.plugin... ]
Hanner Andres Ortiz Ramirez commented on RF-7810:
-------------------------------------------------
This bug appear too, in firefox 2.0.0.19 and 2.0.0.18, in Solaris plataform.
> ListShuttle - Firefox 2.0 - first item of left hand list disappears when moving an item to a blank right-hand list for the first time
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-7810
> URL: https://jira.jboss.org/jira/browse/RF-7810
> Project: RichFaces
> Issue Type: Bug
> Components: browser compatibility
> Affects Versions: 3.3.1
> Environment: Windows XP
> Firefox 2.0.0.17
> Reporter: Wayne Bagguley
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: 3.3.2.GA
>
>
> I have a simple listShuttle with the left-hand list containing items but the right hand list blank.
> When I first move an item from the left hand list to the right hand list, the top item of the left hand list disappears.
> For example.
> If the left hand list was :
> 1
> 2
> 3
> 4
> and I move number 2 across, the left hand list will become:
> 3
> 4
> Or, if I move item 1 across, the list would become
> 3
> 4
> This happens in Firefox 2.0.0.17
> The same page works correctly in IE6.0
> The same behavior occurs when moving items from right to left, if the left list is blank
--
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
15 years, 3 months
[JBoss JIRA] Created: (RF-6504) Support colon in hotkey selector
by c_inconnu (JIRA)
Support colon in hotkey selector
--------------------------------
Key: RF-6504
URL: https://jira.jboss.org/jira/browse/RF-6504
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Java 6
Seam 2.1.1
Reporter: c_inconnu
When using hotkey selector with a component which has a composite ID (with colon, ie. "myDecorator:myComponentId") one cannot use :
<r:hotKey key="esc" handler="doSth()" selector="##{r:clientId(myComponentId)}" />
Since jQuery does not understand colon. We must escape it :
<r:hotKey key="esc" handler="doSth()" selector="##{r:clientId(myComponentId).replace(':','\\:')}" />
I would be nice if it was supported out of the box.
Thanks
--
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
15 years, 3 months