BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Inbox › Bug: Bullets got removed from copy/paste
Tagged: bb inbox 1.0.2, bugs
- This topic has 7 replies, 2 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
March 16, 2016 at 1:51 pm #63436@mln83One of my site users reported:
Damn, I copied a bulleted list and bullets got removed. well, there you go another ”bug” ?
Best regards,
MichaelAnswers
March 17, 2016 at 5:01 am #63545@mln83Something 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,
MichaelMarch 18, 2016 at 1:19 am #63728@
AnonymousHi @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 DubeyMarch 18, 2016 at 3:52 am #63763@mln83Hi @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/cDeFQHuQvList of plugins:
BuddyPress 2.5.1
bbPress 2.5.8
BuddyPress for LearnDash 1.0.7
Boss for LearnDash 1.0.8
LearnDash 2.2I can send login details for you to investigate.
Best regards,
MichaelMarch 18, 2016 at 4:15 am #63769@mln83Btw: I only checked with Social Learner theme (Boss 2.1.3).
Please double check with that theme.
Best regards,
MichaelMarch 23, 2016 at 2:21 am #64750@
AnonymousHi @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; }
Regards
Varun dubeyMarch 23, 2016 at 2:51 am #64757@mln83Hi @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,
MichaelMarch 23, 2016 at 3:19 am #64772@
AnonymousCool, Thanks
Regards
Varun Dubey
- The question ‘Bug: Bullets got removed from copy/paste’ is closed to new replies.