Ticket #1586 (closed bug: fixed)
popup grows larger with each pop
| Reported by: | jpulles | Owned by: | crschmidt |
|---|---|---|---|
| Priority: | critical | Milestone: | 2.7 Release |
| Component: | Popup | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The example page at http://aardbodem.nl/?q=node/44 uses a GeoRSS layer to show a feed of users. Each time the popup shows after clicking a marker, it increases in size. The reason is in the setSize function of the Popup class. It seems that this function needs to be executed only once, instead of yet another time at each pop up, or each time with the original size as a parameter and not the (modified) actual size.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

