Ticket #44 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

rename anchor method on popups

Reported by: tschaub Assigned to: sbenthall
Priority: major Milestone: 0.5
Component: GeoExt.Popup Version:
Keywords: Cc:
State: Commit

Description

If a component is added to a container with "anchor" layout, the component is checked for an anchor property. This causes trouble given that the popup has an anchor method.

Attachments

44.patch (2.3 kB) - added by tschaub on 04/18/09 00:05:48.
rename anchor and unanchor methods

Change History

04/18/09 00:05:48 changed by tschaub

  • attachment 44.patch added.

rename anchor and unanchor methods

04/18/09 00:06:20 changed by tschaub

  • state changed from None to Review.

Tests pass and example works in FF3.

04/23/09 16:06:50 changed by sbenthall

  • state changed from Review to Commit.

looks great to me, Tim.

04/24/09 00:21:07 changed by tschaub

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

(In [454]) Renaming the anchor and unanchor methods so they don't conflict with ext properties. r=sbenthall (closes #44)