#60937 closed defect (bug) (fixed)
Twenty Seventeen: Button block font weight does not change when using block Appearance setting
Reported by: | pranitdugad | Owned by: | karmatosed |
---|---|---|---|
Milestone: | 6.7 | Priority: | normal |
Severity: | minor | Version: | 6.1 |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch needs-testing commit |
Focuses: | css | Cc: |
Description
Hello,
I have reviewed the "Button block" and found that its appearance is not changing when we are trying to change button appearance using block setting.
Here, I have attached its video.
Issue: https://jmp.sh/361cqMJI
Environment info:
WordPress version: WordPress 6.5 running,
Theme: Twenty Seventeen
Browser: Google Chrome
Device: MacBook Air M1
OS: macOS 14.4.1 (23E224
Thanks,
Attachments (7)
Change History (23)
#2
@
9 months ago
- Focuses css added
- Keywords needs-patch added; has-patch removed
- Summary changed from Twenty Seventeen: Button block appreance is not changing when we trying to change using block setting. to Twenty Seventeen: Button block font weight does not change when using block Appearance setting
- Version set to 6.1
Removing the default font-weight
would change the appearance for (almost) everyone's existing blocks.
Related: #58991 (and others mentioned there)
#3
@
9 months ago
- Keywords has-patch added; needs-patch removed
Updated Patch as per suggested in above comment.
- In Button block if no font-weight is selected, it will take default font-weight.
- In Button block if font-weight is selected, then it will add selected font-weight.
#4
@
7 months ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to Future Release
#5
@
7 months ago
- Milestone changed from Future Release to 6.6
Moving to the next release to get testing with a hope this could be considered.
#6
@
7 months ago
Everything is fine from my end, there is no need to apply any patches.
Here is my Environment
- WordPress: 6.6-alpha-57778-src
- PHP: 8.3.7
- Server: nginx/1.25.4
- Database: mysqli (Server: 8.3.0 / Client: mysqlnd 8.3.7)
- Browser: Chrome 125.0.0.0
- OS: macOS
- Theme: Twenty Seventeen 3.6
- MU Plugins: None activated
- Plugins:
- FakerPress 0.6.6
- Test Reports 1.1.0
#7
@
7 months ago
- Keywords close added
- Milestone changed from 6.6 to Future Release
It looks like in testing this has been shown to not be an issue anymore - if that is the case let's look to close this and move on from here. If we still have as an issue we absolutely can look to patch.
#8
@
6 months ago
- Milestone Future Release deleted
- Resolution set to invalid
- Status changed from new to closed
As recommended I am going to close this now, thank you.
#9
@
6 months ago
- Keywords close removed
- Milestone set to 6.7
- Resolution invalid deleted
- Status changed from closed to reopened
With 6.6-beta3-58441, the links for Button and Buttons blocks still have a font-weight
of 800
when someone uses the Appearance block setting to try changing the weight.
60937.diff correctly would make the links inherit a custom weight from the block. However:
- The spaces for indentation should be replaced with tabs (possibly during commit).
- The Appearance weight selections are somewhat limited because the theme only has the
300
,400
,600
and800
weights for Libre Franklin.
#10
@
6 months ago
- Keywords needs-refresh added
Thank you for your testing @sabernhardt for me I do think that over having this done in commit as there are a few things I would love to have a patch refresh on this so we can test with everything. We do have time as bundled themes are being packaged separate and we can keep committing until RC, then it will just go to the right version - which is great.
#11
@
6 months ago
- Keywords needs-refresh removed
@karmatosed I have refreshed the patch with Latest Trunk.
#12
@
6 months ago
@shailu25 just confirming did you also do this as I don't see it:
The spaces for indentation should be replaced with tabs (possibly during commit).
After applying this patch , this issue is resolved