OpenLayers OpenLayers

Ticket #455 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Util.isEquivalentUrl broken in Opera

Reported by: euzuro Assigned to:
Priority: minor Milestone: 2.3 Release
Component: general Version: 2.3 RC1
Keywords: Cc:
State:

Description

For some reason, in opera, the <a> object doesnt parse "pathname" as it does in ie and mozilla. It gives us the pathname as well as the arguments. If the arguments are out of order (for whatever reason), then the function will return false when it might be true.

Attachments

opera.patch (0.6 kB) - added by euzuro on 01/02/07 18:46:16.
adding comments, coding standards…

Change History

01/02/07 18:46:16 changed by euzuro

  • attachment opera.patch added.

adding comments, coding standards...

(follow-up: ↓ 3 ) 01/02/07 18:56:02 changed by tschaub

if (isOpera) window.location = "http://getfirefox.net";

01/02/07 19:13:01 changed by tschaub

looks right to me (and test_Util.html passes in Opera)

I'd say it's worth committing

(in reply to: ↑ 1 ) 01/02/07 20:02:11 changed by euzuro

  • keywords changed from review to pullup.

thanks for the quick review :-)

01/02/07 20:03:55 changed by euzuro

applied to trunk in r2124

01/22/07 22:14:42 changed by crschmidt

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