scottjehl / Device-Bugs

Just a collection of quirks and issues that occur on browser platforms (particularly those unlikely to update)
864 stars 19 forks source link

iOS 8 window.close don't close the window #53

Open frontenddeveloping opened 10 years ago

frontenddeveloping commented 10 years ago

window.open works as is but window.close doesn't. Proof link - https://devforums.apple.com/message/1044445

frontenddeveloping commented 10 years ago

Not fixed in 8.0.2

staabm commented 10 years ago

Any link to a public avail bugtracker related to this (e.g. On http://bugs.webkit.org)?

staabm commented 10 years ago

Found a related commit which fixes the issue (not yet released though)

http://trac.webkit.org/changeset/173851

frontenddeveloping commented 10 years ago

I don't find such bug, open new one (https://bugs.webkit.org/show_bug.cgi?id=137423) Also iOS 8.1 beta (12B401) still does not fix this issue

frontenddeveloping commented 10 years ago

Fixed in https://bugs.webkit.org/show_bug.cgi?id=137008