[richfaces-issues] [JBoss JIRA] Resolved: (RF-7348) Ordering List conflicts with VEarth

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Tue Jun 16 07:12:56 EDT 2009


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

Alex Kolonitsky resolved RF-7348.
---------------------------------

    Resolution: Won't Fix


We use an event as "window.event || e" in our scripts.
In http://dev.virtualearth.net/mapcontrol/v6.2/js/atlascompat.js defined

function GenWindowEvent(e) {
	window.event = e; 
}	

After you used the map last event for the map control is saved in window.event and  is used in our scripts instead of the event we're attaching.
Workaround: clean window.event property after work with map. For example as below

<h:panelGrid columns="1" onmouseout="window.event = null">
         <ve:virtualEarth ...  />
</h:panelGrid> 

> Ordering List conflicts with VEarth
> -----------------------------------
>
>                 Key: RF-7348
>                 URL: https://jira.jboss.org/jira/browse/RF-7348
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component, component-input, component-output
>    Affects Versions: 3.3.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Alex Kolonitsky
>             Fix For: 3.3.2.CR1
>
>
> Checked at demosite.

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