Bug 57777

Summary: popup with a onload windows.focus javascript event is not place on top
Product: [Applications] konqueror Reporter: Le Gluon du Net <legluondunet>
Component: kjsAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Other   
Latest Commit: Version Fixed In:
Attachments: gain of time for developpers

Description Le Gluon du Net 2003-04-27 19:23:37 UTC
Version:           0 (using KDE Continue)
Compiler:          konqueror/kjs
OS:          X..........

try this deux files:

test_window.htm:

<html>
  <head>
    <title></title>
    <meta content="">
    <style></style>
  </head>
  <body>
  <input name="bouton" type='button' onClick="window.open('window.htm','window','width=250,height=250')" value='Click here'>
  </body>
</html>

--------------------------------------------------------------------------------------------------------------------
window.htm:

<html>
  <head>
    <title></title>
    <meta content="">
    <style></style>
  </head>
  <body onload='window.focus()'>
Konqueror gives me the focus but don't put me on the top!
  </body>
</html>

thanks or your help
Comment 1 Le Gluon du Net 2003-04-27 19:34:09 UTC
Created attachment 1445 [details]
gain of time for developpers

I don't know if you have this information: I'm using kde 3.1.1 and konqueror
3.1.1 on a   
debian testing/unstable (knoppix V3.2-2003-04-10)
Comment 2 Maksim Orlovich 2003-05-15 05:59:56 UTC
Thanks for the report; it's a duplicate of #31916. The fix for this bug is in the upcoming 
KDE3.1.2, if I am reading the changelog right 
 

*** This bug has been marked as a duplicate of 31916 ***