Tagged Questions
0
votes
1answer
20 views
Get resource headers from javascript
I am trying to get information on resources requested from a page from javascript. I have looked at window.performance.getEntriesByType, and this gets me useful timing information, however I'm also ...
1
vote
1answer
27 views
How would I build a Chrome extension to mimic Safari's back/forward page slide animation?
I'm looking for some general guidelines in developing a Chrome extension to make the entire page slide from left to right when going back a page and from right to left when going forward a page. This ...
-1
votes
0answers
16 views
Safari and ebay listing CSS mismaches
I can´t understand why my listing is rendered badly in safari.
Can anyone tell me a posible solution? any css hack or something? I'm googling it, but can't find any solution...
Here is the listing: ...
0
votes
0answers
16 views
Fckeditor toolbar is not working in chrome and safari
fckeditor is not working in chrome and safari but it shows in firefox . Means that the toolbar is not displayed in chrome ,safari and IE.
0
votes
0answers
13 views
Top menu working in Chrome but not Safari?
I'm tweaking a few things on my site and I can't for the life of me figure out why this is happening. I didn't develop the site originally, but am now making minor visual changes myself. I'm sure ...
0
votes
1answer
32 views
CSS Animation working in Chrome not in Safari
I want a div when absolute position to change place with a css3 animation.
The trick works on Chomre (webkit) but not on Safari for iDevices.
In Safari it did the following:
Appear slowly
Change ...
0
votes
1answer
23 views
Firefox renders it wrongly, but achieves the desired effect
Here's the code (http://jsfiddle.net/PZgn8/8/).
<ul style="text-align: center;">
<li>
<a href="#">One</a>
</li>
<li>
<a ...
0
votes
1answer
32 views
Responsive site image issues
If you take a look at the site: http://cornerstonecastings.com
It's one of my first responsive sites, and it's built with Wordpress. The problem I'm having is with the responsiveness of the images on ...
0
votes
1answer
27 views
Detect if application is installed on users MacOSX from browser
How can I detect from a browser if an application is installed on a users MacOSX.
I want to achieve, that if the user clicks the download button then if he has the application installed it downloads a ...
0
votes
1answer
39 views
http / https reference between Safari and Chrome
I got a javascript snippets load in FB static HTML, where most of the major browsers are run the script pretty charm except Safari, after test by removing https to http in javascript reference link, ...
0
votes
1answer
33 views
jQuery ui dialog position chrome
i'm having some problems with jQuery UI dialog in Chrome and Safari. The dialog window popups in the middle of the screen as intended in FF and IE, but in Chrome and Safari the window centers itself ...
1
vote
0answers
81 views
Force open link in Safari (not Chrome or another browser) from HTML5 app on iPhones and iPads?
Let's say someone is viewing our website with Chrome on his/her iPhone. Is there a way to force a link to open in Safari instead of Chrome? We would like to do this to help users install our HTML5 ...
0
votes
0answers
15 views
Dynamic Grid Collapsing
I built a page using the 1140 Grid with dynamic images. It works great in Firefox, but Chrome and Safari have a weird bug. The grid generates normally on first load, but going to another page and ...
0
votes
1answer
68 views
Page jumps when clicking jQuery drop down menu in Chrome/Safari
For some reason the page decides to jump before it opens the dropdown form. It only does this in Safari and Chrome. This is my website. The part I am referring to is when you click the "RSVP" link. ...
-2
votes
0answers
152 views
Angular JS browser support [closed]
The google documents says that AngularJS supports Chrome, Safari, Firefox, IE8 and IE9.
Specifically which versions of chrome, Firefox and safari does it work on ? ( For example, Firefox 12+)
0
votes
0answers
37 views
Highcharts tooltip not showing on chrome
I have a scatter chart with 3 series, one for points on the x axis, one for points on the y axis, and one for everything else. Tooltips are enabled and I have a formatter that creates the tooltip text ...
7
votes
4answers
365 views
Open Safari / Google Chrome developer tools programmatically from JavaScript
I'm looking for a way to open the WebKit “developer tools” from a script attached to a web-page. I need solutions for both Google Chrome and Safari, that will open the developer-tools pane if it's not ...
0
votes
1answer
38 views
how to get rid of unneeded scroll bars
I have a DIV that contains among other stuff a table which obviously grows or shrinks in size as rows or columns are added or deleted, when this happens the container DIV must be re-sized accordingly. ...
1
vote
0answers
70 views
-webkit-transform and position:fixed + position:relative rendering issue
It seems that there is an issue with Chrome and Safari when there is an element with position:fixed contained in an element with position:relative and any element on the page has -webkit-transform. ...
0
votes
0answers
36 views
How to make the back button work after pushState in Chrome / Safari
I have an error handler in my single page app that reloads the page if the ajax request fails for some reason, displaying the error response to the user. With Chrome and Safari, a subsequent click of ...
1
vote
0answers
92 views
WebKit doesn't render SVG in auto sized container
I have a sample of HTML with SVG that renders correctly in Firefox, IE9, etc. However WebKit browsers (Chrome, Safari) only render half of the SVG. Specifically, if the element's height is set to ...
0
votes
1answer
153 views
Chrome, Safari and Opera do not remember password on simple form
I first had the problem with an AJAX login, and after looking for a solution for hours I thought I would try something as simple as this:
<html>
<head></head>
<body>
...
1
vote
4answers
156 views
Block iOS/Android device from locking the screen/energysaving mode
I have a two-device setup,
(A) controls via Native App
(B) is used as a display via the Browser/Websockets (best on a Tablet/iPad)
Is there any way you people might have heard of that I could ...
0
votes
1answer
177 views
CSS Transform Scale not working in Chrome, Safari
I have looked at different answers posted on here but nothing has worked for me...
What: I have a div that is scaled down to 0.6 and when called should scale up to 1 (100%).
Problem: In Firefox ...
0
votes
1answer
88 views
webkit transitions not working in chrome and safari
I'm having trouble getting a transition to work in webkit browsers, while it works perfectly in firefox. My code is below
HTML
<div class="dropdown" data-id="new-houses">
<h3>New ...
0
votes
2answers
102 views
Table height:100% not working in chrome, safari, opera
I code a following design
CSS
#content1{
top:0;
width: 300px;
height: 250px;
}
#content2{
width: 300px;
height: 250px;
}
#content3{
width: 300px;
height: 250px;
}
#bottom{
width: 300px;
...
0
votes
1answer
70 views
Highstock rendering issue - Series from different charts get rendered in the same chart
I'm using Highstock + Highchart-more to render a Line Chart of AVG temperature in a div and a windrose in another div.
I got some strange behaviours in Chrome, Safari and Firefox:
Issue n.1: [SOLVED, ...
0
votes
2answers
103 views
webkitAudioContext undefined in safari browser
I trying in console (chrome) webkitAudioContext and it's defined (function with native code).
webkitAudioContext
function AudioContext() { [native code] }
In safari (5.1.6) it's returns 'message: ...
0
votes
0answers
56 views
download popup window doesn't showing on safari and chrome
I tried to export the reports in PDF,CSV and XLS file. when i click on i-con (PDF,CSV and xls) i create the respective file and store it on server in a directory and HTTP headers sent back to the ...
0
votes
1answer
51 views
List markers disappearing in Chrome and Safari on Float: Left
I'm trying to achieve the effect of a horizontal list where the markers are squares, each in a different color. This works in Firefox/Opera:
HTML:
<ul id="legend">
<li id="item1" ...
0
votes
0answers
102 views
$.each not working for chrome and safari but works for mozilla and IE
Hello friends I am using radio button to post value through ajax which works fine for mozilla and IE but does not work on chrome and safari. My default value for radio button is edition 2000 and key ...
0
votes
0answers
27 views
Scrolling takes 2 seconds to respond on iPhone (Mobile Safari & Mobile Chrome)
I have a page with a large index of videos (a lot like Youtube). These have thumbnails, a description and a button. When I load the page (even after all the javascript is loaded) the scrolling is very ...
0
votes
1answer
36 views
consistent rendering of css3 filter
I was just about to do some fancy css3 filter things on my website, but sadly the browsers show completely different results.
Because filters are only available to webkit browsers so far (source), ...
0
votes
2answers
58 views
Css centering - It randomly jumps into place
I'm creating a new website for my webshop - And I have this css problem ...
The system is made on the prestashop platform, but this is basic CSS so that doesn't matter.
On the CMS pages, I'm having ...
1
vote
1answer
48 views
icon/image IN the title
I have just come across this website (http://helios.io) that has an icon IN the title.
Not a favicon, but next to the title text (on the right of it).
How was this achieved?
(worked in both Safari ...
2
votes
2answers
59 views
Why is this Javascript syntax illegal?
Both Chrome and Safari report this is illegal. They report "unexpected token 'this'" pointing at the 'this.b'. Here is the minimum code needed to show the problem:
function x(){ this.a = function() ...
0
votes
0answers
79 views
jqgrid with safari jumping to top of window
I am having trouble using jqgrid with the Safari and Chrome browsers. When the grid appears so far down the page that a scroll bar is required the page jumps to the top every time I press the enter ...
-1
votes
1answer
195 views
Dropdown Select Box not showing correctly with custom CSS?
How can I add custom CSS select box styling for Chrome and Safari? IS there a fix?
0
votes
0answers
25 views
Chrome and Safari centering differently
I have a background centered on my body element with a centered div over that. It works as expected in safari and firefox
but in chrome it will be off centered every other pixel. I.e. one pixel it ...
0
votes
2answers
82 views
Sencha Touch date code works good in Chrome but fails on Safari
I have the following code
var date = Ext.Date.format('2013-04-02', 'Y-n-j')
var formattedDate=Ext.Date.format('2013-04-02', 'M d')
console.log(date);
console.log(formattedDate);
On Chrome it ...
1
vote
2answers
242 views
Select size attribute size not working in Chrome/Safari?
How to solve problem that select attribute size, like in code:
<select size="2">
<option value="0" selected="selected">Default</option>
<option value="1">select ...
0
votes
2answers
66 views
Safari wrong margins - working fine in Chrome & FF
I have a problem with some divs on Safari, the margins are completely messed up.
The weird part is that it works perfectly fine on Chrome & Firefox. If I implement a fix made especially for ...
0
votes
0answers
23 views
Can you leverage OS specific desktop browser gestures?
No, it would not be a good idea to do so, but still a real question.
Example, Google Chrome allows OSX users to swipe back and forth to move back and forth between pages. Things like that. On mobile ...
3
votes
1answer
327 views
Setting dynamic height for <iframe> in Google Chrome and Safari
I am developing a web application using Spring MVC framework, in one of my modules I have implemented an <iframe> to display user posts and comments. Now my problem is the <iframe> height ...
-1
votes
1answer
41 views
I need pointers for cross-browser css issues [closed]
I'm having trouble with the header of this website: http://jenn.anniezs.com/enzo_demo/
It works fine in Firefox, but it's a disaster in Chrome and Safari. Unfortunately, I do not know these browsers ...
1
vote
0answers
48 views
Webkit bug or intended behaviour? (overflowing DIV and IFRAME)
I've got a problem with IFRAMEs inside an DIV with hidden overflow and I'm curious to know if this is a bug or intended behaviour. It only occurs in Chrome and Safari, FF and IE work fine, so it may ...
0
votes
0answers
59 views
BootStrap responsible classes on chrome using aero snap (left and right side)
I'm using bootmetro (bootstrap with metro UI) to create full-page back-office. To hide/display some content i use "Responsive utility classes" and classical media queries :
/* Large desktop */
@media ...
0
votes
0answers
20 views
Is there a keyboard shortcut for the “select element” functionality in Webkit Web Inspector?
You know, the button that you click so you can click on an element to focus it in the DOM inspector. It is likely if such a shortcut exists on both Safari and Chrome that it might be different between ...
0
votes
1answer
98 views
Catch infinite while loop in chrome/safari
I've written a function to catch a loop after it has run over a specified time.
var t1 = new Date().getTime();
while(true){
//general code in here...
...
1
vote
0answers
76 views
iframe height Adjust to Content (working Safari, not on Chrome)
Ok, hey.
I'm trying to get the content of the iframe to adjust the height of the iframe to show all of the content.. in the iframe.
This is the code I have borrowed, it's working on Safari, but it's ...



