Jeffery To

Results 81 comments of Jeffery To

Just to expand on this a little, the date menu button in the panel already has an indicator (a circle icon, `MessagesIndicator` class in ui/dateMenu.js in the gnome-shell js code)...

Applications can call `g_application_withdraw_notification()` to withdraw sent notifications. There are also notifications with the [`transient` hint](https://developer.gnome.org/notification-spec/#hints) set to true, that do not appear in the message tray after it has...

Can you post a link?

@xavio Can you try version 0.2.0 to see if it makes any difference?

@Sumit8 Can you post a link or [jsFiddle](http://jsfiddle.net/) with your issue?

@timtempel does this help? https://github.com/louisremi/background-size-polyfill/issues/31#issuecomment-27583864

@timtempel thanks :-) I should probably include that info in the README or somewhere more visible

Sorry if the polyfill has caused you trouble - it was intended to save time and headache :smile: It would be best if the polyfill was only applied for IE...

Does your file have a [standards mode DOCTYPE](https://developer.mozilla.org/en-US/docs/Quirks_Mode_and_Standards_Mode)? ``` ``` The polyfill doesn't work in quirks mode (this is a known issue).

Good to hear :-) Thanks for your suggestion - I'll add it to the Readme. (Also thanks @tigt - having a proper localhost is IMHO best practice.)