#12 closed defect (bug) (fixed)
The 'Modify Ticket' section closes during automatic preview
Reported by: | johnbillion | Owned by: | nacin |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Trac | Keywords: | |
Cc: |
Description
Steps to reproduce:
- View an existing ticket, and expand the 'Modify Ticket' section at the bottom.
- When the automatic preview AJAX thing fires, this section collapses.
- Pull hair out and expand the section again.
Change History (6)
#2
follow-up:
↓ 5
@
11 years ago
Related to this, I've been very annoyed with the attachments section being closed by default in several places since the last upgrade too.
#3
@
11 years ago
Yes, having to expand the "Modify Ticket" section is annoying.
On the other hand, having the comment preview right after the textarea itself (without scrolling) is convenient.
Could we perhaps move the "Modify Ticket" section before "Add Comment" (or after the comment preview)?
#4
@
11 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 181:
#5
in reply to:
↑ 2
@
11 years ago
Replying to bpetty:
Related to this, I've been very annoyed with the attachments section being closed by default in several places since the last upgrade too.
I haven't seen this occur, but if it does, it should be pretty easy to fix.
We manually expand Modify Ticket via JS, after Trac manually collapses it. We might just be able to override the JS that collapses it to begin with and get rid of our own code... Or, force !important !very-important it to always be shown.