← Back to team overview

ubiquity-slideshow team mailing list archive

[Bug 560220] [NEW] Xubuntu slideshow does not support RTL

 

Public bug reported:

Binary package hint: ubiquity-slideshow-ubuntu

The Xubuntu slideshow does not support RTL. The script adds the rtl
class to the correct element, but there is no CSS to handle it.

Unfortunately, the problem isn't dead simple to fix: bullet points are
illogically aligned to the left of list items via the li:before
selector, and there is also an li.nobullet class.

Thankfully, I just learned something! It _is_ possible to set list-style
for individual LI elements; it isn't a global property for the entire
list at all. Shouldn't be hard to remove the use of :before and maintain
the same functionality, which will also magically support RTL. The rest
should be pretty easy.

** Affects: ubiquity-slideshow-ubuntu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Xubuntu slideshow does not support RTL
https://bugs.launchpad.net/bugs/560220
You received this bug notification because you are a member of Ubiquity
Slideshow, which is subscribed to ubiquity-slideshow-ubuntu in ubuntu.

Status in “ubiquity-slideshow-ubuntu” package in Ubuntu: New

Bug description:
Binary package hint: ubiquity-slideshow-ubuntu

The Xubuntu slideshow does not support RTL. The script adds the rtl class to the correct element, but there is no CSS to handle it.

Unfortunately, the problem isn't dead simple to fix: bullet points are illogically aligned to the left of list items via the li:before selector, and there is also an li.nobullet class.

Thankfully, I just learned something! It _is_ possible to set list-style for individual LI elements; it isn't a global property for the entire list at all. Shouldn't be hard to remove the use of :before and maintain the same functionality, which will also magically support RTL. The rest should be pretty easy.





Follow ups

References