similar to: Safari and Inheritance.

Displaying 20 results from an estimated 400 matches similar to: "Safari and Inheritance."

2006 Jul 29
0
RJS templates, Safari 1.3
Hello, I''m having a problem getting RJS templates working with Safari 1.3 (latest version available to OS X 10.3 and earlier). I''m using Rails 1.1.4, running on either linux or OS X.. same results. My RJS pages work fine using Safari 2.0, IE and Firefox.. just not Safari 1.3. The twist is that the following RJS sites work fine in Safari 1.3: http://depot.iamjp.com/demo
2006 Jun 06
0
Get value from form using rjs, and problem with Safari
Hi, I have got two forms, the first is a textarea plus a link that activates some javascript to change the form, the second activates some javascript on the onchange event which changes it into a textarea form. This works in Firefox, but not in Safari. Also, I need the value which is selected. I''ve found an example that gives the parameter to the javascript, like this: <input
2006 May 08
2
prototype getHeight safari
Hi I have a weird bug with getHeight or getDimensions().hegiht (prototype) only on safari if I have a html file like this <div id="test"></div> and a embedded css <style> #test { width:100px; height:100px; float:left; } </style> In Safari $(''test'').getHeight returns 100, fine but if the css declaration #test.. is in a css file
2006 May 12
0
RJS, Safari, Error - DOM exception 7
I''m having nasty cross-browser headache. Not new to Rails, but quite new to AJAX/RJS. My app works perfectly in Firefox, but generates the error in the subject line in Safari. Pretty simple circumstance, completely reproducible in all cases: Any ideas? Relevant code attached. Layout: ------- <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC
2006 Jun 29
1
Javascript Detect - Safari Version
Does anyone know how to accurately check for Safari version number? navigator.appVersion doesn''t work fine - it''s giving me funny results. I want to be able to tell a Safari 1.0 from a Safari 1.3 for my application.
2006 Mar 13
0
Bug with Ajax.Autocompleter in Safari 2.0.3?
Hello All, I''ve run across something that looks like a bug and wanted to throw it out there for anyone else''s input before I submit a bug report and patch. This is only observed in Safari 2.0.3 with Mac OS X 10.4.5 - I haven''t tried any other versions of Safari. I''ve got 2 fields: text input 1 text input 2 with autocomplete If you: 1. Enter some value
2006 Feb 14
0
Safari 2.0.3 Effect.appear Note
Ok, the Problem is a bit confusing. If there is set a float attribute the Element gets hidden after Effect.appear. example: <a href="#" onclick="new Effect.appear(''demo'')">Click</a> <div style="display: none; float:left;"> Appear! </div> If you need a float a solution is shown at the wiki. Another Problem/Bug in Safari: If
2006 Jan 03
0
scriptaculous 1.5.1 and problems with safari 2.0.2
Just upgraded to 1.5.1 and an old bug showed its ugly head in safari: I''m downloading some content via ajax updater and on success feeding a div with the content and using Effect.Appear on it. Works in mozilla flavored browsers and IE 6 but on safari just after the effect stops the div goes mental and looses its position - apparently safari sets it to top:0 left:0 but doesn''t
2006 Jan 24
0
Safari problems w/ Effect.Appear and other effects
Prototype version: 1.4.0 Effects version: 1.51 I''ve recently been working alot with Scriptaculous and Prototype and I''ve got some good looking results in FF and IE. However, Safari is killing me! I would love for someone to look at this, and tell me if its my design or the libraries. One example: http://www.tankdb.com/src/report_demo.php 1. Checkout the above page 2.
2005 Dec 14
1
Problem stopping default event in Safari
I''m going crazy here. I''m trying to stop a link from being followed after it''s clicked. It works everywhere except Safari (using v. 2.0.2 on Tiger) I''m using behavior.js to attach events based on a class or an id: ******************************************************* function loadData(e) { // load some data here based on the url of the a tag
2005 Nov 24
0
Safari document.getElementByClassName problem
Hi, I am having a problem under safari with the above mentioned method. In my example document I have something like the following: <div id="label_2" class="lab15">Q1</div> <div id="label_6" class="lab15">Q1</div> <div id="label_10" class="lab15">Q1</div> <div id="label_14"
2005 Oct 06
0
Re: Ajax.Request: responseText = null in Safari
Hi > Any tips? Does my PHP script need to return certain headers for > this to > work in Safari? It is probably worth doing a sanity check and hard code a php response so you know that the problem is at the receiving end and not a problem with the php request from safari. The content-type header of the response should be text/xml or application/xml but I don''t think
2005 Sep 26
0
safari bug (?) in script.aculo.us
Why does my script.aculo.us code not work in Safari? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>draggable chess</title> <script src="prototype.js"
2005 Aug 06
1
why is the result of expr. Ajax.InPlaceEditor not an object in Safari
hi guys. i''m really thrilled about the in-place editor and rahul''s additions/ examples at http://www.instituteofthefuture.org/js/inplace.php i know that this "mozilla only" script will eventually get fixed and be usable in safari as well, but i can''t wait, so i''ve tried to poke around a bit -- of course, without success. i am much more of an
2005 Aug 24
0
Safari <ol> numbers on sort
Has anyone tried to use Safari for sortable ol''s and noticed that the numbers get a little distorted and some are missing after a drag? In Firefox it seems to work optimally. The numbers change after a brief hover. jim
2005 Aug 29
0
script.aculo.us Updates, new Safari
Hey all, 1) script.aculo.us Updates: The last week has seen many updates to the script.aculo.us SVN trunk, see for yourself (and do some testing with the code, please!) A biggest update are the self-running Javascript unit tests, contributed by Jon Tirsen-- also many bug fixes and improvements have made it in. 2) Safari 2.0.1 Today saw the release of a new version of Safari, so, please
2006 Feb 25
1
Safari File upload problem
Hello! I found your post to the rubyonrails.org about Safari File upload problem Did you able to solve this issue? > Has anyone else had problems uploading files with safari? > > Excerpt from my .rhtml: > > <form action="/photo/create?item_id=<%= @item.id %>" > method="post" enctype="multipart/form-data"> >
2006 Jan 23
0
form_remote_tag and Safari (HELP!)
<%= form_remote_tag :url => { :action => ''list_setups'' }, :loading => "Element.update(''setupslist_display'',''''); Element.show(''setupslist_progress'')", :loaded => "Element.hide(''setupslist_progress'')", :update => ''setupslist_display'',
2008 Mar 08
0
Event.stop & Safari...
Hi all, I''m trying to catch a "can''t connect to host" error before it hits Safari''s Activity log or the status bar at the window bottom. I have successfully bound to the window and my code is firing on the error but my Event.stop(e) in the handling code won''t stop the error. I have also tried a return(false) but to no avail... Is there something
2007 Feb 17
0
Template is missing 'show.rjs.rhtml' error in safari only?
I was able to solve this but want to understand why this fix works. Solution: Remove the format.js line from the respond_to block the error i get when navigating to: /music;accept Template is missing Missing template script/../config/../app/views/music;accept.rjs.rhtml Accept is an aspect of the music controller eg in routes.rb map.resources :music, :collection => {:accept =>