Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

319
Views
Error en Chrome hover cuando se llama a window.open().

Creo que hay un error en Chrome para pasar el mouse cuando se abre una nueva ventana.

El siguiente código demuestra esto:

 <!DOCTYPE HTML> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js" type="text/javascript"></script> <style> #outter { height:30px; width:30px; background-color:grey; position:relative; } #outter:hover { cursor:pointer; background-color:red; } #menuBox { position:absolute; top:100%; width:100px; height:100px; border:1px solid black; display:none; } .menuItem { height:20px; } .menuItem:hover { background-color:grey; } </style> <script> $(document).ready(function() { $("#outter").on("click",function() { $("#menuBox").toggle(); }); $(".menuItem").on("click",function() { window.open( "http://www.google.com", "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=100,height=100,top=100,left=100"); }); }); </script> </head> <body> <div id="outter"> <div id="menuBox"> <div class="menuItem">1</div> <div class="menuItem">2</div> </div> </div> </body> </html>

Reproducir:

  1. Seleccionar cuadrado para abrir contenedor
  2. seleccione el elemento del menú
  3. cerrar ventana abierta.
  4. seleccionar cuadrado de nuevo

** ERROR encontrado: como puede ver, el elemento del menú está resaltado como si estuviera sobrevolado **

¿Puede alguien decirme si también obtienen esto con otras versiones de Chrome?

Estoy ejecutando la versión 57.0.2987.133 (64 bits) en Mac OsX

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!