Ticket #663 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

wfs layer hangs firefox when zooming

Reported by: tschaub Owned by: tschaub
Priority: critical Milestone: 2.4 Release
Component: general Version: 2.4 RC1
Keywords: Cc:
State:

Description

Though I don't have a live setup to demonstrate it on, I've reproduced the problem that is described by Steve ( http://www.nabble.com/Re%3A--OpenLayers-Users--Work-around-for-bug--541----p9798435.html)

On Windows Firefox, call to rendererRoot.setAttributeNS(null, "viewBox", extentString) is taking forever. After hours of browser crashing, I've determined that it can be resolved by clearing the renderer before setting this attribute.

The following patch moves the already existing renderer.clear call in the WFS layer's moveTo above the moveTo call to the superclass.

I have no idea why this works - or didn't work before. A browser bug I'd say.

Attachments

wfs-hangs-firefox.patch Download (2.2 KB) - added by tschaub 6 years ago.
stops firefox from hanging on wfs layer zooms

Change History

Changed 6 years ago by tschaub

stops firefox from hanging on wfs layer zooms

Changed 6 years ago by crschmidt

oh thank god

Three cheers for tim! hip hip hooray! hip hip hooray! hip hip hooray!

okay, now time to shove the 2.4 rc2 out the door, gotta go fix the rest of these tickets now :)

Changed 6 years ago by crschmidt

It's likely that this is actually a symptom of #669, rather than something we actually need to do. If you could check it out and see if you can get it to happen again *without* this patch, I'd appreciate it.

Changed 6 years ago by crschmidt

  • status changed from new to closed
  • resolution set to duplicate

In testing, I was able to confirm that this is fixed with the patch for #669. Marking this as duplicate unless we get another report.

Note: See TracTickets for help on using tickets.