[Webkit-unassigned] [Bug 50116] On platforms other than Mac, right clicking anywhere discards the selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 10 09:41:14 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50116





--- Comment #22 from Pierre Rossi <pierre.rossi at gmail.com>  2010-12-10 09:41:13 PST ---
(In reply to comment #19)
> 
> The correct way is to test all editing behaviors on all platforms - you can set the behavior with a layoutTestController method.

What I meant was that the test would return different results for the windows behavior depending on whether it actually ran on windows or not. 

Due to what I mentioned in my previous comment to Antonio, and the change for the Windows behavior, it probably won't be necessary anymore but what I was looking for was probably something in that fashion:
var onWinPlatform =  navigator.userAgent.search("Windows") != -1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list