Ticket #4 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Pan & zoom buttons don't appear

Reported by: aalam Assigned to: aalam
Priority: major Milestone: Sprint 2
Component: GUI Version: IE 7.0
Keywords: Cc:
Estimate:

Description

Pan and zoom buttons do not appear immediately on IE browsers. Refreshing the page does make them show up, but when the page is initially loaded, they don't show up.

Change History

10/15/07 14:49:09 changed by egouge

This is repeatable in IE 6 as well.

10/17/07 14:20:11 changed by aalam

  • owner changed from somebody to aalam.

10/17/07 14:22:59 changed by aalam

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

The problem was that the div that contained the pan and zoom buttons was getting loaded fine, but a different div was getting loaded on top of it! This happened seemingly randomly presumably based on what images the browser had in cache and when it loaded things.

So a simple fix was to set the z-order on the buttons div to something high (10) so it'll always be on top regardless of what order the browser happens to load it.

11/07/07 09:44:32 changed by aalam

  • status changed from closed to reopened.
  • resolution deleted.

Issue still exists. z-order looked like it had fixed it, but it just happened to work nicely right after that change was made.

11/08/07 13:32:13 changed by egouge

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

This problem was fixed by moving the css styles that define the buttons from the openlayers related css to the HaBC.css