[Chameleon-dev] [Bug 952] New: Fixed: MapTips widget ignores tolerance and creates incorrect mouseover and mouseout attributes. Added: intelligent LinkURL parsing, LINKTARGET attribute

bugzilla-daemon at maptools.org bugzilla-daemon at maptools.org
Tue Feb 8 05:15:45 EST 2005


http://www.maptools.org/bugzilla/show_bug.cgi?id=952

           Summary: Fixed: MapTips widget ignores tolerance and creates
                    incorrect mouseover and mouseout attributes. Added:
                    intelligent LinkURL parsing, LINKTARGET attribute
           Product: Chameleon
           Version: 2.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: ahocevar at hotmail.com


Attached is a new version of the MapTips widgets which corrects some typos that
prevent it from working and adds two new features:

- bugfix: use tolerance from cwc2 call (and not 3!)
- bugfix: use correct variable $this->mszOnMouseOut (not $this->onMouseOut)
  for $onmouseout and fix semicolon typo in $onmouseover definiton.
- bugfix: set default onmouseover and onmouseout to correct names
  (i.e. MapTipContent and MapTip clear instead of MapTipsContent and
  MapTipsClear).
- add feature: if keyword "LinkUniqueID" (case insensitive) is found in the
  LINKURL attribute, it is replaced by the current link-id. This is useful
  if your LinkURL looks more like "javascript:openURL(12345, 'foo')" that
  "http://www.foo.bar/index.php?id=12345".
- add feature: new LINKTARGET attribute. If not set, "_blank" is used to
  keep compatibility with previous versions. If LINKTARGET attribute is set
  to "", it will be omitted in the according hfres.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list