BuddyBoss Home – Web Support Forums Plugins BuddyBoss Inbox Bug: Bullets got removed from copy/paste

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #63436
    @mln83

    One of my site users reported:

    Damn, I copied a bulleted list and bullets got removed. well, there you go another ”bug” ?

    Best regards,
    Michael

    Answers

    #63545
    @mln83

    Something like:

    ol, ul {
        list-style: inherit;
    }

    can be used to fix the issue with missing bullet points in BB Inbox.

    Let me know if this feedback is useful. Also, let me know if this CSS can be applied to BB Inbox page only.

    Best regards,
    Michael

    #63728
    @vapvarun

    Hi @mln83

    It seems fine , I have tested on Boss and Buddyboss theme
    List and bullets are displaying well on copy and paste in visual mode.
    Regards
    Varun Dubey

    #63763
    @mln83

    Hi @vapvarun,

    I have tested it today with a minimal number of plugins activated. It still doesn’t work + I encountered another bug when sending a message to a site user, BB Inbox doesn’t automatically find the user on site. Thus I have to go to user profile and “Send Message”

    Steps to reproduce:
    http://somup.com/cDeFQHuQv

    List of plugins:
    BuddyPress 2.5.1
    bbPress 2.5.8
    BuddyPress for LearnDash 1.0.7
    Boss for LearnDash 1.0.8
    LearnDash 2.2

    I can send login details for you to investigate.

    Best regards,
    Michael

    #63769
    @mln83

    Btw: I only checked with Social Learner theme (Boss 2.1.3).

    Please double check with that theme.

    Best regards,
    Michael

    #64750
    @vapvarun

    Hi @mln83

    I have checked with Social Learner Learndash
    It need additional css to display list view posted message
    https://drive.google.com/file/d/0B3JP4B8e-iV8dlQ5TVpVaWZJRTg/view

    
    .message-content li {
        list-style: initial;
    }
    

    http://somup.com/cDe0jYuwc

    Regards
    Varun dubey

    #64757
    @mln83

    Hi @vapvarun,

    Thanks for the feedback. I added:

    .message-content li {
      list-style: initial;
      list-style-position: inside;
    }

    to keep bullets inside the message area.

    You can close this now.

    Best regards,
    Michael

    #64772
    @vapvarun

    Cool, Thanks
    Regards
    Varun Dubey

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Bug: Bullets got removed from copy/paste’ is closed to new replies.