Questions tagged as 'firefox'

1
answer

How do I get past the Firefox Unsafe Connection alert page with GeckoDriver?

How to go through the certificate error (insecure connection) screen with the WebDriver GeckoDriver for Firefox? I'm tapping on a URL that displays this alert. I've already added in the browser exceptions, but the problem continues. If you...
asked by 16.03.2017 / 21:14
0
answers

Toggle Class with Scrolling in Firefox

Hello! I have the following code that for some reason works perfectly in Chrome, but not in Firefox. Could someone help me figure out why? Given that it has already been worked to try to adapt to Firefox. Still unsuccessful. <script> var...
asked by 15.03.2017 / 17:11
1
answer

Dotted effect on select and button in Firefox

Is there any way to remove this dither that appears when you click a select or button in firefox?     
asked by 10.02.2017 / 21:34
1
answer

Firefox redirects to url wyciwyg: // [closed]

After an Ajax call, return the html as a string and generate a new page with document.write() . But when browsing this page, when using browser back or forward, page urls begin to come with wyciwyg (eg wyciwyg://4/http://localhost/...
asked by 03.12.2016 / 15:43
2
answers

How to format the date in firefox [closed]

I was doing a web page and needed a textarea for the date. When I put the input with the type date in Chrome it creates a date mask, not allowing users to type letters and do not have to type the / to separate the date. But in Mozi...
asked by 28.10.2016 / 01:04
0
answers

How to copy the selected text to the clipboard using firefox?

I need, after selecting a text on any web page, that I copy this text, sending the text to another function, which will post later. The problem is that I need to remove the selection after copying the text, so the "getselection" method, remov...
asked by 12.07.2016 / 19:34
1
answer

Layout adapts to browser resizing

Looking at a lot of today's websites, in this case exclusively those with Layouts Responsive , I noticed a detail that was not my concern until then. My question has been about qualifying if a specification is imperative in the demand for...
asked by 19.02.2016 / 15:01
0
answers

clip-path with problems in Firefox

I'm using the clip-path technique to make a polygon in a certain area of the site: .cliped { -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%); -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 75%); clip-path: polyg...
asked by 25.01.2016 / 14:57
0
answers

Error in width Firefox

I want to position a div on the site, however in Chrome it appears one way and in Firefox another, ie the div in Chrome positions correctly, but in Firefox it is more to the left than in Chrome and I left the layout . I'm using the following cod...
asked by 27.04.2015 / 00:01
1
answer

Access saved cookie in browser

Personal how do I access a cookie saved in the browser? May be by mozila or by chrome     
asked by 19.08.2018 / 15:34