[fusion-trac] #433: Map tips are broken in branches/2.2
Fusion
trac_fusion at osgeo.org
Mon Feb 7 11:30:28 EST 2011
#433: Map tips are broken in branches/2.2
---------------------------+------------------------------------------------
Reporter: trevorwekel | Owner: madair
Type: defect | Status: new
Priority: P2 | Milestone: Future
Component: Widgets | Version: 2.2 - RC1
Severity: Major | Keywords:
External_id: | State: New
Browser: All | Os: All
---------------------------+------------------------------------------------
Comment(by madair):
Trevor,
I found this was broken in trunk but working correctly in Fusion-2.2
branch. Can I get you to verify which version you are testing with? But
mostly checking the version of Jx that you are testing with.
The problem is due to a change in the underlying Jx object. With Jx2 it
uses:
this.mapOffset = map._oDomObj.offsets;
whereas in Jx3 we need to use:
this.mapOffset = map._oDomObj.getOffsets();
and the offsets are in .x and .y properties
--
Ticket URL: <http://trac.osgeo.org/fusion/ticket/433#comment:1>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.
More information about the fusion-trac
mailing list