FS#126 - Some javascript's to viev image doesen't work corrently.
Attached to Project:
Uzbl
Opened by Patrick (SpeedVin) - 2009-10-13 08:09:03 PM
Last edited by Ben Boeckel (mathstuf) - 2011-04-14 04:12:57 AM
Opened by Patrick (SpeedVin) - 2009-10-13 08:09:03 PM
Last edited by Ben Boeckel (mathstuf) - 2011-04-14 04:12:57 AM
|
DetailsHello.
Some javescript doesen't work crrently when I click to viev image (java script) UZBL just open new window with start page. Just try it yourself: http://www.linux.pl/?id=foto&kategoria=0&results=1291 Just click on iamge. In other Webkit based browser this work corrently. Webkit version 7 days old from git , libsuop 7 days old version from git ;) |
This task depends upon
Also noticed while using this example HTML, if you click the "edit" link before clicking the "open" link, it correctly causes a javascript error. However, clicking the "open" link, closing the new window, and then clicking the "edit" link doesn't cause an error.
This bug is indicative of a greater underlying design flaw with how new windows are created. The window.open() javascript function goes as far as sending a new window event, but that new window isn't a child process. It is in a completely different DOM namespace and cannot be edited.