google-chrome

Google Chrome Extension - waiting until page loads

In my Google Chrome Extension, I have a Content Script (content.js) and a Background Page (background.html). I have context.js checking for a keyword that appears on the page. However, I want to wait until the page is fully loaded until I search the page, because the keyword may occur at the bottom of the page. See Page action by conte...

Chrome, Safari ignoring max-width in table

I've got HTML code like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <title></title> </head> ...

Flash Player goes black when resizing in Chrome (Mac)

Hello, I've noticed what appears to be a bug with Google Chrome and Flash when resizing on a Mac. I have an SWF file embedded on my page and it will resize when the browser window resizes. Crazy things happen in Google Chrome when I resize the window: the Flash screen goes completely black and will flicker like a bad TV reception. You c...

jquery .width() chrome and safari problem

I have set in css the height of an image to a certain value and the width modifies automatically so that the aspect ratio is preserved. I'm using the .width() jquery function to get the width of the image after the css resized the image. in Firefox and internet explorer this works great but in chrome and safari the width returned is alwa...

Why isn't Google Chrome rendering this webpage?

Said webpage: http://www.portugalpoker.net/ All major browsers open and render this website. I've tested it on Windows and OSX with IE, Firefox, Safari and Chrome. Chrome loads the webpage (you can see the source and it also fetches all javascript and css files), but doesn't display it. Did I code anything wrong? ...

Chrome doesn't cache hidden form field values for use in browser history

I have a ASP.Net web form that contains both text box fields and hidden fields. The hidden field values are modified dynamically using client side JavaScript. Posting the form, inspecting the values and redirecting to another page is all working as expected. However, when I use the browser back button to display the previous page then I...

Is there a way to link or export Visual Studio javascript breakpoints to Google Chrome?

In VS i can set breakpoints on javascript code, which are correctly interpreted while debugging with IE. Is there a way to do this with Google Chrome? ...

Clicking an input element in Chrome causes lost focus

I have a page that, when I select an input element with the mouse in Google Chrome, the focus moves to the first element in the div they are in. This doesn't occur in IE, Safari, or Firefox. I am also able to tab through the elements with no problem. This page also use jQuery and jQuery UI. Any ideas are greatly appreciated. ...

Way to get Chrome to always re-download styles and images on every visit to the page during development/testing?

As brilliant as Firebug is, I would consider switching my JavaScript debugging to Chrome if I could figure out how to get it to always re-download styles and images on every visit to the page? When I'm testing a page in Firefox, it always gets the latest version. But in Chrome I often end up scratching my head over something that turns...

Chrome Automatically Moving Focus

Hi, Got an issue that is specific to Chrome; it's moving the focus from my html inputs to the first user element in a dynamically rendered form. Example: HTML_SELECT_00 HTML_SELECT_01 INPUT_TEXT_00 Problem: If you place the cursor in INPUT_TEXT_00 (using the mouse), as soon as you let go of the mouse button, the focus will shift back ...

Modify Protocols With Chrome Extension?

I have an idea for a chrome extension where I take a protocol, just for example, helloworld:// and in the url bar you could do helloworld://check this out and i could have the plugin alert "check this out" or do some other complex AJAX stuff? Is this possible? ...

Opening a local PDF file in Chrome

Ok I see these 2 questions: How to oepn PDF in another tab Can google chrome open local links But I'm not sure they answer my question. I'm trying not to install any PDF reader (Adobe sucks) and know that Chrome will open PDFs I open from the internet. So my question is why won't it work if the PDF is local to my machine? Is there a w...

Javascript problem on Google Chrome and Apple Safari

Hi. I have a javascript that, when you finish to watch a video, it redirect you in another website. It runs good on IE and Firefox, but not run on Google Chrome and Apple Safari. Can anyone help me to find the problem? Many thanks. var currentState = "NONE"; var previousState = "NONE"; var player = null; function playerReady(thePlayer...

Embed wmv hides dropdown/floating objects in Chrome

I've tried many tricks found on the web including: wmode transparent z-index WindowlessVideo But none of them seem to work on Chrome. Works fine on IE and FF. This version of code is XHTML compliant: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html x...

Is there any some way to automatically synchronize firefox and chrome browsing history ?

The title states the problem quite well: Is there any some way to automatically synchronize firefox's with chrome's browsing history (and viceversa) ? Something like XMarks, but working with the history, not only bookmarks. Is it programatically impossible to achieve ? Why hasn't it been done ? ...

Image Upload preview not working Chrome

This is code only Compatibility IE, FF but not working chrome and safari. please suggest me a way for that. <h3>Choose an image:</h3> <input type='file' onchange="document.images[0].src=getPath(this);" /> <h3>preview</h3> <img src="#" alt="your image" /> <script type='text/javascript'> function getPath...

Why my AJAX contact us not working in google chrome

this is my website i develop http://alessandro.babonmultimedia.com/ when we clicked at contact (navigation at top), there will be contact us form loaded via jquery AJAX, the question is: when we click submit, it will sending mail. this is work in Firefox 3.6.1, but in google chrome 7.0.517.41 the submit button do nothing.. why th...

HTML5 Web SQL DB - Maximum table size?

I'm part way through building a fairly complex HTML5 web app, that retrieves its data from a Web Service to populate the Web SQL databse. All was going well with the test data, then I tried using some real data (a table with around 10 cols and over 180,000 rows) and ran into some issues. I am sending the SQL responses in "chunks" of 50...

Upload data:image image without user interaction in a Google Chrome Extension?

I am making sort of a Parental Control Monitor extension thing; for a friend. Would there be any way to upload the images taken using the captureVisibleTab method? The data:file path cannot be saved and checked again, because the parent wouldn't be using the same computer. ...

Google Chrome text shadow blur bug

Google Chrome has an extremely annoying defect in the blur algorithm it uses for text shadow (possibly other shadows too). As a result, the shadow "eats" into the letters and makes the text look strange and difficult to read. One of the places you can see this clearly is on Twitter - http://dev.twitter.com/pages/auth. The text-shadow is...