Ticket #176 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

hiding of legend main panel does not always work ok in IE

Reported by: bartvde Assigned to:
Priority: major Milestone: 0.7
Component: GeoExt.LegendPanel Version: trunk
Keywords: Cc:
State: Commit

Description

We have situations in which the old legend image will remain. See attached screendump. The way to fix this is use hideMode:'offsets' on the main panel in LegendPanel.js

Attachments

ticket176.pdf (47.4 kB) - added by bartvde on 11/13/09 16:25:12.
current situation versus wanted situation
ticket176.patch (416 bytes) - added by bartvde on 11/13/09 16:28:15.
patch (no test, do we need one?)

Change History

11/13/09 16:25:12 changed by bartvde

  • attachment ticket176.pdf added.

current situation versus wanted situation

11/13/09 16:28:15 changed by bartvde

  • attachment ticket176.patch added.

patch (no test, do we need one?)

11/13/09 16:28:24 changed by bartvde

  • state changed from None to Review.

11/16/09 09:23:46 changed by elemoine

  • state changed from Review to Commit.

with a space before 'offsets' I'm fine with this patch :-) Thanks.

11/16/09 09:48:10 changed by bartvde

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

(In [1457]) add hideMode offsets to legend panel so hiding works okay in IE, r=elemoine (closes #176)