GNOME Bugzilla – Bug 700317
Photos can be taken / videos recorded while in the effect screen
Last modified: 2013-06-04 16:39:20 UTC
The user can take photos and record videos while in the effect selector screen. To reproduce: 1. Start Cheese 2. Press on "Effects" 3. Click "take a photo" 4. Click on "no effect" (top left) 5. The countdown seems to be active 6. Observe the images taken
Created attachment 244205 [details] [review] The proposed fix
*** Bug 700314 has been marked as a duplicate of this bug. ***
Comment on attachment 244205 [details] [review] The proposed fix Thanks for the report. I fixes this in a a better way in commit bfaafd4b5af9800e6c7425d83aa3b26283659756 on master.
About this change : https://git.gnome.org/browse/cheese/commit/?id=bfaafd4b5af9800e6c7425d83aa3b26283659756 shouldnt it merged to gnome-3-8 branch , But I think it introduce a small regression : { 4. Click "Effects" button and choose an effect Expected result: 5. User may be able to click "Take a Photo" button Actual result: 5. "Take a photo" button is disabled Workaround: A user has to click again "Effects" button in order to activate "Take a Photo" button } Regards
(In reply to comment #4) > About this change : > > https://git.gnome.org/browse/cheese/commit/?id=bfaafd4b5af9800e6c7425d83aa3b26283659756 > > shouldnt it merged to gnome-3-8 branch , There is unlikely to be another release from the gnome-3-8 branch, as there are no further 3.8 releases on the schedule, so probably not. > But I think it introduce a small regression : > > 4. Click "Effects" button and choose an effect > > Expected result: > 5. User may be able to click "Take a Photo" button > > Actual result: > 5. "Take a photo" button is disabled > > Workaround: A user has to click again "Effects" button in order to activate > "Take a Photo" button There are a several FIXMEs in the code which must be solved to deal with this, so it is not entirely unexpected.