You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the delay value in the lightbox options seems to multiply it by 1000 as if converting from seconds to milliseconds, even though the input asks for seconds.
By default, my Settings -> Interface -> Slideshow Delay value was set to 5000. By changing it to 5, the play button started working normally again.
When attempting to type double digits in the lightbox delay setting, the focus to the input is lost. So if I attempt to type 10, it stops at 1 and I have to reclick the input to add the 0
Steps
Weird seconds to milliseconds conversion issue in lightbox options:
Go to any list of images, use grid or wall view
Open up the lightbox
Click the gear
Change the value to a single digit number like 3. Hit play, nothing happens.
Close and reopen the light box
Click the gear
The value will now say 3000.
Thoughts
WP thinks the interface setting used to be in milliseconds. If there was a change to this, users may need their values updated behind the scenes to account for this. Otherwise their lightbox will be 5000 seconds. May need more investigation to see if this is true.
I also think the Settings -> Interface -> Slideshow Delay option should specify seconds or milliseconds in the dialog window for clarity to the end user.
The text was updated successfully, but these errors were encountered:
Using commit f3355f3
Issues
Lightbox's play button stopped working.
Changing the delay value in the lightbox options seems to multiply it by 1000 as if converting from seconds to milliseconds, even though the input asks for seconds.
By default, my
Settings -> Interface -> Slideshow Delay
value was set to 5000. By changing it to 5, the play button started working normally again.When attempting to type double digits in the lightbox delay setting, the focus to the input is lost. So if I attempt to type 10, it stops at 1 and I have to reclick the input to add the 0
Steps
Weird seconds to milliseconds conversion issue in lightbox options:
Thoughts
WP thinks the interface setting used to be in milliseconds. If there was a change to this, users may need their values updated behind the scenes to account for this. Otherwise their lightbox will be 5000 seconds. May need more investigation to see if this is true.
I also think the
Settings -> Interface -> Slideshow Delay
option should specify seconds or milliseconds in the dialog window for clarity to the end user.The text was updated successfully, but these errors were encountered: