Chrome opens download links in a new tab as a file instead of downloading the file on mac os - macos

I'm trying to download jquery 3.4.1 compressed, but when I click on the download link on jQuery's official website, chrome just opens the content inside the jQuery file in a new window instead of downloading it.
An image of the jQuery website and the link I clicked on Sry I still can't embed images yet so it's a link
Here's an image of the tab chrome opens when I click on the link
BTW this also happens if I use Safari so I'm not sure if it's a problem with chrome or macs.

If this happens, just use the File → Save ("Save Page As…" in chrome, or however your particular browser spells it) function of your browser after clicking on the link. At least for files that aren't HTML, you'll get the same result as if the file automatically downloaded.

Related

Outlook contextual add-ins - download links are not working

I have contextual add-ins and when we click on highlighted text it will open a modal dialog, inside that it contains some link which can be downloaded. when we click on that link in web browser it works fine but when we tried on desktop outlook(Native) it is crashing.
In html i tried in 2 ways, one using anchor tag (<a href="" ng-href="api/rest/download....") and another using by blob (rest call) via angularjs.
Both ways are not working. Is this a limitation in Native outlook to not download any files or am i missing anything here?
Tried target=_blank and the result was same.
The contextual add-in dialog / card is not modal. It is transient dialog that gets closed when it loses focus. Clicking on a link to download a file will cause the dialog to lose focus and close. Also, to download a file, try the openBrowserWindow API. This will also close the contextual card.

Cannot Select image file from external file browser with ckeditor4 but it works perfectly in ckeditor3

Hello to anyone who may be able to help with this.
I had been using Ckeditor3 and had created a simple custom image browser. It worked perfectly. I would click the image button and the dialog box would pop up and then I would click the browse server button. I searched the images and when I found one I wanted to use I clicked it the image browser would automatically close and the image would then show up in the image preview box in the image plugin dialog box.
Unfortunately the image plugin for ckeditor 3 has become incompatible with Internet Explorer 11. So I upgraded to the latest Ckeditor 4.
So now in ckeditor 4 I can still open the image dialog and click the image browser and browse my images but now when I select an image, although the image browser closes as it should the image is not being passed back to the plugins preview box or url field within the dialog box. It just remains blank. If i manually paste in an image url the image will show up in the preview box but no longer from the image browser anymore.
i have spent hours looking for a solution on google and am coming up empty, anyone have any ideas?
PROBLEM SOLVED
To fix the problem I had to change the code in the file browser as follows. I do not know why the first snipped works in ckeditor 3 but not 4.
function selectFile(fileUrl){
window.opener.CKEDITOR.tools.callFunction(2, fileUrl);
}
Change to:
function selectFile(fileUrl){
window.opener.CKEDITOR.tools.callFunction(1, fileUrl);
}
But now everything is forking fine in CK editor 4.

When does firefox take website screen shot for its home page?

When ever I earn a reputation, firefox understand and refresh my thumbnail. I want to know how it works and when does firefox take website screenshot for its home page?
Is there any meta tag or something like this to force firefox to take screenshot?
When you earn reputation firefox has no idea. The javascript code (that stackoverflow loaded into firefox when you loaded the page) does. If you don't have the page loaded and the javascript code running nothing will ever see the change. Look up AJAX if you want to know more.
You can force the images to update but it involves loading the page.
From https://support.mozilla.org/en-US/kb/thumbnails-on-new-tab-page-are-missing?esab=a&s=new+tab+thumbnails&r=1&as=s
Make Firefox create new images for the new tab page
The images will get re-stored as you use the new tab page to go to
those websites again.
Open the new tab page by clicking the + button on the tab strip.
Click on one of the blank images to go to a website. Note, that it works only for left-click, opening in new tab doesn't do the trick.
This is important - let the website finish loading (wait for the spinning green loading icon in the tab to stop).
Open the new tab page again and you will see a new image for the website you just went to.
Repeat this process for the rest of the missing images.

Magento browse files button not working

Magento Upload Image Issue : When I click on "Browse Files" button to upload images for a product. It is not browsing files from my computer.
Try different browsers. I know sometimes I find, say, it won't work in Chrome but will in Firefox. It's all Flash related.
Magentos Flex uploader is based on Flash. If you cannot select files this usually means you don't have the Flash plugin activated in your browser.
Check that there are no javascript errors
You can use chrome developer console.
Basically to start using it just open website in chrome, right click on certain element and select "inspect element".
After that switch to console tab and reload the page.
More about it can be found here - https://developers.google.com/chrome-developer-tools/docs/console

How could I get Chrome Extensions off when I inspect web elements?

I had installed dozen of Chrome Extensions.
But when I "right click" > "inspect element" in Chrome to check my html structure,
I don't want to see anything from Extensions.
here is a simple page debugger view in Firefox & in Chrome.
clear and pretty in Firebug:
chaos in Chrome:
I just need a clear view in Chrome debugger :-(
Till date there is no way to isolate DOM view from Chrome Developer Tools barring Chrome Extensions.
Work Around #1:
I suggest you to Open page in Incognito Mode, where your extensions are (Most probably) inactive this eliminates extension code being visible in DOM.
Work Around #2:
Create another profile for Chrome Browser, where you can find pure DOM View.

Resources