gtkmozembed throws exception on window.blur() which breaks sites
Bug #30349 reported by
Ernst Sjöstrand
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Fix Released
|
Medium
|
|||
firefox (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Dapper |
Invalid
|
Medium
|
Unassigned |
Bug Description
window.blur() throws an exception which breaks javascript execution on sites that use this. blur() is not implemented for gtkmozembed, but it should not throw an exception.
bsmedberg has made a patch!
Changed in firefox: | |
status: | Unconfirmed → Rejected |
Changed in firefox: | |
assignee: | nobody → ijackson |
Changed in firefox: | |
assignee: | ijackson → nobody |
Changed in firefox: | |
status: | Unknown → Fix Released |
Changed in firefox: | |
importance: | Unknown → Medium |
To post a comment you must log in.
Bug 149307 suggests that gtkmozembed's EmbedWindow class needs to implement nsIEmbeddingSit eWindow2, whose only method is ::Blur.