Home Forums RaidPlanner Discussions Bug reports User Profile View CB 1.8

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #959
    Anonymous
    Inactive

    Hi,
    I remarks that the character fields are truncated when i am in the edit view, there is a shift of the text.
    Furthermore when the character name contain a space it split the character in two if we Edit the profil an other time :
    Exemple : “Thib Potter” become “Thib” and “Potter”

    Here is a screenshot :
    (We can see 2 characters truncateds and one splited : trololo and the example below)
    http://img18.imageshack.us/img18/2740/screenshot3rx.png

    I use CB1.8, joomla 2.5, and the dev version of Raid Planner (4d1766b)

    #961
    Taracque
    Member

    Character field doesn’t support space in character names (yet). I’ll fix it tomorrow.
    Also the truncation seems a CSS issue for me, somehow the table is shifted to left with about 10pixels.

    https://github.com/Taracque/RaidPlanner/issues/14

    • This reply was modified 11 years, 1 month ago by Taracque.
    #965
    Taracque
    Member

    You have a css definition in your template.css at line 1772

    .art-postcontent li

    has a negative margin. ( margin: 3px 0 0 -15px; ) if you change it to margin: 3px 0 0 0; that will fix the shift problem. I don’t know if that affect anything else…

    #966
    Anonymous
    Inactive

    ok i’ll try ty

    #967
    Anonymous
    Inactive

    it seems to work 😉

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
 

Comments are closed.