Google Chrome is a web browser available on both mobile and desktop platforms. Developed by Google, it uses the WebKit layout engine and application framework.
0
votes
1answer
28 views
Weird positioning issue in Chrome
I would like to ask for your help for an issue I am facing. My site shows up just fine on any web browser, but Chrome on Windows seems to have issues. The links overlap text, and the text overflows ...
0
votes
0answers
38 views
Chrome Only: Fixed Div w/Google Map scrolls when other div scrolls
I'm having an issue with two of my divs. One of them is fixed (.post), the other is relative(.imageStyle):
.post{
position:fixed;right:0px;top:0px;bottom:0px;width:48%;background:#fff;
...
1
vote
5answers
50 views
Scope resolution in Javascript using 'with' keyword
There seems to be a strange behavior in Javascript with hoisting and scoping , when using 'with' keyword.
I understand the usage of 'with' is considered taboo, but came across this in one of the ...
3
votes
2answers
43 views
css border-style double 1px gap chrome
3px double border on the left or right side of a div, however in chrome it is leaving a 1px gap at the top of the border. I have tried looking extensively to see if this is a browser bug or for some ...
0
votes
0answers
19 views
Disable 2 finger swipe back navigation in Chrome on OSX
I am using Chrome in --app mode on my local server. This works fine and makes it look like a native app although it's all HTML. However, if the Mac user does a 2 finger swipe left, then Chrome ...
0
votes
1answer
32 views
chrome is fine with jsfiddle but firefox isn't
SAME URL FOR PROVIDED
Firfox :
Chrome :
jscode is bellow
function css(a){
var sheets = document.styleSheets, o = {};
for(var i in sheets) {
var rules = sheets[i].rules || ...
2
votes
0answers
33 views
Facebook JS connect unsupported browser
I am trying to do a JavaScript login from my iPhone 4 running Chrome for iOS version 26.0.1410.53 but I'm getting an error as seen below.
Here's the live URL to replicate on iPhone - ...
0
votes
1answer
30 views
Disable history api in firefox/chrome
I would like to disable the history api in firefox, so history.js would use the fallback mechanism with a hash. This way it could be avoided to use IE for testing/development of the fallback ...
1
vote
0answers
11 views
Resized (Scale down) image jagged, smooth on redraw (not reload)
I scale an image down using css, but then its edges are jagged. However, if I quickly switch to another tab in chrome and then come back, it is drawn correctly. I assume that this is because of ...
0
votes
1answer
49 views
Visual Studio C++ NPAPI plugin with Twain support
I want to make a Google Chrome plugin that use Twain to remote control a Digital Camera.
I want this to run on Windows and I'm using Visual Studio Express 2012 C++.
I have this sample for NPAPI and ...
0
votes
1answer
23 views
How can I hide the control bar of the “Windows Media Player” for Chrome and FF?
I want to play a WMV video in an HTML file. The video should have no control panel (play/pause, volume, ...). With IE it works perfect. But with FF or Chrome the control panel is still displayed.
...
0
votes
0answers
14 views
Chrome No Longer Supports HTML5 Video?
I have a website I was working on for a uni project, and I embedded a video using the HTML5 video tag. The code looks like this:
<video width="400" controls="">
<source ...
1
vote
0answers
22 views
Why Google Chrome does not cache this resource
In ASP .NET application I have a CompositeScript that combines a few scripts. However Google Chrome constantly gets this resource, and does not cache it. Here's a response generated by the server:
...
-1
votes
1answer
24 views
Using Windows environmental variables in file URI scheme
Can we use environmental variables, such %userprofile% or %appdata%, in a path, in a file URI scheme, from a browser (or at least a Chrome browser)?
Something like
...
0
votes
0answers
26 views
Javascript: Problems saving and retriving and displaying an image from localstorage
I am developing an extension for Chrome, and need to save and retrieve images from storage.
Some of the images need to be loaded from the extension directory, while others will be send from a ...
0
votes
0answers
19 views
Is there a way to pass session Id from my app on Chrome?
In my android app i can launch Chrome with given url via Intent, but i need to pass my sessionId too. So is there a way how to do this?
0
votes
0answers
13 views
Click causes resize of table columns - Chrome and Uniform js
We are developing an asp.net application that uses Uniform js v1.7.5 for nicer design.
We have multiple pages with forms on them. We have tested in multiple browsers - IE 8,9 / FF / Opera / Chrome.
...
0
votes
1answer
42 views
Link Hover Animated Underline
I'm trying to have an underline animate on the link hover. I found this example: Underline css3 transition
And it works great, in Safari. Something about the way I have the code implemented is funky ...
0
votes
0answers
28 views
Jenkins authentication not working
I just freshly installed Jenkins on my Windows 7 computer, setting the JENKINS_HOME variable to my G: drive. Now I'm trying to create users and set up security. I've registered an account for myself, ...
0
votes
1answer
30 views
Chrome drop-shadow box appears over div
I'm trying to make shadow appear under my div. So far it works on anything except chrome/chromium.
To put it simply the div that draws the shadows isn't shown as it should, even though z-index ...
0
votes
1answer
55 views
Chrome FATAL crash
I have a Node.js / Meteor app that is left consistently running on a screen - it works no problem for around 20 hours, then without fail (when I'm out of the office) I get the infamous "Aw Snap" ...
0
votes
1answer
16 views
Scrolling to a particular ID within an iframe without moving its parent
I needed to be able to load a particular page in an iframe on demand, so I used a simple wrapper:
function updateFrame(url) {
frames[0].location = url;
}
Then I was asked to load the page to a ...
-4
votes
0answers
18 views
hi SOF, my wordpress site not working in chrome [closed]
my wordpress site not working in chrome site is : http://www.gizawebsolutions.com/ when i try to open any tab from nav,nothing happen any help ?
Thanks regards
0
votes
1answer
30 views
Google Chrome does not resize content when toggling overflow property
I have a div#pane element with overflow:hidden in regular state, overflow: auto in the 'hover' state. Inside that div there is a div.content element.
When div#pane gets hovered, div.content is ...
0
votes
0answers
18 views
Open URL with ShellExecute - SW_SHOWMAXIMIZED dont active window in C++
My default browser is Chrome. I used this function to open new tab and active it:
ShellExecuteA(0,0,"chrome.exe","http://google.com --incognito",0,SW_SHOWMAXIMIZED);
but Chrome only open new tab ...
0
votes
0answers
11 views
chrome inspector slow on local sites
At some point during the past few chrome releases, using the inspector on a local site is really slow. I have a simple nginx server running serving static files. Opening the inspector takes about 30 ...
1
vote
0answers
49 views
javascript marginLeft on image onload not working in Chrome
i have this gallery that resizes image with javascript in order to keep original aspect ratio.
about document structure : stylesheet considering this particular object is as following :
#ThePicture ...
0
votes
0answers
7 views
Chrome command of creating default user data
I want to create default user data folder after I created an OS user account.
I know it will be created after I launch chrome, but I need to do this without launching chrome.
So is there any chrome ...
1
vote
1answer
37 views
embedded font on website won't display in IE or Chrome
I have the following font setup in the CSS for a wordpress based site I'm building and the fonts display fine in FF, but not at all in IE(9) or Chrome(latest).
/* =Typography
...
1
vote
1answer
46 views
html5 video tag -quality of video different in firefox and chrome
I have the following code:
<div class="span4">
<video poster="assets/img/poster.jpg" controls="controls" width="420" height="420">
<source src="assets/videos/152638831.webm" ...
1
vote
1answer
16 views
javascript replace is replacing nested words
I am creating a google chrome extension that messes with the words on whatever website you are reading, but I am having trouble with this section of code specifically.
if(Math.random() > ...
0
votes
0answers
36 views
Google chrome text rendering for non Latin languages is too slow
I noticed performance issue when resize my application on Google Chrome window. After debugging i found that the Layout or reflow event in chrome timeline takes too much time.
My site is in Arabic ...
0
votes
2answers
58 views
Why can't I open this html page locally without an IIS Server?
I am currently working on a for fun project at
https://github.com/loganhenson/jsrpg
and have been working on it with a friend using visual studio professional and testing it on my local iis server. ...
0
votes
0answers
23 views
Proxy for one specific script (extension PAC file?)
I'd like to write have a proxy for one specific script, so that if browser will request this script, it will ship some script from other source pointed by me. Is it possible?
It would be also nice to ...
0
votes
0answers
25 views
Why is heart shape (ASCII) not working in Chrome
I had a question about an ASCII symbol/code... I am trying to use this ❤ shape on my site, but I am stuck because Chrome does not output this shape. It shows two stripes, but no heart. It works ...
0
votes
0answers
18 views
Accessing images saved by Chrome
I'm writing a folder watcher, which I have had working on some devices, but not all devices seem to save to the same location. What I'm trying to do is allow users to save an image from a web app, ...
0
votes
0answers
22 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
1answer
46 views
Google Chrome JavaScript Fade: style.opacity and setTimeout
i have a JavaScript script that fade a element.
the gist is just this:
function fade() {
if (cat.style.opacity > 0) {
// decrease opacity slightly
cat.style.opacity -= 0.1;
...
0
votes
2answers
15 views
Button images blurry in Chrome, clear in Mozilla and IE
The buttons with background images show up blurry in Chrome but clear in Mozilla and IE. Is there something special I need to tweak for Chrome?
-1
votes
0answers
27 views
Google Chrome extensions - Rightclick context menu notes [closed]
Good afternoon.
I have a problem.
I need help to create a plugin to your browser.
The program will have a database (html, txt) - any format
And when you select the phrase, so that in the context ...
0
votes
1answer
19 views
Google DevTools missing UI info
I am trying to get a snapshot of heap usage of my JavaScript test using Google DevTools. I used this site: https://developers.google.com/chrome-developer-tools/docs/heap-profiling
along with Windows 7 ...
0
votes
2answers
35 views
JQuery Not Being Parsed For Only Certain Users Even Though JavaScript Enabled in Browsers
I have a test system with a dozen test users. The system is built on the Zend Framework using PHP5 and JQuery. About 3 of the dozen users are having a problem with the login page; when they click ...
0
votes
1answer
173 views
The system cannot find the file specified. - error in Chrome on PHP files
I have a particularly frustrating problem. I have a hosted website which has a couple of simple PHP files. The files open up in Safari, and IE; but are giving me an error message on Chrome of "The ...
0
votes
0answers
9 views
.ics files not opening in Chrome Mobile for Apple Devices
I'm getting an Error 102 (): Unknown File Type. when trying to download an .ics file from an ASP.Net application. The file looks like this:
BEGIN:VCALENDAR
PRODID:-//Test
VERSION:2.0
METHOD:PUBLISH
...
2
votes
3answers
74 views
Google Cloud Messaging for Chrome Error 500
So I'm trying to send a message to a chrome extension through GCM, using php.
$data = json_encode(array(
'channelId' => 'channel id here',
'subchannelId' => '0',
...
0
votes
0answers
31 views
Chrome does not scroll the focused editable row to the viewport
This issue is only happening in Chrome. (jqgrid v 4.4.1)
I have a grid with one editable cell in each row. When updating those editable fields I move the focus to the next enable field in the grid so ...
0
votes
1answer
39 views
MP4 video not playing in Chrome [closed]
We're having a really weird issue where the below video fails to play for some, but not all, users. We've checked as far as possible and all users are using the same version of Chrome, same OS (Win 7 ...
-1
votes
1answer
43 views
Unit Testing Chrome Extensions?
What is the best way to unit test a Google Chrome extension?
I need to unit test various JavaScript functions and content-scripts on the websites they were designed for, as well as automate user ...
0
votes
1answer
22 views
Chrome tr height skips pixels
I'm having strange behaviour in Chrome when using 'height' property or my 'tr' elements.
If I set it to 25px rows will actually be 26px, one pixel larger and it behaves same for all sizes 25-29 or ...
0
votes
1answer
31 views
Opcity making issue in browser
I just stuck with the opacity issue again. I tried something like this:
var hiddenSection = $('div.hidden');
hiddenSection.show()
.css({ 'display': 'block' })
.css({ width: ...
