webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
725 stars 62 forks source link

www.maringa.com - see bug description #5307

Closed webcompat-bot closed 7 years ago

webcompat-bot commented 7 years ago

URL: http://www.maringa.com/empregos/index.php?busca=&area=&emp=&pagina=2 Browser / Version: Firefox 52.0 Operating System: Ubuntu Problem type: Something else - I'll add details below

Steps to Reproduce

  1. Navigate to: http://www.maringa.com/empregos/index.php?busca=&area=&emp=&pagina=2
  2. … Links not open in new tab
  3. Links Only open in new tab on Google Chrome.

Expected Behavior: Open links in new tab like Google Chrome

Actual Behavior: Links not open in new tab.....

Screenshot Description

From webcompat.com with ❤️

karlcow commented 7 years ago
<tr onmouseover="this.style.backgroundColor=&quot;#ccc&quot;; 
                 this.style.cursor=&quot;pointer&quot;" 
    onmouseout="this.style.backgroundColor=&quot;#eee&quot;" 
    style="background-color: rgb(238, 238, 238); cursor: pointer;">
    <td class="align-left">
        <div style="width:350px; height:16px; 
                    overflow:hidden; white-space:nowrap; ">
            <a href="javascript: verVaga(166880, &quot;Vendas+-+Telemarketing+&quot;)">Vendas - Telemarketing </a>
        </div>
    </td>
    <td class="align-left">
        <div style="width:209px; height:16px; overflow:hidden; white-space:nowrap; ">
            <a href="javascript: verVaga(166880, &quot;Vendas+-+Telemarketing+&quot;)">Cems Academia</a>
        </div>
    </td>
    <td><a href="javascript: verVaga(166880,&quot;Vendas+-+Telemarketing+&quot;)">24/03/2017</a></td>
</tr>

links open in a new window for me. It doesn't even respect my settings blocking pop-up windows.

function verVaga(codigo, nome) {
    window.open(path + "empregos/vaga/" + codigo + "/" + nome, 
                "vaga" + codigo, 
                "width=500px,height=500px,left=20px,top=20px,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0");
}

The issue looks like more an addon blocking pop-up windows.