Opened 3 months ago
Closed 3 months ago
#23524 closed defect (bug) (fixed)
Twenty Thirteen: Comment reply form for replies via the 'Reply' link shrinks in wider viewports
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | trunk |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Comment reply form for replies to an existing comment via the 'Reply' link shrinks sideways in viewports wider than 1000px. And this happens only when there is an active sidebar. This condition does not occur in screen widths less than 1000px (where the sidebar falls down gracefully), or if there is no sidebar. Tested with Chromium Version 24.0.1312.56 and Firefox 18.0.2 in Ubuntu 12.04.
Attachments (3)
Change History (9)
comment:2
lancewillett — 3 months ago
- Milestone changed from Awaiting Review to 3.6
- Keywords needs-testing removed
We already have a fix for that in place (line 2309), the selector is just too weak. Adding #respond before #commentform does the trick.
Did I mention I wished there were classes in all of comment_form()?
Yes, adding a #respond before #commentform in line 2309 solves it! Thanks.
comment:5
lancewillett — 3 months ago
- Keywords commit added
comment:6
lancewillett — 3 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In 23462:

Patch that fixes the bug.