nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Fix shortcuts activated when typing in the share dropdown #371

Closed danxuliu closed 6 years ago

danxuliu commented 6 years ago

Fixes (in master) #272 Fixes (in master) #321

When in slideshow mode certain keys trigger actions like toggling full screen or zooming. However, due to event bubbling, those actions were triggered too when typing in the input fields of the share dropdown. Instead of stopping the propagation in each input field this is now fixed by not triggering the actions if the element that received the key press was an input field.

MorrisJobke commented 6 years ago

stable13 6442000