The li of the selected item in a selectable wasn't move to the right
Reported by Mathieu Simard | January 19th, 2011 @ 05:09 PM
It truncates the end of the words because of the right padding.
Comments and changes to this ticket
-
Mathieu Simard January 20th, 2011 @ 05:41 PM
Nothing special, it is just a selectable with 3 items in it.
The problem is that the li that contains the currently selected values is not positioned properly.
Therefore, the end of the currently selected text is not visible. -
MadRabbit January 20th, 2011 @ 05:57 PM
There should be something else. Demos on rightjs.org look correctly. btw why is that the handle is on the right in your screenshots?
-
Mathieu Simard January 20th, 2011 @ 06:08 PM
It was a small css glitch on the div.
Still the li has the following padding: 0px 0.5em;
The padding-right: 0.5em; just hides the end of the item. -
MadRabbit January 20th, 2011 @ 06:30 PM
there is a 2em margin on the right at the display UL element
https://github.com/rightjs/rightjs-ui/blob/master/src/selectable/se...
You might need to remove it and put on the left I think
-
MadRabbit January 20th, 2011 @ 06:31 PM
btw, firebug allows you to tackle the styles in realtime on a current dom, pretty useful in such cases
-
Mathieu Simard January 20th, 2011 @ 07:38 PM
Yep, just close it.
There is probably a conflit.
I thought this was due to the last changes in ticket:443.
But it is probably on my side that the li is moved. -
MadRabbit January 20th, 2011 @ 07:43 PM
- State changed from new to invalid
sure. let me know if there is something else.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets