-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Esc" and Play/Stop Slideshow put the FullScreen at a mess #354
Comments
Entirely agree (in fact, I was going to write basically the same answer).
Thanks Andrej for the reactivity :D and thanks Valery for the proposals :
indeed, a pull request (or several, as you prefer) would be better !
…On Thu, 2 Nov 2017 at 14:25 Andrej ***@***.***> wrote:
@vletroye <https://github.com/vletroye> maybe it will be better, if you
create a patch and do a pull request? I think it will be easier to
understand what you did and it can be faster merged into master. This also
affects other issues: #353
<#353> #352
<#352> #351
<#351> created by you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#354 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAgnQzm1ZuTSeUjlmKB2EZ8Q5iQhE6Qnks5sycLIgaJpZM4QOeAu>
.
|
You are 100% right ! But I am still trying to figure out how to work with github from command line... I was much more confortable with CodePlex (TFS) I have to say (And only able to use it from Visual Studio) I have now installed Git on my Synology, but I am still reading Git documentation and... it's actually far from clear for me I have to say. I was only able to clone a branch using git clone https://.....//.git --branch xxx... :( Do you have a clear and straightforward how-to for dummies ? Ex.: Git Clone xxx, Git Pull xxx, Change your code, Gut Push xxx ? (I will continue to google on that in the mean time ;) |
Ok, as I am lost with Git commands, I did a fork and opened it with Visual Studio... I was finally ably to create a Pull Request: #355 I hope it's ok?! |
Once one enters the fullscreen mode to play a slideshow, playing with Esc/Stop/Play/etc... will result in a mess, with the image_panel maximized although it should not.
Here the changes I did in src\js\slideshow.js to fix this:
The text was updated successfully, but these errors were encountered: