Ticket #8 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Let popups optionally appear outside of map panel

Reported by: sbenthall Assigned to:
Priority: minor Milestone: 0.6
Component: GeoExt.Popup Version:
Keywords: popups Cc:
State: Complete

Description

http://geoext.org/svn/geoext/sandbox/sbenthall/popup/lib/GeoExt/widgets/popup/

Currently, popups are contained within a map panel and will not appear outside them.

EveryBlock (http://nyc.everyblock.com/), for example, makes nice use of anchored popups that appear outside of the map.

GeoExt popups should optionally appear outside of the MapPanel.

Change History

01/16/09 20:50:21 changed by sbenthall

  • type changed from defect to enhancement.

06/02/09 22:15:52 changed by tschaub

  • milestone set to 0.6.

06/05/09 22:23:38 changed by ahocevar

  • status changed from new to closed.
  • resolution set to fixed.

(In [1000]) make popup behave like an Ext.Window, i.e. show it using popup.show() instead of adding it as item to the map panel. r=tschaub (closes #80) (closes #8)

10/14/09 01:42:12 changed by tschaub

  • state changed from Needs more work to Complete.
  • component changed from GeoExt.data to GeoExt.Popup.