javascript - hyperlink isn't working in mac firefox browser -


i facing issue on site. on site, tag text hyperlink isn't working in mac firefox browser (whether giving target blank or not tag, issue remain same). work fine in other mac browser chrome, safari or opera. in windows machine, link working fine in browsers. not working in mac firefox. when there image link tag, time link working fine. when link text, not working in mac firefox browser. don't know whether have encountered similar kind of situation before or not. great me if can give me idea how sort out.

the code following:

<p> <a href="http://www.facebook.com/mts"> <img src="/images/mtss/icon_facebook.png"> </a> click <a href="http://www.facebook.com/mts">here</a> follow mts on facebook </p> 

in above code, image hyperlinked in browser text "here" hyperlinked browsers except mac firefox browser.

this might configuration settings of firefox in problematic system

  1. open firefox
  2. in url, type about:config
  3. if presented warning, click button , proceed next page
  4. in search text box on top, type 'dom.popup_allowed_events'. in value column, make sure has following events 'change click dblclick mouseup reset submit touchend'
  5. close browser , try code

if click event not allowed open popup (i.e. _blank), captured firefox popup , you'd see yellow bar on top


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -