Tagged Questions
-1
votes
2answers
7 views
How to migrate favorite urls/bookmarks from Windows to iphone/ipad?
I have Windows 7 computer at Home, and recently get an iPad.
The Internet explorer, Firefox, and Chrome already have a lot of URLs, how could I view them with iPad?
0
votes
0answers
14 views
Cache viewer for Google Chrome [closed]
I want to make a simple cache viewer for Google Chrome with C#, I didn't find any sample about how to access Chrome cache
I found that the cache existing on ...
0
votes
0answers
31 views
Android webview not opening linkedin.com
I have a webview in my app. I have setJavaScriptEnabled to TRUE. Everything seems to be working pretty fine. All the websites I have tested with works great except, when I try to open linkedin.com, it ...
0
votes
0answers
9 views
When i run Selenium webdriver- Bsh Console pop-window display
I am very new to Selenium Web Driver, when i am running my script i am getting below said message.
1) Bsh Console, pop-window open and displays below said message.
BeanShell 1.3.0 - by Pat Niemeyer ...
0
votes
1answer
27 views
Clicking a Chrome bookmark folder with Applescript
I'm trying to use an applescript that uses UI to click a bookmark folder I have in Google Chrome called "WatchADay", and click the Open All Tabs in New Window button inside that folder. Here is what ...
0
votes
0answers
15 views
Setting Chrome as Default Browser with regedit [closed]
I'm trying to set Chrome as the defacto default browser on a computer where I don't have administrative privileges. Hence, I'm using the registry editor. (Standard solutions like setting it through ...
0
votes
0answers
27 views
Windows application which has some processes in one window
Chrome, IE, firefox has one parent process and some render processes. But these render processes' window(tab) are located in a main parent window.
How do their window(tab) attach on it?
Do they use ...
0
votes
2answers
32 views
Website viewed in Google Chrome displays weird code
Attempting to view my site on Google Chrome and occasionally I will get the following code displayed to me. This is a Wordpress site and it works great on other browsers, as well other users viewing ...
0
votes
0answers
40 views
Using <object> to embed pdf, does not expand to wrapping div in chrome
It's not a massive deal but would like consistency across browsers and the document would be easier read if it fills the box. In Chrome, increasing the 'width' only increases the margin around the pdf ...
-1
votes
1answer
30 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
2answers
64 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. ...
14
votes
4answers
329 views
mousemove event is triggered onscroll even when mouse was not moved on chrome
I was trying to answer an issue with custom drop down, but challenged by an inconsistent behavior in Chrome and FF.
DEMO: http://jsfiddle.net/fyeht/ [Added scroll event for more clarity]
See below ...
0
votes
0answers
53 views
Opening new window exactly same as the parent window using javascript/jquery
I want to open web page in new window/tab. I want to make the new window to be exactly same as the previous one (with all the menubar, locationbar etc).
I tried
window.open ...
1
vote
0answers
27 views
How to display large amount of data (~8Mb) on a web browser at once?
I have to display around 8Mb of data on a web browser. Unfortunately I am not allowed to use pagination. Currently my chrome, FF, IE hang while rendering this huge data.
Is there any way to tweak ...
1
vote
2answers
26 views
Google Chrome isn't saving Javascript on navigation
Hi I know that there's a question about this already, but all of the answers don't seem to be working for me.I'm trying to make the JS console not reset on navigation.I know there's the "Preserve log ...
4
votes
3answers
97 views
Image not working - Is it a Chrome Bug?
I'm having an issue with chrome and I wanted to know if is a bug or my fault.
When I try to use an Image called 300x250.png the tag IMG is stripped from the browser, this is not happening with the ...
1
vote
2answers
64 views
Opening javascript links in new tab
(Question1, question2 and question3 looks how to force users open link in new tab)
But in my situation I visit some sites regularly and they have links like this:
<a ...
1
vote
1answer
54 views
Max size of location.hash in browser
I would like to use the location.hash to encode the state of my client app, such that users can easily bookmark and/or share the app in its complete state using the URL.
There are a number of ...
0
votes
0answers
13 views
Css would not be loaded on some browswers
I have the weirdest thing happening: i use a css file to format the layout of a page.
I am able to see the website just fine when using IE and Mozilla but all the formatting vanishes when i see the ...
0
votes
0answers
45 views
div not refreshing immediately in firefox
I want to refresh a div after uploading image file. Here is the code, It is working in Chrome Browser , but not in Firefox. In Chrome Browser changes appear immediately but Firefox requires page to be ...
0
votes
1answer
23 views
Control web app with key-presses when browser isn't “in the front”
Like the topic says, I'm wondering if it's possible to control my web application even when I have other applications in front on the browser?
Pref. using javascript!
Thanks!
0
votes
1answer
69 views
how to speed up the process using canvas tag to display decoded h.264 packet inside browser plugin?
I am new to browser plugin and firebreath. I tried to build a plugin which decode h264 packet and then display the video frame into canvas tag on browser html5. But I tested to modify 100x100 canvas ...
1
vote
0answers
26 views
How can you alter JavaScript in the browser and then run it with the modifications?
I'm trying to compile a list of all the links that are possible between two <select></select> boxes. This includes both links that open in a new window and redirections that happen to the ...
0
votes
0answers
14 views
Browser control from webpage
Im trying to create my own startpage for firefox,chrome,ie and maxthon. For that instance I wanted to know if (and how) it is possible to create buttons to open the downloads window of firefox, chrome ...
0
votes
1answer
38 views
I'm trying to align the text to the center inside the select element of a form. It works fine in Firefox not in Chrome: any ideas?
I'm trying to align the text to the center inside the select element of a form. It works fine in Firefox but the text still align to left in Chrome: any ideas?
Here's the css:
.top-search select{
...
1
vote
0answers
962 views
Disable Google Chrome “New Menu Style” [closed]
Google Chrome (since version 26.00 IIRC) has updated their menu-styles to a both supposed desktop and touch "friendly" user style. If you don't understand what I am talking about right now, then this ...
-1
votes
2answers
41 views
Browser automatically changes Line-Height?
I am trying to keep the line-height within a paragraph at 1.0. Here is the CSS Class I'm using:
.bottombarinfo{
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 1.0;}
This is ...
0
votes
1answer
161 views
Query Android Browser History for a URL
I'm able to view the Android browser history using the following method:
import android.app.Activity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.Browser;
import ...
0
votes
1answer
561 views
Confirm this user-agent string Chrome 25+ on more expensive Android devices?
I have a budget tablet, because I only use it for site testing, and I thought it was a good idea to check whether the sites also render correctly on budget tablets. It runs on Android OS 4.1.1. The ...
2
votes
2answers
206 views
Prevent location.hash in an iframe from scrolling the parent window in Chrome
The scenario:
I'm building a kiosk app to run in Chrome. In it i'm loading an iframe from another domain into a modal via a link with an anchor (http:/www.whatever.com/#specific_content).
The ...
1
vote
0answers
86 views
Page hanging half-way in Google Chrome
With the most recent upgrade to Chrome, my client is experiencing a very strange condition when his website's front page occasionally hangs half-way, completely preventing the browser from ...
1
vote
0answers
16 views
issue with fluid images compatibility across chrome and firefox
I've adapted a script i found online to auto resize my image centered in the screen, based on browser height.
My image appears nicely centered in the screen in chrome. and the size adjusts when i ...
0
votes
2answers
30 views
impossible to retrieve the image width if the css attribute is not set
On all browsers but firefox , It seems impossible to retrieve the image width if the css attribute is not set, I tried all the codes that I found but cannot solve this Issue, Here is the Html code
...
0
votes
1answer
238 views
Chrome extension-javascript not working
I just started building chrome extension by looking at the google's example here:
I did exactly the same as mentioned above. Though I can see whatever i write in the body of my popup.html, it seems ...
0
votes
0answers
18 views
Display IE rendered iframe in Chrome
We have a locked down system that uses Chrome 20 for the browser.
We've noticed that certain websites don't get rendered properly using Chrome as they are using MS specific controls.
Is it possible ...
0
votes
0answers
100 views
Write File to disk chunk by chunk using web browser and client side javascript
Is it possible with newest Chrome, Firefox or IE to ask the user for a Save As location for a file and then write the file chunk by chunk with your own javascript algorithm "appending" bytes to the ...
3
votes
1answer
219 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 ...
0
votes
0answers
16 views
How to disable extension in user's browser on site?
I've detected some nasty toolbars hijacking advertising on my site, is it possible to disable performance of those toolbars for the users of the site from my (webmaster's) side?
0
votes
2answers
52 views
EXTJS - What does really happen when I disable a componenet in EXTJS?
I was wondering if I change a components (ie. a combobox) status in an EXTJS app from enabled to disabled using .setDisabled(true).
What is it that really happens behind the scenes?
Is it only the ...
0
votes
0answers
55 views
Full page loads only after a page refresh
I am seeing a strange problem, I don't know if this is due to my browsers or something in liferay.
Problem:
Some pages of https://liferay.com like the Forums, or pages with pagination does not load ...
3
votes
2answers
69 views
How to view Web socket response in browser?
I am using Google Chrome version 24
I am viewing a website where the data is being fetched to the front end by websocket call.
My question is, "Is it possible to view the web socket response from ...
0
votes
0answers
17 views
Issue with cookies in browser
I purchased a program that runs a .json script to purchase products from a specific website for me. The program automatically opens my browser. And I can also run multiple instances of the program at ...
1
vote
1answer
267 views
Differences between firefox, Ie and chrome
My site is displaying differently in Chrome to other browsers. I have checked in IE, Firefox, Safari and Chrome. All are ok apart from Chrome.
Looking at the CSS im not sure what the problem is.
Its ...
0
votes
0answers
22 views
Crash Google chrome for debuging
How can I make Google Chrome crash?
I need to crash the browser not just a tab.
https://www.google.com/search?q=Whoa!+Google+Chrome+has+crashed&um=1&tbm=isch
What I really need is to ...
0
votes
0answers
55 views
How to change the 'error 404 page' for different browsers
I am writing a toolbar.
I need to change the error 404 page for different browsers (IE, chrome, Firefox) , (at client site and NOT server) such that every time an error 404 occurs on browser, it ...
1
vote
2answers
2k views
tofind.info search plugin cannot uninstall it from Chrome browser. Its a spyware as I never installed this. Can't find anything about it on google [closed]
Google Chrome showed me this message a small div kind of popup.
The upgrade completed successfully.
Google Chrome has successfully upgraded your extension with the new ToFind service.
Continue using ...
1
vote
2answers
75 views
Does Chrome have stylesheets on my computer, too?
For example, an anchor tag, if not explicitly given a style, already has a style. It is blue, it goes purple when visited, and changes the cursor on hover.
Where does Chrome load these styles from?
...
0
votes
4answers
348 views
jQuery hover effect doesn't work in Google Chrome on some computers [closed]
Here is a link to what I am working on
The problem I am having is with mouseover(hover) effects in the navigation with the Chrome browser. It would seem that jquery is working fine for all other ...
0
votes
0answers
22 views
Why chrome wont search for bitbucket
I use chrome as my main browser and when i type something into the address bar it will automatically start searching google. Which is good and works fine.
However, it does not work for bitbucket. ...
1
vote
0answers
112 views
Open search result in multiple chrome tabs
I am creating a search utility that will search various resources. I need to implement the search in a way where the results for each resource opens in a new tab. The code below works in firefox and ...


