GNOME Bugzilla – Bug 702849
Calendar does not open
Last modified: 2013-06-24 19:14:24 UTC
Seems like clicking on the clock does not open the calendar in 3.9.3.
Seems like mouse wheel over the volume icon does not work as well. Jasper does this has anything to do with your focus rework? I could not spot any other related changes (did try to debug it though).
(In reply to comment #1) > Seems like mouse wheel over the volume icon does not work as well. > Jasper does this has anything to do with your focus rework? I could not spot > any other related changes (did try to debug it though). OK this one is a fallout from: 847cb5b972a04e7dc21c362a (gnome-shell-real:3647): Gjs-WARNING **: JS ERROR: TypeError: this._output.scroll is not a function VolumeMenu<.scroll@/home/linux/gnome/install/share/gnome-shell/js/ui/status/volume.js:259
(In reply to comment #2) > (In reply to comment #1) > > Seems like mouse wheel over the volume icon does not work as well. > > Jasper does this has anything to do with your focus rework? I could not spot > > any other related changes (did try to debug it though). > > OK this one is a fallout from: 847cb5b972a04e7dc21c362a > > (gnome-shell-real:3647): Gjs-WARNING **: JS ERROR: TypeError: > this._output.scroll is not a function > VolumeMenu<.scroll@/home/linux/gnome/install/share/gnome-shell/js/ui/status/volume.js:259 <drago01> real error is: <drago01> (gnome-shell-real:7406): Gjs-WARNING **: JS ERROR: TypeError: this._slider.scroll is not a function <drago01> StreamSlider<.scroll@/home/linux/gnome/install/share/gnome-shell/js/ui/status/volume.js:91
(In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > Seems like mouse wheel over the volume icon does not work as well. > > > Jasper does this has anything to do with your focus rework? I could not spot > > > any other related changes (did try to debug it though). > > > > OK this one is a fallout from: 847cb5b972a04e7dc21c362a > > > > (gnome-shell-real:3647): Gjs-WARNING **: JS ERROR: TypeError: > > this._output.scroll is not a function > > VolumeMenu<.scroll@/home/linux/gnome/install/share/gnome-shell/js/ui/status/volume.js:259 > > <drago01> real error is: > <drago01> (gnome-shell-real:7406): Gjs-WARNING **: JS ERROR: TypeError: > this._slider.scroll is not a function > <drago01> > StreamSlider<.scroll@/home/linux/gnome/install/share/gnome-shell/js/ui/status/volume.js:91 OK this one is now fixed by 5c25497
Created attachment 247672 [details] [review] dateMenu: Update visibility syncing for new dateMenu layout The code here before was trying to play hierarchy tricks to figure out how to show / hide the events list, which broke when we rearranged how the date menu was laid out. Simplify the code here to not be so tricky, and update the CSS to match the new designs.
Review of attachment 247672 [details] [review]: LG and works fine here.
Attachment 247672 [details] pushed as 929636e - dateMenu: Update visibility syncing for new dateMenu layout