WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
12110
REGRESSION: selection rectangle doesn't appear at maps.yandex.ru
https://bugs.webkit.org/show_bug.cgi?id=12110
Summary
REGRESSION: selection rectangle doesn't appear at maps.yandex.ru
Alexey Proskuryakov
Reported
2007-01-04 05:35:32 PST
Steps to reproduce: 1. Open
http://maps.yandex.ru/moscow
2. Click and drag on the map. Expected results: a selection rectangle appears while dragging; a zoomed map view is loaded after the mouse button is released. Actual results: there is no visual indication while dragging, although the zooming does work.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2007-01-04 10:07:34 PST
The problem here is that mouseEvent.button numbers were changed to match Firefox and IE. This site performs browser sniffing to support shipping Safari: if(is_safari){ function ___handleEvent(e){ e.buttonL=e.buttonM=e.buttonR=false; if(typeof(e.button)!='undefined'){ e.buttonL=(e.button==1); e.buttonM=(e.button==2); e.buttonR=(e.button==3); } I guess there isn't much we can do here.
David Kilzer (:ddkilzer)
Comment 2
2007-01-04 11:03:43 PST
(In reply to
comment #1
)
> I guess there isn't much we can do here.
The first(?) thing Mark Malone does is to send email to someone at the site to ask them to correct their browser sniffing JavaScript code. I'm guessing a message in Russian would be more well-received than one in English. :) Isn't there a tech note or developer web page that describes how to "properly" check for browser features, too?
Alexey Proskuryakov
Comment 3
2007-01-04 11:33:01 PST
(In reply to
comment #2
)
> I'm guessing a message in Russian would be more well-received than one in > English. :)
Yes, I did send my feedback to <
http://feedback.yandex.ru/?from=maps
>.
Mark Rowe (bdash)
Comment 4
2007-01-16 19:42:16 PST
<
rdar://problem/4928690
>
Maciej Stachowiak
Comment 5
2007-02-07 03:12:11 PST
Downgrading to P2, since this is an evangelism issue and those can't be showstoppers, generally.
Gennady
Comment 6
2007-06-30 10:56:06 PDT
this bug still applies in current version 2007-07-30 however in Safari 2.0.3 zoom rectangle did show up but was badly following mouse
Alexey Proskuryakov
Comment 7
2007-12-25 05:33:13 PST
I can no longer reproduce this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug