google-chrome

CSS Compatibility between IE8, Chrome, Firefox and Safari

Hi, I am writing a JSP page. I need to have a table. One of the statement is: where recordTr_SubGroup is in a file style.css .recordTr_SubGroup { background-color:#81BEF7; cursor: default; } I intend to highlight the row with the color. But finally, it happens correctly only in IE8. Firefox, Chrome and Safari cannot produce ...

intermittent background-load bug in Chrome

Heres the story: When I load the following page in chrome (verified across 2 computers), it seems like about 1 in 5 refreshes results in display errors. Often, the background image only loads halfway down the the screen, and the bottom half displays only white (which is weird b/c I have the background set to black under the image.) ...

how to set iframe src to local file

Hi everyone, I have an iframe in my HTML, where i would like to play mpeg/mpg files from local folder, but i can't load the video into the iframe. when i set src="http://www.google.com", it is displayed in the iframe, but if i try src="file:///C:/Documents%20and%20Settings/jgabotero/Desktop/sample.jpg" it doesn't display the image. How...

Why do buttons look larger in Safari as compared to FireFox, IE8, and Chrome?

I have a website whose header looks misaligned when viewed in Safari as compared to FireFox or IE8. I found out that this is caused by buttons looking larger in Safari than other browsers. What CSS could fix this problem in Safari? Here is a screenshot comparing Safari and Firefox: http://webypedia.com/wp-content/uploads/2010/08/Safari...

"Skip Navigation" link not working in Google Chrome

I follow this page to make a "Skip Navigation" link, however it is not working in Chrome (5.0.375.127). When I tab and enter the link, it scroll to the content, but when I continue to tab, it starts from the top but not start from the content. That page's skip "Skip Navigation" link is not working in Chrome either. Is it a bug of Chro...

problem with absolute positioning in firefox and chrome

I don't understand why FF and Chrome render my page differently. Here's a screenie of it in firefox: and here's one in chrome chrome: fieldset has a relative position and the image has an absolute position. here's the basic structure: <fieldset class="passenger-info"> <legend>Passenger 1</legend> <div class="remove-me"> ...

How to hook download in Chrome extension?

I need to write a Chrome extension that gets notified everytime a download is initiated or about to begin. The extension also needs to be able to prevent the download from continuing. I tried searching everywhere for ways to do this... but I wasn't getting anywhere. How would I go about doing this? Is there some function I can call to ...

Facebook gives "Unsafe JavaScript attempt to access frame with URL" error in Chrome

My sample Facebook app was working great yesterday in Chrome. The page integrates Silverlight ad Facebook via the JavaScript SDK. I can check basic login status, login to Facebook, get your name and log out. Today, with no changes on my part, it's broken in Chrome with a JavaScript error that's very common on Google search results, but ...

show different keyboard character from the typed one in google chrome

I'm working on a javascript keyboard that seeks to enable users to type in various African languages.Currently, this works fine in IE8 and firefox but not google chrome, and I'm actually stuck on this one.What I want to accomplish is for example, to type(on my physical keyboard) 'q'(keyCode=113) and get 'ɛ'(keyCode=603) as the output but...

Website spontaneously freezes in Chrome - how to debug?

I build this http://ipl.janstudt.de/ website which is supposed to run on the iPad (it does) and in Google Chrome. In Chrome (on Win 7 64bit), after a seemingly random time of a few minutes, the browser freezes. Also, sometimes when I click the "Reload Page" button in Chrome while on this site, the Browser also freezes. In both cases, the...

Google Chrome extension: Mac Compatibility

I've this Tab Sugar Google Chrome extension which works fine under Windows: when installed, the user can click on its icon right in the browser, and access the Tab Sugar dashboard, as a new page in a new tab. But for some reason, it doesn't seem to work at all on Google Chrome under OSX: users experience that nothing happens when clicki...

Help with chrome extension message passing

I am trying to get a string of values from a background page to my content script in a Google Chrome extension I am making. The problem I am encountering is that when I try to get the value to the content script, it doesn't go. Here is the code var list1 = ""; chrome.extension.sendRequest({action: 'list'}, function(response) { li...

Chrome Extension /Javascript- detecting user language in Chrome Browser

what i need to know is: http://img338.imageshack.us/img338/315/19999578.gif , self explaining image :) is it possible in Chrome Browser? Thanks in advanced ...

Google Chrome Developer Tools : "Step Over Next Function Call"

Basically, I clearly don't understand how to use this. I want to re-open a windows of 16 tabs. Because I closed a few items since then, it is no longer on the "Recently closed list". I managed to track down the script that deletes "extra" items - Line 1884 & 1885 elementsToHide.forEach(function(el) { el.parentNode.removeChild(el); ...

Chrome: Uncaught SyntaxError: Unexpected end of input

I have this project that i been working on its still in development. but i just uploaded it to a free host just as a test run before i get a paid host. Here is the link http://laurent.0sites.net/. Here is the problem when using Google chrome i get a syntax error : Unexpected end of input. i have no idea what is causing this any help woul...

Detecting JavaScript errors in Chrome

Chrome does not appear to give any indication that a page has JavaScript errors, unless you open up the JavaScript Console to check. Is there any way to have an indication that there were errors, and then automatically open the JavaScript Console? Can the JavaScript console be opened from JavaScript? ...

If Chrome and Safari are both based on WebKit, does that mean I don't have to test both browsers?

If Chrome and Safari are both based on WebKit, does that mean I don't have to test both browsers? ... or are there certain situations where I should explicitly test both Chrome and Safari? ...

Problem with Google Chrome and Javascript. Guru needed!

Hello, i have a strange problem only in Chrome using an iframe but working in all others common browser. the problem: If i type in the IFRAME and then press the button to send, it work fine, the focus back to the IFRAME and the cursor BLINK. But if i type and then press ENTER to invoke the event handler function, the focus back but the...

cookie or localStorage with chrome extensions

I've read all the other q's here regarding the topic but couldn't solve my problem. I'm setting on my website the email of the user in the localStorage and i want to retrieve it in the extension. localStorage.setItem("user", "[email protected]" ); But when i try to receive it with the chrome extension it fails to do so value =...

CSS hover problem on chrome and safari

I have this strange issue with css hover, on chrome and safari (on opera and firefox it works just fine). Here you can find a demo of the problem http://cgi.di.uoa.gr/~grad1054/bug/ In chrome when the mouse is over the html area tag, it somehow misses that is continues to hover over the general div, and so the css rule for the hover is...