0
votes
2answers
39 views
Why don’t Google Group pages load in a WebKit Iframe?
In Chrome and Safari, the following loads as a blank frame.
<html>
<head>
<title>Iframe Test</title>
</head>
<body>
<iframe …
10
votes
12answers
5k views
Debug message “Resource interpreted as other but transferred with MIME type application/javascript”
OK, I understand what the messages means, but I'm really not sure what's causing it. I'm using Safari and the Web Inspector on Mac OS X, by the way.
I've got the following in my document head:
…
1
vote
6answers
503 views
Safari/Chrome (Webkit) - Cannot hide iframe vertical scrollbar
Hello,
I have an iframe on www.mydomain.com that points to support.mydomain.com (which is a CNAME to a foreign domain). I automatically resize the height of my iframe so that the frame will not need …
0
votes
1answer
27 views
Is is possible interact with Safari on the iPhone, beyond just opening a URL?
Is there an API or something similar for interacting with Safari on the iPhone? For instance, is it possible to create or read bookmarks?
0
votes
2answers
221 views
How can the selection of a textarea be determined/manipulated in Safari from JavaScript?
I have some JavaScript code that does two things:
retrieves the selected text from a text area
adds a prefix and suffix to that selected text
The code currently uses the selectionStart and …
0
votes
0answers
12 views
Prevent offline iphone webapp from opening link in Safari
I’m developing a website that will work with mobile safari in offline mode. I'm able to bookmark it to the home screen and load it from there. But, once opened from the home screen, clicking on …
0
votes
3answers
247 views
Jcarousel lite not showing up on page load in safari and chrome
I have this plug-in in use on my home page which is running on WAMP. It works great in every browser except Safari and Google Chrome. In those browsers the carousel doesn’t show up when I first load …
0
votes
3answers
591 views
Ajax (or JSONP) on unload with Safari/Chrome
If you try to send an Ajax request, a JSONP request, or even a window.name request on unload, Safari and Chrome run the code, but the server never sees the request. My theory is the thread of …
0
votes
2answers
917 views
Spoofing the user agent of an embedded Safari browser on the iPhone?
Is there any way to spoof the user agent on Safari on the iPhone?
So for example, you would create an application on the iPhone that has the embedded Safari browser, however any website the user …
0
votes
1answer
31 views
JQuery SimpleModal crashing on close in windows w/ safari
I'm leveraging SimpleModal on a small thing I'm working on to open an iFrame and later close it. Says to post here if having issues so here I am.
I'm having issues with the simple modal plug-in for …
0
votes
2answers
81 views
CSS menu issue in Safari and Chrome. Submenu disappears on hover unless you’re really fast!
When you hover over the top level links, the submenu appears as it should, but when you move the cursor down over the sub menu, it disappears sometime immediately and sometimes after the 3rd or 4th …
0
votes
1answer
19 views
Safari ignoring tabindex
I have 2 buttons next to a textbox and another textbox after the 2 buttons. The tabindex for the first textbox is 1000, the first button is 1001 and the second button is 1002. The second textbox has …
0
votes
3answers
41 views
How to force a page refresh while pressing the back button in MAC safari
I have two aspx pages(A,B) created using ASP.NET MVC . In the file A i have a few check boxes and textboxes.
When i move to page B and try to navigate to page A by pressing the browser back button(in …
0
votes
1answer
32 views
Webkit browsers pushing a bullet to the right.
The website that I'm currently working on is having a few issues with Webkit browsers (Chrome, Safari, etc.)
One of those issues is that I have a bullet list that is displaying strange.
The top bullet …
2
votes
1answer
157 views
Safari and Chrome modifying form data on back button
I getting this weird issue in Safari & Chrome (works in Firefox and IE).
I start off with this checkbox list which has the first item 'A' checked, and item 'B' and 'C' unchecked
I then navigate …
