Closed Bug 196672 Opened 21 years ago Closed 21 years ago

clicking does not centre map

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect)

x86
Other
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 185169

People

(Reporter: dave.saville, Assigned: jdunn)

References

()

Details

User-Agent:       Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3b) Gecko/20030211
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3b) Gecko/20030211

What used to happen, and still does with netscape 4.61, is that clicking
anywhere on the map would redraw it with that point centred. Now I get a "query
returned no results" message.

Reproducible: Always

Steps to Reproduce:
1. click anywhere on the map.


Actual Results:  
Got a "query returned no results" message

Expected Results:  
Should have had returned a new map centred about the mouse click. I assume
mozilla is not sending a correct query resulting from the mouse click.
confirmed Win98SE, Netscape 4.80 works, Mozilla not:

Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4a) Gecko/20030306

Can you add Keyword 4xp?
Navigator 4.x Parity bugs. A bug is a Navigator 4.x Parity bug if it occurs on
Mozilla builds, but does not occur using the latest release of Netscape
Communicator 4.x.
Looks like the "ismap" on the <img> elements is making us ignore the <a> and do
something weird instead....

If we don't support server-side imagemaps, we should just stop doing this wonky
ismap thing.
Assignee: asa → jdunn
Status: UNCONFIRMED → NEW
Component: Browser-General → Image: Layout
Ever confirmed: true
QA Contact: asa → tpreston
It looks like we do support server-side image maps, but it's just a question of
what we do with them when the URL already has a query string.
1.3 doesn´t work! 
tested with Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030305

Error message: The query returned no matches, please try again.

Workaround/Diagnosis:

right-click at desired position: copy link location

Example: Ashley gives
http://www.streetmap.co.uk/newsearch.srf?x=557250&y=148250&z=1&ar=Y&isp=200&ism=500&searchp=newsearch.srf&mapp=newmap.srf

but in the status bar you can see the link ending with ...newmap.srf?65,170

so I pasted that link into a new tab, added manually ?65,170 at the end,
hit return, and got the centered map.

Flags: blocking1.3?
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3) Gecko/20030309

Clicking on Ashley ( lower right ) gives error message:
The query returned no matches, please try again.

Right-click on Ashley, copy link location gives:
http://www.streetmap.co.uk/newsearch.srf?x=557250&y=148250&z=1&ar=Y&isp=200&ism=500&searchp=newsearch.srf&mapp=newmap.srf

but this is displayed in the status line:
http://www.streetmap.co.uk/newsearch.srf?x=557250&y=148250&z=1&ar=Y&isp=200&ism=500&searchp=newsearch.srf&mapp=newmap.srf?65,170

pasting the copied location and manually adding ?65,170 gives the centered image.

*** This bug has been marked as a duplicate of 185169 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Flags: blocking1.3?
v
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
Product: Core Graveyard → Core
You need to log in before you can comment on or make changes to this bug.