Opened 23 months ago
Last modified 3 months ago
#8970 assigned defect (bug)
Display issue of half truncated letter in BuddyPress Group Activity Page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Awaiting Review | Priority: | low |
Severity: | minor | Version: | 3.0.0 |
Component: | Templates | Keywords: | has-screenshots 2nd-opinion good-first-bug needs-patch |
Cc: |
Description
On the BuddyPress group activity page, a filter is present that displays various values for users to filter activities.
The default value contains a hyphen and a space. Due to this, when clicking on it, no letters are getting truncated.
Conversely, selecting other filters from the dropdown causes the very first character to not display properly.
Possible Solution: This issue can be resolved by consistently adding hyphens and spaces for all the values.
Attachments (3)
Change History (16)
#1
@
23 months ago
- Component changed from Groups to Templates
- Milestone changed from Awaiting Review to 12.0.0
- Version changed from 11.2.0 to 3.0.0
#2
@
23 months ago
@imath Thanks for confirming.
This is specific to the BP Nouveau template pack.
Yes, this is specific to it only.
What about using ?
Hmm..! Well not sure if we should use it. I believe it needs modification same as the very first element of the drop-down value.
E.g.
<option value="0">— Everything —</option>
What is your thought on this? @imath
#4
@
22 months ago
Well I’ve tested it with Twenty Twenty Two and the text is not truncated. My guess is it might be resolved with better css rule. I’ll come back on it later 👌
#9
@
10 months ago
- Keywords good-first-bug needs-patch added
- Milestone changed from 15.0.0 to Awaiting Contributions
#12
@
3 months ago
I checked on the latest 'Twenty Twenty-Five' theme, I can replicate the issue.
Check which CSS property is causing the issue here:
https://prnt.sc/TUo4iJaIEqJd
After removing the property it looks fine:
https://prnt.sc/1Un_pMk-coku
Hi @krupajnanda
Thanks for your feedback. This is specific to the BP Nouveau template pack.
What about using
?