Opened 12 years ago
Closed 12 years 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: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | 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)
#3
follow-up:
↓ 4
@
12 years ago
- 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()
?
Note: See
TracTickets for help on using
tickets.
Patch that fixes the bug.