OpenLayers OpenLayers

Ticket #498 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

overviewmap: rectangle has minimum height in IE

Reported by: bartvde Assigned to: tschaub
Priority: minor Milestone: 2.3 Release
Component: Control.OverviewMap Version: 2.3 RC2
Keywords: Cc:
State:

Description

in IE, after zooming in far, the rectangle's height (seems to have minimum of about 15 to 20px) does not change anymore.

The following should be added for this in setRectPxBounds:

this.extentRectangle.style.overflow = 'hidden';

Will attach a patch for this.

Attachments

hidden_overflow.patch (0.6 kB) - added by tschaub on 02/14/07 12:09:32.
hide overflow in extent rectangle

Change History

02/14/07 04:51:47 changed by bartvde

  • owner set to tschaub.
  • type changed from feature to bug.
  • version set to 2.3 RC2.
  • component changed from general to Control.OverviewMap.

02/14/07 04:59:03 changed by bartvde

Ofcourse this can also be changed in the css file:

.olControlOverviewMapExtentRectangle {

.. overflow: hidden;

}

I've done that for now, so that I don't need to change code.

02/14/07 12:09:32 changed by tschaub

  • attachment hidden_overflow.patch added.

hide overflow in extent rectangle

02/14/07 12:10:59 changed by tschaub

  • keywords set to review.
  • milestone set to 2.3 Release.

Thanks Bart. I agree this should be in the JS.

Will commit the attached patch if approved.

02/16/07 11:31:22 changed by sderle

  • keywords changed from review to pullup.

Applied as r2225.

02/16/07 14:32:22 changed by sderle

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