RESOLVED INVALID 11745
REGRESSION: resizeable=yes fails to work
https://bugs.webkit.org/show_bug.cgi?id=11745
Summary REGRESSION: resizeable=yes fails to work
Hanspeter Schaub
Reported 2006-12-03 10:22:28 PST
I use the onclick="window.open(...)" command to open a new window and display some HTML. In particular, I set the property resizeable=yes In the shipping version of safari (10.4.8), Firefox and Opera the resulting new window is resizeable. In the latest Safari nightly build this window is not resizeable anymore. I don't know when this regression occurred. I have made a small test page which illustrated this.
Attachments
test case illustrating how new window is not resizeable (438 bytes, text/html)
2006-12-03 10:23 PST, Hanspeter Schaub
no flags
Hanspeter Schaub
Comment 1 2006-12-03 10:23:21 PST
Created attachment 11723 [details] test case illustrating how new window is not resizeable
Hanspeter Schaub
Comment 2 2006-12-03 16:41:12 PST
My bad. I found that this was a simple miss-spelling. My old code had "resizeable", which seemed to work in Opera and the shipping Safari version. However, the correct attribute name should be "resizable". I've changed the bug status as invalid? I'm assuming this is the correct thing to remove it. Sorry about the mistake.
Note You need to log in before you can comment on or make changes to this bug.