[Webkit-unassigned] [Bug 12110] REGRESSION: selection rectangle doesn't appear at maps.yandex.ru
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 4 10:07:35 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12110
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NeedsReduction |
Component|WebCore Misc. |Evangelism
------- Comment #1 from ap at webkit.org 2007-01-04 10:07 PDT -------
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.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list