Questions tagged as 'google-chrome'

1
answer

Image flashes in Chrome

I load a PHP file that brings me an image in jpg. Code: <?php $url = "http://site.com.br/sistema/"; ?> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript">...
asked by 14.05.2014 / 15:49
1
answer

Problem with pages with size%

I'm creating a page where I have a page that gives me problems using IE and Firefox. The page in question has 3 rectangles side by side with a small space between them. For the size of the rectangle I used: width: 25% . When I lower...
asked by 21.01.2015 / 18:15
1
answer

Bug using: hover and click on chrome

I'm fixing a problem that I could only simulate in chrome. After clicking several times on the items anchors the menu closes for no reason. Here is the code: (I could not paste formatted because it exceeds the character limit of the question)...
asked by 04.01.2019 / 14:13
1
answer

Chrome redirects localhost to production

I do not know if it's the right place to post this question, if I'm wrong please correct me. Anyway, I'm trying to access my localhost/passagem and it redirects me to the production site. I have tried to clean Cache with CTRL+F5...
asked by 17.08.2017 / 15:39
2
answers

jQuery scroll does not work in chrome do not go back to previous page

I have this code that works fine (just scroll down) in firefox and chrome, but if you then load the browser 'back' (chrome) it does trigger in> load page without me doing scroll . In Html I have: '<body onunload="">...' js.js $(...
asked by 04.09.2014 / 17:48
1
answer

Use of -webkit- * and -moz- * [duplicate]

The prefixes -webkit- or -moz- should be used for elements that work without using these (as box-shadow )? Normally, those using Chrome and Firefox have versions that support many elements, which makes it unnecessary to...
asked by 12.03.2014 / 18:04
2
answers

PHP Mysql Insert only works in Chrome

I have a page with a form where it is inserted name, project, etc ... only when I click on submit form in Firefox or IE does not work, but Chrome works normally. NOTE: 1- I had an old bank. When I change to this old address the Insert work...
asked by 26.05.2017 / 02:37
2
answers

Uninstall browser by console

I'm trying to use the delete navigator; command. It even returns me true but nothing happens in javascript to uninstall the Chrome browser. For some reason it is not working, could anyone help me?     
asked by 02.04.2014 / 16:56
2
answers

the page took a long time to respond google chrome [closed]

Good afternoon, I have a web application that sometimes the chrome seems to hang and I get this message the page took a long time to respond according to the image. Other sites that I browse also get this error, does it have to be with the appli...
asked by 21.09.2017 / 17:36
1
answer

Form does not work on Chrome 69 but works on 68. What has changed?

Why does not this simple form work on the new Chrome v69? What will I have to add or remove to work again? <?php require('conISO.php'); if(isset($_POST['modelo'])){$modelo = $_POST['modelo'];} if(!empty($_POST['cadastro'])) { if(empty($...
asked by 06.09.2018 / 15:01