#4933 closed defect (bug) (fixed)
Display name issue in edit profile
Reported by: | mayur6740 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Hello,
I have edit my WordPress profile and entered my name but it is not properly displayed in "Display Name" drop-down field.
Please see my attached screenshot.
Thank you.
Attachments (1)
Change History (11)
#3
follow-up:
↓ 4
@
5 years ago
This feels like something that should be reported upstream to bbPress.
I can't duplicate this however using Chrome, adding the suggested height: auto
actually makes it worse on Chrome (The field is made thinner).
What browsers does this affect?
#4
in reply to:
↑ 3
@
5 years ago
Replying to dd32:
What browsers does this affect?
I was using Firefox on Windows when I was able to confirm the issue and the proposed CSS looked alright.
#5
follow-up:
↓ 10
@
5 years ago
Removing height: 28px;
from the below also fixes this on Firefox for me, just need to test things a little further:
https://bbpress.trac.wordpress.org/browser/trunk/src/templates/default/css/bbpress.css#L738
/* Try to prevent untall selects & text boxes */ #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input[type="text"] { min-height: 28px; height: 28px; padding: 5px; }
Maybe bumping it to height: 32px
would work better for Chrome and Firefox
#6
@
5 years ago
@netweb It might be something that would be better off expressed as a em
or rem
as I suspect it's the font-size that's caused the default bbPress values to be too small..
#7
@
5 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 9851:
#9
in reply to:
↑ 2
@
4 years ago
Replying to tobifjellner:
chrome
#10
in reply to:
↑ 5
@
4 years ago
Replying to netweb:
thank you
Removing
height: 28px;
from the below also fixes this on Firefox for me, just need to test things a little further:
https://bbpress.trac.wordpress.org/browser/trunk/src/templates/default/css/bbpress.css#L738
/* Try to prevent untall selects & text boxes */ #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input[type="text"] { min-height: 28px; height: 28px; padding: 5px; }Maybe bumping it to
height: 32px
would work better for Chrome and Firefox
Clarification: Page where a user can edit their own forum profile https://wordpress.org/support/users/(own-username)/edit/ the "Display Name" field crops the text exactly at the baseline.
This can be corrected by adding: