[richfaces-issues] [JBoss JIRA] Resolved: (RF-4019) dragIndicator: incorrect view in IE6

Denis Morozov (JIRA) jira-events at lists.jboss.org
Wed Jul 30 09:41:37 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Morozov resolved RF-4019.
-------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Denis Morozov)


Fixed.

> dragIndicator: incorrect view in IE6
> ------------------------------------
>
>                 Key: RF-4019
>                 URL: https://jira.jboss.org/jira/browse/RF-4019
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: IE6
> 3.2.2.BETA2
>            Reporter: Alexander Dubovsky
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>         Attachments: 8.png
>
>
> See screen shot.
> Source:
>          <rich:panel id="panelID">
> 		<rich:dragIndicator id="indicatorID">
> 			<f:facet name="single">
> 				<f:verbatim>{param1} {param2} {param3}</f:verbatim>
> 			</f:facet>
> 		</rich:dragIndicator>
> 		<rich:panel style="width: 200px;">
> 			<rich:dragSupport dragType="button" dragIndicator="indicatorID">
> 				<rich:dndParam name="param1" value="dragParam"></rich:dndParam>
> 			</rich:dragSupport>
> 			<h:commandButton id="buttonID" action="return false;" value="draggable button" />
> 		</rich:panel>
> 		<br />
> 		<rich:panel style="width: 200px;">
> 			<h:inputTextarea id="textAreaID1" value="accept button" disabled="true"/>
> 			<rich:dropSupport acceptedTypes="button">
> 				<rich:dndParam name="param2" value="dropParam1"></rich:dndParam>
> 			</rich:dropSupport>
> 		</rich:panel>
> 		<rich:panel style=" width : 200px;">
> 			<h:inputTextarea id="textAreaID2" value="reject button" disabled="true"/>
> 			<rich:dropSupport acceptedTypes="">
> 				<rich:dndParam name="param3" value="dropParam2"></rich:dndParam>
> 			</rich:dropSupport>
> 		</rich:panel>
> 	</rich:panel>

-- 
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

        



More information about the richfaces-issues mailing list