Next Image Arrow Still Visible at the Start and End of Album in UNA 14.0.0-RC2
In UNA 14.0.0-RC2, I noticed that the "next image" arrow remains visible even when the user reaches the first or last image in an album. This issue was resolved in Dolphin in the past but seems to persist in UNA.
Steps to Reproduce:
- Open an image album in UNA.
- Navigate through the images using the "next image" arrow.
- Once you reach the last image, observe that the "next image" arrow is still visible, even though there are no more images to display.
Expected Behavior:
The "next image" arrow should disappear when the user reaches the last image in the album.
Additional Information:
- UNA Version: 14.0.0-RC2
- Browser Tested: Chrome, Firefox
Please investigate and address this issue. Thank you!
-
-
·
LeonidS
- ·
Hello @Coozila! Labs !
Well, the previous and next buttons aren't active when there is not proper content for that (previous or next picture). You may add the CSS style with the display: none; parameter for the
.bx-btn-disabled
class.
-
·
LeonidS