Tagged Questions
0
votes
0answers
78 views
Circle overlay on google maps api v3
Got a problem with google maps v3 circles...
The what you expect code for drawing the circle ;) :
var circle = null;
circle = new google.maps.Circle({
center: point,
radius: Math.ceil(accuracy),
...
1
vote
1answer
150 views
webdriver click event is slow with firefox
I'm using ruby 1.8.7 and watir-webdriver 0.6.1, and found that following script is very slow when click some link element under windows 2003/2008 server, but the same script is fast under win7 and ...
0
votes
1answer
893 views
@font-face with multiple font-size css declarations slow Firefox to a crawl
CSS:
@font-face {
font-family: Gabriola;
font-weight: normal;
font-style: normal;
src: local("Gabriola Regular"), local("Gabriola"),
url("Gabriola.eot"), ...
0
votes
1answer
199 views
Watir Checkbox marking slow with Firefox on Linux
I am running Watir on a Linux machine for testing with Firefox 3.6. I have observed that marking multiple checkboxes is quite slow. I have implemented the fix for a related problem with text boxes, ...
0
votes
0answers
193 views
IE 8 making tons of extra DNS requests with “NotSupported” returned
I have a scenario where a user is using IE 8 and trying to access an external Sharepoint Site and authenticating with NTLM. The login works fine, and resources are downloading, but it takes FOREVER ...