| Summary: | popup with a onload windows.focus javascript event is not place on top | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Le Gluon du Net <legluondunet> |
| Component: | kjs | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | gain of time for developpers | ||
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)
|
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