SpielByWeb Forum Index SpielByWeb
http://www.spielbyweb.com/
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   Find a UserFind a User   UsergroupsUsergroups   RegisterRegister 
 Your GamesYour Games   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Hacienda Water Rotation

 
Post new topic   Reply to topic    SpielByWeb Forum Index -> Hacienda
View previous topic :: View next topic  
Author Message
maelstrom



Joined: 30 Mar 06
Posts: 4

Location: Austin, TX

PostPosted: Fri Aug 11, 2006 2:49 pm    Post subject: Hacienda Water Rotation Reply with quote

I can't rotate a water that I'm trying to purchase. I would like to rotate the water more than once. This from game 9883.
_________________
-joey
Back to top
View user's profile BoardGameGeek Send private message
HappyProle
SBW Developer


Joined: 28 Oct 05
Posts: 409

Location: Salt Lake City, UT

PostPosted: Fri Aug 11, 2006 3:15 pm    Post subject: Reply with quote

OS, browser and version?

Are you by chance using Mac and Safari?
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
maelstrom



Joined: 30 Mar 06
Posts: 4

Location: Austin, TX

PostPosted: Fri Aug 11, 2006 3:48 pm    Post subject: Reply with quote

Yep and yep.
_________________
-joey
Back to top
View user's profile BoardGameGeek Send private message
maelstrom



Joined: 30 Mar 06
Posts: 4

Location: Austin, TX

PostPosted: Fri Aug 11, 2006 3:55 pm    Post subject: Reply with quote

That was it. I tried in Firefox and it worked like a charm. Grrrrr.... Safari!
_________________
-joey
Back to top
View user's profile BoardGameGeek Send private message
HappyProle
SBW Developer


Joined: 28 Oct 05
Posts: 409

Location: Salt Lake City, UT

PostPosted: Fri Aug 11, 2006 4:18 pm    Post subject: Reply with quote

This was a known bug that we probably should've mentioned. I only had access to one person with Safari who was helping me to debug it. We kind of gave up after he admitted that he barely ever used Safari.

If you have time and are Safari-savvy I could use your help in debugging it.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger
mrbass



Joined: 05 Apr 06
Posts: 182

Location: Las Vegas

PostPosted: Fri Aug 11, 2006 5:19 pm    Post subject: Reply with quote

Ok I turned on Safari javascript debug console but it doesn't show any errors.
To turn it on open terminal and type:
Code:
defaults write com.apple.Safari IncludeDebugMenu 1

Then open up Safari and under Debug Menu select 'Show Javascript Console'


Current javascript is this
Code:

function moveWater(x,y,id)
{
   var a1 = document.getElementById(id);
   
   a1.style.top = y + 'px';
   a1.style.left = x + 'px';
   
}


This guys posts seems like he's attempting the basic same thing but is having no such luck with safari
http://www.codingforums.com/showthread.php?t=92770

Code:

document.getElementById('scrollcontent').style.left = m + 'px';
document.getElementById('scrollcontent2').style.left = n + 'px';


Not sure if this has anything to do with it
http://www.demographix.com/_dev/safari/clickcheck.html

How about this...try this code perhaps
I'm not a programmer so this probably will blow up the computer as far as I know.

Code:

function moveWater(x,y,id)
{
   var a1 = document.getElementById(id);
   {var el = document.getElementById(id).style;
   el.display = a1.style.top = y + 'px';
   el.display = a1.style.left = x + 'px';
   }
   a1.innerHTML = id;
}
Back to top
View user's profile BoardGameGeek Send private message Visit poster's website
Drew



Joined: 17 Feb 06
Posts: 1


PostPosted: Wed Aug 16, 2006 9:22 am    Post subject: Reply with quote

Thanks for this thread. I've been having problems, too . . . and yep . . . Safari. At least I know I can switch to Firefox for Hacienda (if I want to win). Cool
Back to top
View user's profile BoardGameGeek Send private message
Lookec



Joined: 04 Dec 21
Posts: 11


PostPosted: Sat Dec 04, 2021 2:07 pm    Post subject: Reply with quote

all we need some water
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SpielByWeb Forum Index -> Hacienda All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group