For some odd reason, my ad at the top (Sign up & win) opens 2 new windows upon clicking. It works fine on Chrome but on FF and Safari, the issue persists.
Website: View here
Any help would be great. The plugin is Advanced Ad
You need to remove or modify the attribute "target='_blank'" from your anchor tag around the ad. Having target assigned to _blank tells the browser to start a new window session. Depending on the action you desire you may try removing this attribute all together or using '_self' or '_parent' instead.
More information about this can be found here: http://www.w3schools.com/tags/att_a_target.asp
Related
I'm building my first application using CSS Grids.
Using Firefox's DevTools, I'm able to to highlight the Grid's tracks by clicking "# grid" next to an element in the "Rules" pane :
But when I click the "Layout" pane, it always shows "CSS Grid is not in use on this page":
Why is that?
(I'm using the latest Firefox version available today, "62.0.2")
UPDATE: Here's an example project.
UPDATE 2: It does work when I create a new, fresh, profile! But it doesn't work with my current profile, even when I start in safe mode, with all add-ons disabled... I guess I'll customize a new profile!
I agree with you indeed this is a bug in Firefox, I'm using the latest version of developer edition 85.0b9, I faced the same issue. You can clearly see, I've display as Grid still it says CSS Grid not in use on this page.
Issue - It happens when you open it in the default or the 1st Tab, it's not setting some tab-value there. The bug is still not fixed by Bugzilla's dev team, open from past 2 years. Let's hope they fix in future.
Issue Link - https://bugzilla.mozilla.org/show_bug.cgi?id=1492370
Solution - Just duplicate your tab, it'll work like a charm.
I'm Facing problem with anchor tag. The hyperlink working fine with IE (the files gets downloaded when clicked). But the hyperlink is not working when opening with chrome (files not get downloaded). Please help to rectify this issue.
This is caused by Chrome's security model:
The security model of Chrome prevents/blocks the user from being able
to open file:// links when the user selects (left clicks) the link, or
selects to open them in a new window (middle click)
If you want your users to download these links then either they will have to install an extension such as this, or you'll need to create a link from within your application (and you have tagged your question with asp.net, so I'm assuming you have one) which can forward the file to the user.
OK, this is a head scratcher.
On a Wordpress site I've made, one particular item of the main menu always opens a new tab when clicked. But only for some users. They claim that it happens on four different Computers (in IE, FF and Safari) as well as on their iPad. I can not recreate the problem at all.
Of course there is no target="_blank" there.
Any pointers as to where to look? I'm at my wits' end.
we created a custom page which trigered by the component as Custom URL,
we have a close button on the page which calles a js function of window.close ,
it works for I.e and Chrome but not in FF.
we tried also to use local var that receive the window.open("","_self") and close it but didn't succeeded.
This is a browser issue and isn't specific to Tridion. Have a look at this thread which answers a similar question: How can I close a window with Javascript on Mozilla Firefox 3?
I've got a page with an control - the link is to a gif file. Right clicking on the link (in IE7) and selecting "open target in new window" correctly displays the image. However I can't then close the new IE window.
MORE INFO: Works OK in Firefox 3
What might I be doing wrong ?
TIA
Tom
There isn't really something you can do wrong to prevent a window from being closed on the client.
My guess is this is a problem with the system installation.
Test this again using another browser on the same computer, and then on another computer.