cezarsa / silver_bird

Extension to access your Twitter from the Google Chrome browser.
http://cezarsa.github.com/silver_bird/
MIT License
286 stars 87 forks source link

Dwm crashes when minimizing Chrome #281

Open uw11 opened 13 years ago

uw11 commented 13 years ago

When I click a link in a desktop notification, the notification stays open, and goes behind all the open windows. When I try to minimize Chrome, the Desktop Window Manager crashes, and restarts. After that, I can close the notification.

It happens every time I try to recreate the issue.

cezarsa commented 13 years ago

Hi,

Could you try running this script on the address bar of an open tab and clicking the link it will show: javascript:(function(){ window.webkitNotifications.requestPermission(function() { window.webkitNotifications.createHTMLNotification('data:text/html;base64,PGEgaHJlZj0naHR0cDovL2dvb2dsZS5jb20nIHRhcmdldD0nX2JsYW5rJz5Hb29nbGU8L2E+').show() });}())

If it also crashes than Chrome is the one to blame and we should probably open a bug report for them.

uw11 commented 13 years ago

Hi!

I tried it and it made dwm crash. Though when I tried it a few more times, it didn't crash any more, only for the first time.

ayanamist commented 13 years ago

It seems to be a Chromium bug, what you should do is report it to Chromium team but not here.