I just asked a question about why a certain js code won't work in Chrome and Safari 100%, but after more troubleshooting I think I have found out that this is the question I should be posting.
I have a page which has a form in it. This form's target is an iframe on the same page.
The iframe is dynamic, and php based.
This is the bottom...
Cant figure this out, got it to work in firefox a while ago but after upgrading to mac and chrome, I had no luck finding an solution.
...
The Independent website has a little widget that pops up a message informing you that there is an Independent Chrome extension available when you visit it using Chrome (v7 in my case):
Is this part of the Chrome extensions API - if so how is it achieved (or have they custom-rolled their own JavaScript to make it look like part of Chr...
I'm making a chrome extension that uses pageAction.
I can set when it shows whether I want it to have a popup or handle the click myself.
What I want to do is handle the click myself, but with certain scenarios I don't want to process the normal code, and want to show the user a message. Preferably with a popup.
But it seams I can ei...
Hi there
I started learning ASP.NET these days. Google Chrome is my default browser and I'm also testing my applications in Google Chrome.
I recognized that some Elements of ASP.NET won't run in real time when I use Chrome. For Example ASP.NET WebParts. If I change the modus of the WebPartManager from default to edit (or something else...
I have an issue that only seems to affect Safari and Chrome (aka WebKit). I have an overlay that fills the whole screen, and two table rows that I would like to appear on top of the overlay. Everything else on the page should be displayed below the overlay.
The problem is that Safari only displays one of the table rows on top. Firefox c...
Does any one know which is the algorithm used by the browser google-chrome for searching strings [shortcut:CTRL+F] ? Is it Boyer-moore algorithm ?
...
I'm using playframework to build a web site. And I also use a rich editor named xheditor.
Xheditor support ajax-fileuploading, it needs the server side has a action which accepts "filedata" parameter which contains the upload file.
So I wrote a upload action:
public class Application extends Controller {
public static void upload(...
I want to code a form grabber for google chrome web browser to grab al POST data with IE is simple you just hook HttpSendRequestW but here i don't know wich function to hook and the code is very complicated i tryed to search it. Maybe someone can help
...
Hi guys,
I can't seem to get the following functionality to work under Chrome and Opera (latest versions on Windows XP).
The code is:
$.getScript('/js/modules/'+module+'.js', function() {
setTimeout('window.'+module+'_init()', 800);
});
Everything seems to work fine, the script loads, init function exists (a few debug alerts with...
I do the following steps:
I load a webpage that initiates an ajax call before the page is loaded.
The pages is some time afterwards loaded.
The ajax call finishes 5 seconds after the page is loaded and inserts a new element.
10 seconds after the page is loaded I want to change the colour of this new element.
Is that possible? and ho...
Hi, I had built an extension for a game. It worked so that when I went to gameroom, and clicked a game, the site gives new window as a popup. The extension then appeared in the right upper corner of the url. Then I could click and get a tab window in Chrome.
After updating, I don't see the icon (action) anymore. This is not only for my ...
Hi,
I am having fileupload control having its "multiple" attribute equals to "multiple". I am facing a weird issue in CHROME browser. The isse is that onchange event of file upload control is not firing for more than 12 files selected at once. The event is firing if I have 10 files selected at once. On FF and Safari it is working fine. ...
Google search + Google Chrome browser have this implemented, when you browse the google search results using your up and down arrows (only possible in Chrome browser) and than press CTRL+ENTER it opens the search result selected in a new tab but without focus to that tab. You can now use up and down keys in the same list of search result...
Hey,
Ive been modifying a form today, and testing it in Chrome. I noticed that on selecting a textbox, with border: 0 or none, it still puts a yellow border around it. Does anyone know of a way to get rid of this border? I usually wouldnt be that bothered but it looks really horrible with the colour scheme I am using.
Thanks in advance...
If you are using Chrome OS, what IDE should you use?
Aren't all apps in Chrome OS just web apps. And I guess there isn't any good online IDE that could replace Netbeans/Eclipse in features yet.
...
Is there a way to add a cookie in these? Like "debug=true" and that way my website can test for that?
I'm meaning to be able to use the ui of the browser.
Maybe a plugin/extension?
Basically, I want to be able to test certain features without anyone else seeing them.
...
Hey all,
I'm working on an NPAPI plugin on Linux and have run into several issues with Google Chrome (albeit it works perfectly on Firefox).
Firstly, the plugin execution would hang and after a long harrowing time I figured out that the call to NPN_Evaluate hangs when the last parameter (for the returned result) is NULL. It works on Fi...
Hi,
I am trying to "streaming" (from server to client) in Javascript by ajax (by XmlHttpRequest (=xhr). I am using modified handleResponse function described in
http://stackoverflow.com/questions/1112413/cross-browser-implementation-of-http-streaming-push-ajax-pattern
function handleResponse() {
if (http.readyState != 4 && http.readySta...
I'm building a touchscreen kiosk using Chrome (7.0.536.2 dev) in kiosk
mode on a Windows 7 PC with multi-touch display.
I can see that the ontouchstart event is available (by inspecting the
window object in Webkit Web Inspector) but it never fires. If I write
the following code, the onclick event fires when I touch the screen
but the on...