Bug 57777 - popup with a onload windows.focus javascript event is not place on top
Summary: popup with a onload windows.focus javascript event is not place on top
Status: RESOLVED DUPLICATE of bug 31916
Alias: None
Product: konqueror
Classification: Applications
Component: kjs (show other bugs)
Version: unspecified
Platform: unspecified Other
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-27 19:23 UTC by Le Gluon du Net
Modified: 2003-05-15 05:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
gain of time for developpers (54 bytes, text/html)
2003-04-27 19:34 UTC, Le Gluon du Net
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***