Displaying 20 results from an estimated 5000 matches similar to: "URL Fragment Anchors -- may be a Safari Question"
2007 Aug 19
6
layout inheritance
According to "Ruby On Rails", the layout call is suppose to be
inherited: (page 508)
"Subclasses of a controller will use the parent''s layout unless they
override it using the layout directive"
I have a case where this is not working. I have not spent time to
concoct a stand alone test. I wanted to verify that David''s book is
correct first.
Can someone
2006 Jul 02
1
trouble with anchors
I am having trouble both setting and connecting to rails pages and
anchors.
using a collection, I am trying to set the anchors like this...
<a href="in_outs/list#name=<%= user_list_facility.list_value %>">\
<%= user_list_facility.list_value %></a>
which does sort of work...the resulting source html is:
<a href="name=15th Ave">15th Ave</a>
2009 Jan 24
1
Rails sanitize method is stripping my anchors
Hi,
I have some html pages that are saved in DB and which require anchors
for quickly jumping inside the page. People can edit the page manually,
so in order to keep things clean I use Rails sanitize method to clean
the html before output. The problem is that it is stripping my anchors.
e.g: <h2 id=''team''>Our Team</h2> becomes <h2>Our Team</h2>
How can
2005 Sep 14
4
How to drag/drop visitable anchors ?
Hi !
I have the following:
<li id="photo_<%= @photo.id %>" class="photo">
<%= link_to(image_tag(url_for_file_column(:photo, :picture)),
{:action => ''photo'', :id => @photo},
{:title => @photo.description}) %>
</li>
<script type="text/javascript" language="JavaScript"><!--
2007 Aug 31
2
Automatic anchors for text boxes
Hi All,
I'm struggling to add text automatically to plots. I have a series of
scatterplots that I have stored in a script because the underlying data
changes often and the plots need to be regenerated. I use the scatterplot
function (defined in Rcmd, I believe). When one of the variables is a
factor, a boxplot is drawn over the scatter of the other variable. In the
case where x is a
2013 Jun 09
7
[Bug 2119] New: SSHFP with DNSSEC – no trust anchors given, validation always fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2119
Bug ID: 2119
Summary: SSHFP with DNSSEC ? no trust anchors given, validation
always fails
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2020 Jul 17
3
[FileCheck] RFC: Add support for line anchors.
Hello,
I was wondering about extending FileCheck to enable creating line
anchors. These are numeric variables that hold the value of the line
number that where they were defined.
The motivation for this comes from test cases using clang-based
diagnostics which often include notes attached to source locations in
different parts of the file. In order to test for the correct location
of the note,
2009 Jun 10
3
Authenticity token error on Safari and IE6 on Windows
Hi,
I cannot log in to my Rails application using Windows and Safari or IE6.
Windows + Firefox works, and Safari or Firefox on Osx works also.
What in hell is going wrong?
I recently switched my app from restful_auth to authlogic, could that be
the reason? I don''t remember having these authenticity errors before.
Regards,
--
Posted via http://www.ruby-forum.com/.
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.
2010 Jun 17
4
Apple Safari v5
Hi,
Successfully installed Apple Safari using Wine 1.1.42
Once i start Safari, the apple flash comes and the below error message pops up. kindly help on this !! [img]/home/ideapad/.wine/dosdevices/c:/users/ideapad/My Documents/Desktop/safari-Program Error.png[/img]
http://cid-9c18bdce84d8f01e.photos.live.com/self.aspx/Apple%20Safari%20Error
2020 Nov 12
2
Icecast and Safari
Hello guys,
I hope you're well. I have an issue with my Web radio. Users using Safari
can't stream the radio. All is working perfectly with other web browsers.
When i navigate on my icecast URL, player for the mountpoint is missing
with Safari.
Do you have any idea ?
Icecast version : 2.4.99.2
OS version : Debian 9
BR,
Ceelo
-------------- next part --------------
An HTML attachment
2020 Jul 17
2
[cfe-dev] [FileCheck] RFC: Add support for line anchors.
Hi Joel,
That sounds like a very nice idea and definitely a direction I could
get behind. However I feel that outside the use case I suggested, this
functionality would only be used to compress CHECK lines that contain
repeated text, not saying its a bad or good thing though. WDYT?
~Nathan
On Fri, 2020-07-17 at 14:52 -0400, Joel E. Denny via cfe-dev wrote:
> Hi Nathan,
>
> On Fri, Jul
2020 Sep 25
2
Streaming issue with IOS and Safari
Hello everyone,
Thank you for Icecast, it's a very good product.
I have an issue with people using IOS and Safari. They can't listen my
webradio. I'm using icecast and liquidsoap, it's working perfectly for
everyone except for IOS users with Safari.
Could you help me please ?
BR,
*Ceelo*
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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 May 23
2
In Place Editor Fields and Safari
Hi,
Does anyone else have any problems with Safari and in place editor fields?
I''m specifically talking about trying to save a null value in a text box. In
Firefox/IE/Camino/etc... saving a null value from an in place editor works
how it''s supposed to. If the value is null, then ''click to edit'' is
displayed. However with Safari when a null value is saved,
2009 Mar 31
2
Safari 4 invalid auth token
Getting an odd error in Safari 4:
Here''s the auth token that''s output to my javascript:
4HB8yAW4gU2xEavWOc+kiMoj4XIyCBUK/t704aOQ+co=
Here''s what''s listed in the parameters:
"authenticity_token"=>"4HB8yAW4gU2xEavWOc kiMoj4XIyCBUK/t704aOQ co="
notice: the +''s are being replaced by spaces.
This a specific safari issue? I
2006 Jun 10
2
How can I link/anchor down the page with #anchor in urls?
I''m trying to expand on a blog tutorial and one thing I can''t figure out
is how to use anchors within pages.
For example say I have sections on a page with anchors like <a
name=section1"</a> through <a name=section6"</a>. Using older non-rails
methods I would construct urls that contains the pound symbol and anchor
name in the url such as
2012 Mar 08
0
Safari Version 5.1.3 (7534.53.10) Browser problem --- removing cookie on OS X Lion 10.7.3 (11D50b) when still valid
Hi All,
Hope this note helps the newbies to Rails
As I''m new to Rails, I''d like to share how I tracked down Safari''s
dropping of my cookie.
My Applebug no: 11003492 registered 7 March/2012
My development platform:
MacPro running rails 3.1.1 on OS X Lion 10.7.3 (11D50b)
Problem:
Firefox worked as programmed but switching to Safari my
current_user_token kept in the
2006 Feb 03
1
RE: autocomplete on safari = focus end of line
"easy" remedy? Don''t worry about Safari ;-)
-----Original Message-----
From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Louis
Walch
Sent: Friday, February 03, 2006 1:45 PM
To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject:
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